diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2002-05-10 06:36:14 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2002-05-10 06:36:14 +0000 |
commit | 4df1bb593a5bac199dc0ef6980fbb9fe9ce4a35b (patch) | |
tree | 71076078dd7eec31f092f58c9ea20cde7e446655 /security/drweb/pkg-install | |
parent | Somehow obrien committed the distinfo for the gengetopt port over the (diff) |
Upgrade to 4.28
Notes
Notes:
svn path=/head/; revision=58848
Diffstat (limited to 'security/drweb/pkg-install')
-rw-r--r-- | security/drweb/pkg-install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/drweb/pkg-install b/security/drweb/pkg-install index 7b562be695b1..7a6bf9888aba 100644 --- a/security/drweb/pkg-install +++ b/security/drweb/pkg-install @@ -49,4 +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 exit 0 |