summaryrefslogtreecommitdiff
path: root/security/drweb/files/drwebd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'security/drweb/files/drwebd.sh')
-rw-r--r--security/drweb/files/drwebd.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/drweb/files/drwebd.sh b/security/drweb/files/drwebd.sh
index ed9be3b62f77..bfffe8b64255 100644
--- a/security/drweb/files/drwebd.sh
+++ b/security/drweb/files/drwebd.sh
@@ -9,11 +9,12 @@ start)
if [ -x $drwebd ]; then
echo -n ' drwebd'
$drwebd
+ /bin/chmod 660 /var/run/drwebd.sock
fi
;;
stop)
/usr/bin/killall drwebd
- /bin/rm -f /var/run/drwebd
+ /bin/rm -f /var/run/drwebd.sock
echo -n ' drwebd'
;;
*)