[arch-commits] Commit in deluge/trunk (deluged)

Jan Steffens heftig at archlinux.org
Tue Jun 26 08:25:05 UTC 2012


    Date: Tuesday, June 26, 2012 @ 04:25:04
  Author: heftig
Revision: 162377

Make sure the deluged pid file is removed on stop

Modified:
  deluge/trunk/deluged

---------+
 deluged |    1 +
 1 file changed, 1 insertion(+)

Modified: deluged
===================================================================
--- deluged	2012-06-26 07:15:33 UTC (rev 162376)
+++ deluged	2012-06-26 08:25:04 UTC (rev 162377)
@@ -27,6 +27,7 @@
     if [ $? -gt 0 ]; then
       stat_fail
     else
+      rm -f $PIDFILE
       rm_daemon deluged
       stat_done
     fi




More information about the arch-commits mailing list