diff options
author | ache <ache@FreeBSD.org> | 2001-10-15 23:51:12 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-10-15 23:51:12 +0800 |
commit | d92b076e52addce73e0e52f6999ea5b330dfaa92 (patch) | |
tree | 7c9e4e10d890f6ea45a37bc55c3ac11163fd39d2 /security/drweb | |
parent | 50cdbbeb2f7da2b03b3fb305e0ca785585df96f5 (diff) | |
download | freebsd-ports-gnome-d92b076e52addce73e0e52f6999ea5b330dfaa92.tar.gz freebsd-ports-gnome-d92b076e52addce73e0e52f6999ea5b330dfaa92.tar.zst freebsd-ports-gnome-d92b076e52addce73e0e52f6999ea5b330dfaa92.zip |
Oops, don't allow public reading of infected.!!!
Diffstat (limited to 'security/drweb')
-rw-r--r-- | security/drweb/scripts/post-install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/drweb/scripts/post-install b/security/drweb/scripts/post-install index f1eccc44043f..359ca82a221b 100644 --- a/security/drweb/scripts/post-install +++ b/security/drweb/scripts/post-install @@ -28,6 +28,6 @@ if ! grep -q drweb /etc/crontab; then echo "" fi [ "$ex" = "1" ] && exit 1 -install -dv -m 0775 -o ${BINOWN} -g drweb ${PREFIX}/drweb/run \ - ${PREFIX}/drweb/infected.!!! +install -dv -m 0775 -o ${BINOWN} -g drweb ${PREFIX}/drweb/run +install -dv -m 0770 -o ${BINOWN} -g drweb ${PREFIX}/drweb/infected.!!! exit 0 |