SOURCES: mailgraph.init - rm .pid file not (unsuccessfully) whole
...
qboosh
qboosh at pld-linux.org
Tue Dec 20 12:52:25 CET 2005
Author: qboosh Date: Tue Dec 20 11:52:25 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- rm .pid file not (unsuccessfully) whole directory
---- Files affected:
SOURCES:
mailgraph.init (1.9 -> 1.10)
---- Diffs:
================================================================
Index: SOURCES/mailgraph.init
diff -u SOURCES/mailgraph.init:1.9 SOURCES/mailgraph.init:1.10
--- SOURCES/mailgraph.init:1.9 Wed Nov 2 12:36:24 2005
+++ SOURCES/mailgraph.init Tue Dec 20 12:52:20 2005
@@ -36,7 +36,7 @@
if [ -f /var/lock/subsys/mailgraph ]; then
msg_stopping mailgraph
killproc mailgraph
- rm -f /var/lock/subsys/mailgraph /var/run/mailgraph.pid /var/lib/mailgraph >/dev/null 2>&1
+ rm -f /var/lock/subsys/mailgraph /var/run/mailgraph.pid /var/lib/mailgraph/mailgraph.pid >/dev/null 2>&1
else
msg_not_running mailgraph
fi
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/mailgraph.init?r1=1.9&r2=1.10&f=u
More information about the pld-cvs-commit
mailing list