Allow writing to infected.!!! too

This commit is contained in:
Andrey A. Chernov 2001-10-15 15:47:41 +00:00
parent 2941b5d7ae
commit 804d8fde1e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48807

View File

@ -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