Author: des
Date: Mon Oct 26 15:14:55 2015
New Revision: 290007
URL: https://svnweb.freebsd.org/changeset/base/290007
Log:
Correctly document the change made in r275359.
Modified:
head/etc/rc.subr
Modified: head/etc/rc.subr
==============================================================================
--- head/etc/rc.subr Mon Oct 26 15:14:16 2015 (r290006)
+++ head/etc/rc.subr Mon Oct 26 15:14:55 2015 (r290007)
@@ -1316,8 +1316,10 @@ run_rc_script()
}
#
-# load_rc_config name
-# Source in the configuration file for a given name.
+# load_rc_config [service]
+# Source in the configuration file(s) for a given service.
+# If no service is specified, only the global configuration
+# file(s) will be loaded.
#
load_rc_config()
{
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"