[pkg-fso-commits] [SCM] Debian specific session starter branch, master, updated. debian/0.3-2-gf301a78

Joachim Breitner mail at joachim-breitner.de
Thu Sep 4 14:27:35 UTC 2008


The following commit has been merged in the master branch:
commit f301a78490a8e93cd9f642cb9f653eb4bcd1d673
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Thu Sep 4 16:26:44 2008 +0200

    Remove pidfile after stopping

diff --git a/zhone-session.init b/zhone-session.init
index fd8d97b..06c6043 100644
--- a/zhone-session.init
+++ b/zhone-session.init
@@ -42,6 +42,7 @@ case "$1" in
     stop)
         [ "$VERBOSE" != no ] && log_daemon_msg "Stopping $DESC" "$NAME"
         start-stop-daemon --stop --pidfile ${PIDFILE} --oknodo
+	rm -f ${PIDFILE}
         [ "$VERBOSE" != no ] && log_end_msg $?
         ;;
     restart|force-reload)

-- 
Debian specific session starter



More information about the pkg-fso-commits mailing list