[Pkg-ofed-commits] r690 - /branches/ofed-1.5lenny/srptools/trunk/debian/

gmpc-guest at alioth.debian.org gmpc-guest at alioth.debian.org
Wed Mar 10 16:25:04 UTC 2010


Author: gmpc-guest
Date: Wed Mar 10 16:25:02 2010
New Revision: 690

URL: http://svn.debian.org/wsvn/pkg-ofed/?sc=1&rev=690
Log:
Fix whitespace in init script.

Modified:
    branches/ofed-1.5lenny/srptools/trunk/debian/srptools.init

Modified: branches/ofed-1.5lenny/srptools/trunk/debian/srptools.init
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/ofed-1.5lenny/srptools/trunk/debian/srptools.init?rev=690&op=diff
==============================================================================
--- branches/ofed-1.5lenny/srptools/trunk/debian/srptools.init (original)
+++ branches/ofed-1.5lenny/srptools/trunk/debian/srptools.init Wed Mar 10 16:25:02 2010
@@ -54,9 +54,8 @@
         if [ "$STATUS" = "State: Active" ] ; then
             echo "Starting srp on $HCA_ID $PORT"
 
-# srp does not background itself; using the start-stop-daemon background function                                   
-                                                                               # causes us to lose stdout, which is 
-where it logs to .                         
+# srp does not background itself; using the start-stop-daemon background function
+# causes us to lose stdout, which is where it logs to.                        
             nohup start-stop-daemon --start --quiet -m --pidfile /var/run/srp_daemon.${HCA_ID}.${PORT} \
             --exec  /usr/sbin/srp_daemon -- -e -c -n -i ${HCA_ID} -p ${PORT} -R ${RETRIES}   >> $LOG 2>&1 &
             RETVAL=$?




More information about the Pkg-ofed-commits mailing list