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
                '')
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to