aboutsummaryrefslogtreecommitdiff
path: root/security/drweb
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-10-15 15:51:12 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-10-15 15:51:12 +0000
commitd09743738968e369c634b11025852521dbfdc363 (patch)
tree51679b0903b1b0b79a3fc43b35229e6d66f8a877 /security/drweb
parent804d8fde1e30ae29d896a54e7eb5a591d32ece5c (diff)
downloadports-d09743738968e369c634b11025852521dbfdc363.tar.gz
ports-d09743738968e369c634b11025852521dbfdc363.zip
Notes
Diffstat (limited to 'security/drweb')
-rw-r--r--security/drweb/scripts/post-install4
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