commit edbc6bce3a20468b4c81c700a373fcd73fce1cde
parent 964dd5f59cdd05269a9f84f3b960791577758595
Author: Christoph Lohmann <20h@r-36.net>
Date: Sat, 26 Feb 2011 18:15:49 +0100
Fixing a spurious pid file creation.
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/rc.d/Archlinux.rc.d b/rc.d/Archlinux.rc.d
@@ -12,8 +12,6 @@ case "$1" in
if [ $? -gt 0 ]; then
stat_fail
else
- PID=`pidof -o %PPID /usr/bin/geomyidae`
- echo $PID >/var/run/geomyidae.pid
add_daemon geomyidae
stat_done
fi