diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2002-01-04 07:13:24 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2002-01-04 07:13:24 +0000 |
commit | 4744b11c599a45dd868ffc552749e7642ccc5066 (patch) | |
tree | d4070162b6b2793edee4110f70a6210f0538d71c /security/drweb/pkg-install | |
parent | Add port mail/sylpheed-claws, a gtk mail client with additional features over (diff) |
Upgrade to 4.27
Notes
Notes:
svn path=/head/; revision=52556
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 a9788a54cf32..7b562be695b1 100644 --- a/security/drweb/pkg-install +++ b/security/drweb/pkg-install @@ -48,5 +48,5 @@ if ! grep -q ${USER} /etc/crontab; then 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 ${USER} -g ${BINGRP} ${PKG_PREFIX}/drweb/infected exit 0 |