Use abs path for rm

This commit is contained in:
Andrey A. Chernov 2001-08-25 11:30:15 +00:00
parent 3ba0cf932c
commit 5c70b177ab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46882

View file

@ -13,7 +13,7 @@ start)
;;
stop)
/usr/bin/killall drwebd
rm -f /var/run/drwebd
/bin/rm -f /var/run/drwebd
echo -n ' drwebd'
;;
*)