diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2002-05-17 09:14:22 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2002-05-17 09:14:22 +0000 |
commit | 0aceea3ab2fa27901f2c084d869eef5f1533e445 (patch) | |
tree | 51201313dddb0de810806889bd60476a5faf90cb /security/drweb/pkg-install | |
parent | Move BROKEN -> FORBIDDEN (diff) |
Upgrade to 4.28.1
Notes
Notes:
svn path=/head/; revision=59305
Diffstat (limited to 'security/drweb/pkg-install')
-rw-r--r-- | security/drweb/pkg-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/drweb/pkg-install b/security/drweb/pkg-install index 7a6bf9888aba..4a4f111b698a 100644 --- a/security/drweb/pkg-install +++ b/security/drweb/pkg-install @@ -49,5 +49,5 @@ fi [ "$ex" = "1" ] && exit 1 install -dv -m 0755 -o ${USER} -g ${BINGRP} ${PKG_PREFIX}/drweb/run install -dv -m 0700 -o ${USER} -g ${BINGRP} ${PKG_PREFIX}/drweb/infected -install -dv -m 0700 -o ${BINOWN} -g ${BINGRP} ${PKG_PREFIX}/drweb/updates +install -dv -m 0755 -o ${BINOWN} -g ${BINGRP} ${PKG_PREFIX}/drweb/updates exit 0 |