summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-08-25 11:30:15 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-08-25 11:30:15 +0000
commit5c70b177ab89cbdc2c3512493c426be7255e576a (patch)
tree0372d4ed6ce033a8eaa1eac2f2a2045c37b1ccd9 /security
parentSpelling fix (diff)
Use abs path for rm
Notes
Notes: svn path=/head/; revision=46882
Diffstat (limited to 'security')
-rw-r--r--security/drweb/files/drwebd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/drweb/files/drwebd.sh b/security/drweb/files/drwebd.sh
index ed96b191ec11..ed9be3b62f77 100644
--- a/security/drweb/files/drwebd.sh
+++ b/security/drweb/files/drwebd.sh
@@ -13,7 +13,7 @@ start)
;;
stop)
/usr/bin/killall drwebd
- rm -f /var/run/drwebd
+ /bin/rm -f /var/run/drwebd
echo -n ' drwebd'
;;
*)