Author: cem Date: Mon Jun 10 13:34:18 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> Modified: head/libexec/rc/rc.d/local Modified: head/libexec/rc/rc.d/local ============================================================================== --- head/libexec/rc/rc.d/local Mon Jun 10 13:17:39 2019 (r348853) +++ head/libexec/rc/rc.d/local Mon Jun 10 13:34:18 2019 (r348854) @@ -11,7 +11,7 @@ . /etc/rc.subr name="local" -desc="Run /etc/rc.local and /etc/shutdown.local" +desc="Run /etc/rc.local and /etc/rc.shutdown.local" start_cmd="local_start" stop_cmd="local_stop" _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"