SVN: rc-scripts/trunk/rc.d/init.d/functions

glen glen at pld-linux.org
Mon May 10 19:24:59 CEST 2010


Author: glen
Date: Mon May 10 19:24:58 2010
New Revision: 11427

Modified:
   rc-scripts/trunk/rc.d/init.d/functions
Log:
- note about two modes in daemon

Modified: rc-scripts/trunk/rc.d/init.d/functions
==============================================================================
--- rc-scripts/trunk/rc.d/init.d/functions	(original)
+++ rc-scripts/trunk/rc.d/init.d/functions	Mon May 10 19:24:58 2010
@@ -510,6 +510,9 @@
 	local nice=$SERVICE_RUN_NICE_LEVEL
 	local fork user closefds redirfds pidfile makepid chdir=/
 
+	# NOTE: if you wonder how the shellish (by syntax) $prog works in ssd mode,
+	# then the answer is: it totally ignores $prog and uses "$@" itself.
+
 	while [ $# -gt 0 ]; do
 		case $1 in
 		'')


More information about the pld-cvs-commit mailing list