diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-05-03 21:50:26 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-05-03 21:50:26 +0000 |
commit | 3a0a28ac11328e76e4c6624305adb41bceab0abd (patch) | |
tree | aec1bf6bf202bb353acb5bc914bb4d677871a368 /mail/dovecot-devel/pkg-install | |
parent | Add ngircd 0.7.0, (diff) |
Update to 0.99.9.1.
o Many Dovecot fixes
o Many port corrections and fixes
o OpenLDAP support
o PostgreSQL support
o Added additional port Documentation
o Added some FreeBSD-specific patches
PR: ports/51593
Submitted by: Dominic Marks <dom@cus.org.uk> (maintainer)
Notes
Notes:
svn path=/head/; revision=80076
Diffstat (limited to 'mail/dovecot-devel/pkg-install')
-rw-r--r-- | mail/dovecot-devel/pkg-install | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/dovecot-devel/pkg-install b/mail/dovecot-devel/pkg-install index 423775324699..fb261c272e6a 100644 --- a/mail/dovecot-devel/pkg-install +++ b/mail/dovecot-devel/pkg-install @@ -36,8 +36,8 @@ yesno() { } if [ x"$2" = xPRE-INSTALL ]; then - USER=imapd - GROUP=imapd + USER=dovecot + GROUP=dovecot if /usr/sbin/pw groupshow "${GROUP}" 2>/dev/null; then echo "You already have a group \"${GROUP}\", so I will use it." @@ -57,7 +57,7 @@ if [ x"$2" = xPRE-INSTALL ]; then else if /usr/sbin/pw useradd ${USER} -g ${GROUP} -h - \ -s /sbin/nologin \ - -c "Imap Daemon" + -c "Dovecot" then echo "Added user \"${USER}\"." else |