[Pkg-ofed-commits] r691 - /trunk/srptools/trunk/debian/srptools.init
gmpc-guest at alioth.debian.org
gmpc-guest at alioth.debian.org
Wed Mar 10 16:28:04 UTC 2010
Author: gmpc-guest
Date: Wed Mar 10 16:28:04 2010
New Revision: 691
URL: http://svn.debian.org/wsvn/pkg-ofed/?sc=1&rev=691
Log:
Fix whitespace in init script
Modified:
trunk/srptools/trunk/debian/srptools.init
Modified: trunk/srptools/trunk/debian/srptools.init
URL: http://svn.debian.org/wsvn/pkg-ofed/trunk/srptools/trunk/debian/srptools.init?rev=691&op=diff
==============================================================================
--- trunk/srptools/trunk/debian/srptools.init (original)
+++ trunk/srptools/trunk/debian/srptools.init Wed Mar 10 16:28:04 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