Bug 238448

Summary: rc.d/local: wrong description
Product: Base System Reporter: Marián Černý <majo-bugs.freebsd.org>
Component: confAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: ---    
Version: 12.0-RELEASE   
Hardware: Any   
OS: Any   

Description Marián Černý 2019-06-10 08:37:07 UTC
The rc script /etc/rc.d/local contains this description:

    desc="Run /etc/rc.local and /etc/shutdown.local"

However, the shutdown script is:

    /etc/rc.shutdown.local

not

    /etc/shutdown.local

(Notice the missing "rc.").

So the description should be changed to:

    desc="Run /etc/rc.local and /etc/rc.shutdown.local"
Comment 1 Conrad Meyer freebsd_committer freebsd_triage 2019-06-10 13:34:28 UTC
Thanks, fixed in CURRENT.
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-06-10 13:35:00 UTC
A commit references this bug:

Author: cem
Date: Mon Jun 10 13:34:18 UTC 2019
New revision: 348854
URL: https://svnweb.freebsd.org/changeset/base/348854

Log:
  /etc/rc.d/local: Fix typo in description

  PR:		238448
  Submitted by:	Mari?n ?ern? <majo-bugs.freebsd.org AT cerny.sk>

Changes:
  head/libexec/rc/rc.d/local