svn commit: r201038 - head/etc

Doug Barton dougb at FreeBSD.org
Sun Dec 27 06:27:10 UTC 2009


Author: dougb
Date: Sun Dec 27 06:27:09 2009
New Revision: 201038
URL: http://svn.freebsd.org/changeset/base/201038

Log:
  Update the comments about files ending in .sh
  
  Prompted by:	Alex Kozlov <spam at rm-rf.kiev.ua>

Modified:
  head/etc/rc.subr

Modified: head/etc/rc.subr
==============================================================================
--- head/etc/rc.subr	Sun Dec 27 06:26:04 2009	(r201037)
+++ head/etc/rc.subr	Sun Dec 27 06:27:09 2009	(r201038)
@@ -958,10 +958,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-head mailing list