[Python-apps-commits] r10902 - in packages/sabnzbdplus/trunk/debian (sabnzbdplus.init)

jcfp-guest at users.alioth.debian.org jcfp-guest at users.alioth.debian.org
Thu May 29 17:38:45 UTC 2014


    Date: Thursday, May 29, 2014 @ 17:38:44
  Author: jcfp-guest
Revision: 10902

init: leave pidfile handling entirely to the daemon

Modified:
  packages/sabnzbdplus/trunk/debian/sabnzbdplus.init

Modified: packages/sabnzbdplus/trunk/debian/sabnzbdplus.init
===================================================================
--- packages/sabnzbdplus/trunk/debian/sabnzbdplus.init	2014-05-29 13:40:07 UTC (rev 10901)
+++ packages/sabnzbdplus/trunk/debian/sabnzbdplus.init	2014-05-29 17:38:44 UTC (rev 10902)
@@ -101,7 +101,6 @@
 	else
 		log_action_msg "$DESC: not running"
 	fi
-	[ -f "$PIDFILE" ] && rm -f "$PIDFILE"
 }
 
 case "$1" in




More information about the Python-apps-commits mailing list