summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-10-15 15:47:41 +0000
committerache <ache@FreeBSD.org>2001-10-15 15:47:41 +0000
commit50cdbbeb2f7da2b03b3fb305e0ca785585df96f5 (patch)
tree357c78250e586ebc67a5414a804be528361168fa /security
parent106fb11d1adaced619846e462359d12f9f64179e (diff)
downloadFreeBSD-ports-50cdbbeb2f7da2b03b3fb305e0ca785585df96f5.zip
FreeBSD-ports-50cdbbeb2f7da2b03b3fb305e0ca785585df96f5.tar.gz
Allow writing to infected.!!! too
Diffstat (limited to 'security')
-rw-r--r--security/drweb/scripts/post-install3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/drweb/scripts/post-install b/security/drweb/scripts/post-install
index f017fe8b..f1eccc4 100644
--- a/security/drweb/scripts/post-install
+++ b/security/drweb/scripts/post-install
@@ -28,5 +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
+install -dv -m 0775 -o ${BINOWN} -g drweb ${PREFIX}/drweb/run \
+ ${PREFIX}/drweb/infected.!!!
exit 0
OpenPOWER on IntegriCloud