Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Dec 2009 06:27:09 +0000 (UTC)
From:      Doug Barton <dougb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r201038 - head/etc
Message-ID:  <200912270627.nBR6R9uV045605@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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()
 {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912270627.nBR6R9uV045605>