diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-08-25 12:33:53 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-08-25 12:33:53 +0000 |
commit | c84686b4ffcd7e9cebdce6e4a5c79130b771c6a7 (patch) | |
tree | f07469e75be3cae324190c686abbd02c7191f2aa /security/drweb/files | |
parent | Install drwebdc too (diff) |
Fix socket permissions after start
Notes
Notes:
svn path=/head/; revision=46884
Diffstat (limited to 'security/drweb/files')
-rw-r--r-- | security/drweb/files/drwebd.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/drweb/files/drwebd.sh b/security/drweb/files/drwebd.sh index ed9be3b62f77..d73704cfd44c 100644 --- a/security/drweb/files/drwebd.sh +++ b/security/drweb/files/drwebd.sh @@ -9,6 +9,7 @@ start) if [ -x $drwebd ]; then echo -n ' drwebd' $drwebd + /bin/chmod 660 /var/run/drwebd fi ;; stop) |