summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2005-08-23 13:41:49 +0000
committerAndrej Kacian <ticho@gentoo.org>2005-08-23 13:41:49 +0000
commit3bc32e71602e06605297ac6d91673b6529af02c1 (patch)
tree76af71fb269465dabc305ea36fb3f508cbe256cc /net-mail/dovecot
parentInitial commit, eventually pkgmove ximian-connector to this. (diff)
downloadgentoo-2-3bc32e71602e06605297ac6d91673b6529af02c1.tar.gz
gentoo-2-3bc32e71602e06605297ac6d91673b6529af02c1.tar.bz2
gentoo-2-3bc32e71602e06605297ac6d91673b6529af02c1.zip
Use -1 for shell argument to enewuser. Bug #103421.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-mail/dovecot')
-rw-r--r--net-mail/dovecot/ChangeLog6
-rw-r--r--net-mail/dovecot/dovecot-0.99.11-r1.ebuild4
-rw-r--r--net-mail/dovecot/dovecot-0.99.13.ebuild4
-rw-r--r--net-mail/dovecot/dovecot-0.99.14-r1.ebuild4
-rw-r--r--net-mail/dovecot/dovecot-0.99.14.ebuild4
5 files changed, 13 insertions, 9 deletions
diff --git a/net-mail/dovecot/ChangeLog b/net-mail/dovecot/ChangeLog
index 1af959081b47..2c57b2ee5679 100644
--- a/net-mail/dovecot/ChangeLog
+++ b/net-mail/dovecot/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/dovecot
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.27 2005/06/17 23:17:55 ferdy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.28 2005/08/23 13:41:49 ticho Exp $
+
+ 23 Aug 2005; Andrej Kacian <ticho@gentoo.org> dovecot-0.99.11-r1.ebuild,
+ dovecot-0.99.13.ebuild, dovecot-0.99.14.ebuild, dovecot-0.99.14-r1.ebuild:
+ Use -1 for shell argument to enewuser. Bug #103421.
17 Jun 2005; Fernando J. Pereda <ferdy@gentoo.org>
dovecot-0.99.14-r1.ebuild:
diff --git a/net-mail/dovecot/dovecot-0.99.11-r1.ebuild b/net-mail/dovecot/dovecot-0.99.11-r1.ebuild
index 02320bd8d793..9ee175448861 100644
--- a/net-mail/dovecot/dovecot-0.99.11-r1.ebuild
+++ b/net-mail/dovecot/dovecot-0.99.11-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-0.99.11-r1.ebuild,v 1.3 2005/03/31 23:54:09 wschlich Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-0.99.11-r1.ebuild,v 1.4 2005/08/23 13:41:49 ticho Exp $
IUSE="debug ipv6 ldap mbox pam postgres sasl ssl gnutls vpopmail nopop3d mysql"
inherit eutils
@@ -35,7 +35,7 @@ RDEPEND="${DEPEND}
pkg_setup() {
# Add user and group for login process (same as for fedora/redhat)
enewgroup dovecot 97
- enewuser dovecot 97 /bin/false /dev/null dovecot
+ enewuser dovecot 97 -1 /dev/null dovecot
}
src_compile() {
diff --git a/net-mail/dovecot/dovecot-0.99.13.ebuild b/net-mail/dovecot/dovecot-0.99.13.ebuild
index a7639b396b06..af1331a2ba3f 100644
--- a/net-mail/dovecot/dovecot-0.99.13.ebuild
+++ b/net-mail/dovecot/dovecot-0.99.13.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-0.99.13.ebuild,v 1.3 2005/03/31 23:54:09 wschlich Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-0.99.13.ebuild,v 1.4 2005/08/23 13:41:49 ticho Exp $
IUSE="debug ipv6 ldap mbox pam postgres sasl ssl gnutls vpopmail nopop3d mysql"
inherit eutils
@@ -35,7 +35,7 @@ RDEPEND="${DEPEND}
pkg_setup() {
# Add user and group for login process (same as for fedora/redhat)
enewgroup dovecot 97
- enewuser dovecot 97 /bin/false /dev/null dovecot
+ enewuser dovecot 97 -1 /dev/null dovecot
}
src_compile() {
diff --git a/net-mail/dovecot/dovecot-0.99.14-r1.ebuild b/net-mail/dovecot/dovecot-0.99.14-r1.ebuild
index ce709b3c94a2..e4e0a7b9086c 100644
--- a/net-mail/dovecot/dovecot-0.99.14-r1.ebuild
+++ b/net-mail/dovecot/dovecot-0.99.14-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-0.99.14-r1.ebuild,v 1.7 2005/06/17 23:17:55 ferdy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-0.99.14-r1.ebuild,v 1.8 2005/08/23 13:41:49 ticho Exp $
IUSE="debug ipv6 ldap mbox pam postgres sasl ssl gnutls vpopmail nopop3d mysql"
inherit eutils
@@ -35,7 +35,7 @@ RDEPEND="${DEPEND}
pkg_setup() {
# Add user and group for login process (same as for fedora/redhat)
enewgroup dovecot 97
- enewuser dovecot 97 /bin/false /dev/null dovecot
+ enewuser dovecot 97 -1 /dev/null dovecot
}
src_compile() {
diff --git a/net-mail/dovecot/dovecot-0.99.14.ebuild b/net-mail/dovecot/dovecot-0.99.14.ebuild
index e12cd8fdbd0b..c9f970fecf86 100644
--- a/net-mail/dovecot/dovecot-0.99.14.ebuild
+++ b/net-mail/dovecot/dovecot-0.99.14.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-0.99.14.ebuild,v 1.2 2005/03/31 23:54:09 wschlich Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-0.99.14.ebuild,v 1.3 2005/08/23 13:41:49 ticho Exp $
IUSE="debug ipv6 ldap mbox pam postgres sasl ssl gnutls vpopmail nopop3d mysql"
inherit eutils
@@ -35,7 +35,7 @@ RDEPEND="${DEPEND}
pkg_setup() {
# Add user and group for login process (same as for fedora/redhat)
enewgroup dovecot 97
- enewuser dovecot 97 /bin/false /dev/null dovecot
+ enewuser dovecot 97 -1 /dev/null dovecot
}
src_compile() {