summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2008-04-10 09:45:22 +0000
committerRong-En Fan <rafan@FreeBSD.org>2008-04-10 09:45:22 +0000
commitc10d935459f9a7952ff010e94523c66cc6a895a7 (patch)
tree9953ecb260c8a0cab02ba750fe7e13edbaf8b6e1 /mail
parentAdd p5-Catalyst-View-XSLT 0.04, XSLT view class for Catalyst. (diff)
- Fix login shell for dovecot user
- Bump PORTREVISION PR: ports/122595 Reported by: Bogdan &#262;ulibrk <bc at default.co.yu> Submitted by: Robin Breathe <robin at isometry.net> (maintainer)
Notes
Notes: svn path=/head/; revision=210995
Diffstat (limited to 'mail')
-rw-r--r--mail/dovecot-devel/Makefile1
-rw-r--r--mail/dovecot-devel/pkg-install2
-rw-r--r--mail/dovecot/Makefile1
-rw-r--r--mail/dovecot/pkg-install2
4 files changed, 4 insertions, 2 deletions
diff --git a/mail/dovecot-devel/Makefile b/mail/dovecot-devel/Makefile
index 096607bae19c..d32a798939c6 100644
--- a/mail/dovecot-devel/Makefile
+++ b/mail/dovecot-devel/Makefile
@@ -8,6 +8,7 @@
PORTNAME= dovecot
DISTVERSION= 1.0.13
+PORTREVISION= 1
CATEGORIES= mail ipv6
MASTER_SITES= http://www.dovecot.org/releases/1.0/
diff --git a/mail/dovecot-devel/pkg-install b/mail/dovecot-devel/pkg-install
index f3e9bfba3e48..ad6d5ae3357e 100644
--- a/mail/dovecot-devel/pkg-install
+++ b/mail/dovecot-devel/pkg-install
@@ -85,7 +85,7 @@ create_account() {
case $2 in
PRE-INSTALL)
- create_account Dovecot dovecot:${DOVECOT_UID:-143} dovecot:${DOVECOT_GID:-143} "Dovecot User" /var/empty /sbin/nologin
+ create_account Dovecot dovecot:${DOVECOT_UID:-143} dovecot:${DOVECOT_GID:-143} "Dovecot User" /var/empty /usr/sbin/nologin
;;
POST-INSTALL)
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile
index 096607bae19c..d32a798939c6 100644
--- a/mail/dovecot/Makefile
+++ b/mail/dovecot/Makefile
@@ -8,6 +8,7 @@
PORTNAME= dovecot
DISTVERSION= 1.0.13
+PORTREVISION= 1
CATEGORIES= mail ipv6
MASTER_SITES= http://www.dovecot.org/releases/1.0/
diff --git a/mail/dovecot/pkg-install b/mail/dovecot/pkg-install
index f3e9bfba3e48..ad6d5ae3357e 100644
--- a/mail/dovecot/pkg-install
+++ b/mail/dovecot/pkg-install
@@ -85,7 +85,7 @@ create_account() {
case $2 in
PRE-INSTALL)
- create_account Dovecot dovecot:${DOVECOT_UID:-143} dovecot:${DOVECOT_GID:-143} "Dovecot User" /var/empty /sbin/nologin
+ create_account Dovecot dovecot:${DOVECOT_UID:-143} dovecot:${DOVECOT_GID:-143} "Dovecot User" /var/empty /usr/sbin/nologin
;;
POST-INSTALL)