gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r5404 - GNUnet/debian


From: gnunet
Subject: [GNUnet-SVN] r5404 - GNUnet/debian
Date: Wed, 1 Aug 2007 14:48:11 -0600 (MDT)

Author: durner
Date: 2007-08-01 14:48:11 -0600 (Wed, 01 Aug 2007)
New Revision: 5404

Modified:
   GNUnet/debian/gnunet-daemon.init
Log:
fix init script, thanks to Markus Golser

Modified: GNUnet/debian/gnunet-daemon.init
===================================================================
--- GNUnet/debian/gnunet-daemon.init    2007-07-31 20:03:53 UTC (rev 5403)
+++ GNUnet/debian/gnunet-daemon.init    2007-08-01 20:48:11 UTC (rev 5404)
@@ -38,14 +38,14 @@
 
                echo -n "Starting ${DESC}: "
                start-stop-daemon --start --background --chuid ${GNUNET_USER} \
-                       --pidfile "${PIDFILE}" --exec ${DAEMON} -- -c \
+                       --pidfile "$PIDFILE" --exec ${DAEMON} -- -c \
                        /etc/gnunetd.conf
                echo "${NAME}."
                ;;
 
        stop)
                echo -n "Stopping ${DESC}: "
-               start-stop-daemon --stop --pidfile ${PIDFILE} --exec ${DAEMON} \
+               start-stop-daemon --stop --pidfile $PIDFILE --exec ${DAEMON} \
                        --retry 15 --oknodo
                echo "${NAME}."
                ;;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]