1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-21 21:38:06 +01:00

Fix RH init script (LP: #587690)

This commit is contained in:
David Paleino
2011-09-18 12:35:16 +02:00
parent e97787622e
commit 05cb44c4da

View File

@@ -43,7 +43,7 @@ force_stop()
killproc -p $pidfile wicd
RETVAL=$?
echo
if [ $retval -eq 0 ]; then
if [ $RETVAL -eq 0 ]; then
rm -f /var/lock/subsys/$servicename
rm -f $pidfile
fi