Bug 238448 - rc.d/local: wrong description
Summary: rc.d/local: wrong description
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: conf (show other bugs)
Version: 12.0-RELEASE
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-10 08:37 UTC by Marián Černý
Modified: 2019-06-10 13:35 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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