diff options
author | ache <ache@FreeBSD.org> | 2001-08-25 11:30:15 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-08-25 11:30:15 +0000 |
commit | 39c86231683c3b7f968ca10336e873faa18d1545 (patch) | |
tree | b5e7e044ce00e6c8195359fdc9dabdd98d69cbcc /security/drweb | |
parent | 96b3dcad866f83cb20ef8d7407a513e56c3df367 (diff) | |
download | FreeBSD-ports-39c86231683c3b7f968ca10336e873faa18d1545.zip FreeBSD-ports-39c86231683c3b7f968ca10336e873faa18d1545.tar.gz |
Use abs path for rm
Diffstat (limited to 'security/drweb')
-rw-r--r-- | security/drweb/files/drwebd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/drweb/files/drwebd.sh b/security/drweb/files/drwebd.sh index ed96b19..ed9be3b 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' ;; *) |