summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-08-25 10:56:29 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-08-25 10:56:29 +0000
commitfc1ecaaffe69820f105e0d50ed2a8802051ed419 (patch)
tree06660afa5d65a9e33cb73701e9aa80dff9f0d79f /security
parentThe MASTER_SITE seems to no longer exist; host this locally for now. (diff)
Remove socket after stop
Notes
Notes: svn path=/head/; revision=46878
Diffstat (limited to 'security')
-rw-r--r--security/drweb/files/drwebd.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/drweb/files/drwebd.sh b/security/drweb/files/drwebd.sh
index df49b1c5f44f..ed96b191ec11 100644
--- a/security/drweb/files/drwebd.sh
+++ b/security/drweb/files/drwebd.sh
@@ -13,6 +13,7 @@ start)
;;
stop)
/usr/bin/killall drwebd
+ rm -f /var/run/drwebd
echo -n ' drwebd'
;;
*)