svn commit: r290007 - head/etc

Dag-Erling Smørgrav des at FreeBSD.org
Mon Oct 26 15:14:57 UTC 2015


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()
 {


More information about the svn-src-all mailing list