svn commit: r220960 - stable/8/etc
Doug Barton
dougb at FreeBSD.org
Sat Apr 23 02:03:18 UTC 2011
Author: dougb
Date: Sat Apr 23 02:03:18 2011
New Revision: 220960
URL: http://svn.freebsd.org/changeset/base/220960
Log:
MFC r201038:
Update the comments about files ending in .sh
Modified:
stable/8/etc/rc.subr
Directory Properties:
stable/8/etc/ (props changed)
Modified: stable/8/etc/rc.subr
==============================================================================
--- stable/8/etc/rc.subr Fri Apr 22 23:45:33 2011 (r220959)
+++ stable/8/etc/rc.subr Sat Apr 23 02:03:18 2011 (r220960)
@@ -945,10 +945,11 @@ _run_rc_killcmd()
#
# run_rc_script file arg
# Start the script `file' with `arg', and correctly handle the
-# return value from the script. If `file' ends with `.sh', it's
-# sourced into the current environment. If `file' appears to be
-# a backup or scratch file, ignore it. Otherwise if it's
-# executable run as a child process.
+# return value from the script.
+# If `file' ends with `.sh', it's sourced into the current environment
+# when $rc_fast_and_loose is set, otherwise it is run as a child process.
+# If `file' appears to be a backup or scratch file, ignore it.
+# Otherwise if it is executable run as a child process.
#
run_rc_script()
{
More information about the svn-src-all
mailing list