svn commit: r220961 - stable/7/etc

Doug Barton dougb at FreeBSD.org
Sat Apr 23 02:10:38 UTC 2011


Author: dougb
Date: Sat Apr 23 02:10:38 2011
New Revision: 220961
URL: http://svn.freebsd.org/changeset/base/220961

Log:
  MFC r201038:
  
  Update the comments about files ending in .sh

Modified:
  stable/7/etc/rc.subr
Directory Properties:
  stable/7/etc/   (props changed)

Modified: stable/7/etc/rc.subr
==============================================================================
--- stable/7/etc/rc.subr	Sat Apr 23 02:03:18 2011	(r220960)
+++ stable/7/etc/rc.subr	Sat Apr 23 02:10:38 2011	(r220961)
@@ -876,10 +876,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