From 804d8fde1e30ae29d896a54e7eb5a591d32ece5c Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Mon, 15 Oct 2001 15:47:41 +0000 Subject: [PATCH] Allow writing to infected.!!! too --- security/drweb/scripts/post-install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/security/drweb/scripts/post-install b/security/drweb/scripts/post-install index f017fe8ba27b..f1eccc44043f 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