diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-08-23 13:41:49 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-08-23 13:41:49 +0000 |
commit | 80d99601f248c376768d437656b6407c1c0359eb (patch) | |
tree | 3f36bec2874a9fa71c2c52830b918c2aee61c01f /net-mail | |
parent | Initial commit, eventually pkgmove ximian-connector to this. (diff) | |
download | historical-80d99601f248c376768d437656b6407c1c0359eb.tar.gz historical-80d99601f248c376768d437656b6407c1c0359eb.tar.bz2 historical-80d99601f248c376768d437656b6407c1c0359eb.zip |
Use -1 for shell argument to enewuser. Bug #103421.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-mail')
26 files changed, 74 insertions, 47 deletions
diff --git a/net-mail/cmd5checkpw/ChangeLog b/net-mail/cmd5checkpw/ChangeLog index 887a70a85a76..f4d6405327ec 100644 --- a/net-mail/cmd5checkpw/ChangeLog +++ b/net-mail/cmd5checkpw/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-mail/cmd5checkpw # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/cmd5checkpw/ChangeLog,v 1.30 2005/08/06 20:09:37 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/cmd5checkpw/ChangeLog,v 1.31 2005/08/23 13:40:42 ticho Exp $ + + 23 Aug 2005; Andrej Kacian <ticho@gentoo.org> cmd5checkpw-0.22-r1.ebuild, + cmd5checkpw-0.22-r2.ebuild, cmd5checkpw-0.22-r3.ebuild, + cmd5checkpw-0.30.ebuild: + Use -1 for shell argument to enewuser. Bug #103421. *cmd5checkpw-0.30 (06 Aug 2005) diff --git a/net-mail/cmd5checkpw/cmd5checkpw-0.22-r1.ebuild b/net-mail/cmd5checkpw/cmd5checkpw-0.22-r1.ebuild index 5d968962becd..d579b23d5d41 100644 --- a/net-mail/cmd5checkpw/cmd5checkpw-0.22-r1.ebuild +++ b/net-mail/cmd5checkpw/cmd5checkpw-0.22-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/cmd5checkpw/cmd5checkpw-0.22-r1.ebuild,v 1.16 2005/05/16 09:55:15 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/cmd5checkpw/cmd5checkpw-0.22-r1.ebuild,v 1.17 2005/08/23 13:40:42 ticho Exp $ inherit eutils toolchain-funcs @@ -16,7 +16,7 @@ IUSE="" DEPEND="virtual/libc" douser() { - enewuser cmd5checkpw 212 /bin/false /dev/null bin + enewuser cmd5checkpw 212 -1 /dev/null bin } pkg_preinst() { diff --git a/net-mail/cmd5checkpw/cmd5checkpw-0.22-r2.ebuild b/net-mail/cmd5checkpw/cmd5checkpw-0.22-r2.ebuild index 7bba830268cf..19c95083498b 100644 --- a/net-mail/cmd5checkpw/cmd5checkpw-0.22-r2.ebuild +++ b/net-mail/cmd5checkpw/cmd5checkpw-0.22-r2.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/cmd5checkpw/cmd5checkpw-0.22-r2.ebuild,v 1.10 2005/05/16 09:55:15 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/cmd5checkpw/cmd5checkpw-0.22-r2.ebuild,v 1.11 2005/08/23 13:40:42 ticho Exp $ inherit eutils toolchain-funcs @@ -16,7 +16,7 @@ IUSE="" DEPEND="virtual/libc" douser() { - enewuser cmd5checkpw 212 /bin/false /dev/null bin + enewuser cmd5checkpw 212 -1 /dev/null bin } pkg_preinst() { diff --git a/net-mail/cmd5checkpw/cmd5checkpw-0.22-r3.ebuild b/net-mail/cmd5checkpw/cmd5checkpw-0.22-r3.ebuild index affbf354c930..47c567446c5b 100644 --- a/net-mail/cmd5checkpw/cmd5checkpw-0.22-r3.ebuild +++ b/net-mail/cmd5checkpw/cmd5checkpw-0.22-r3.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/cmd5checkpw/cmd5checkpw-0.22-r3.ebuild,v 1.7 2005/07/07 00:32:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/cmd5checkpw/cmd5checkpw-0.22-r3.ebuild,v 1.8 2005/08/23 13:40:42 ticho Exp $ inherit eutils toolchain-funcs @@ -16,7 +16,7 @@ IUSE="" DEPEND="virtual/libc" douser() { - enewuser cmd5checkpw 212 /bin/false /dev/null bin + enewuser cmd5checkpw 212 -1 /dev/null bin } pkg_preinst() { diff --git a/net-mail/cmd5checkpw/cmd5checkpw-0.30.ebuild b/net-mail/cmd5checkpw/cmd5checkpw-0.30.ebuild index 5a6c915306df..e941c0e87518 100644 --- a/net-mail/cmd5checkpw/cmd5checkpw-0.30.ebuild +++ b/net-mail/cmd5checkpw/cmd5checkpw-0.30.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/cmd5checkpw/cmd5checkpw-0.30.ebuild,v 1.1 2005/08/06 20:09:37 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/cmd5checkpw/cmd5checkpw-0.30.ebuild,v 1.2 2005/08/23 13:40:42 ticho Exp $ inherit eutils toolchain-funcs fixheadtails @@ -18,7 +18,7 @@ IUSE="" DEPEND="virtual/libc" douser() { - enewuser cmd5checkpw 212 /bin/false /dev/null bin + enewuser cmd5checkpw 212 -1 /dev/null bin } pkg_preinst() { 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() { diff --git a/net-mail/mailman/ChangeLog b/net-mail/mailman/ChangeLog index 82b23467218b..0f600c2a5c51 100644 --- a/net-mail/mailman/ChangeLog +++ b/net-mail/mailman/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-mail/mailman # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/ChangeLog,v 1.62 2005/07/06 21:49:46 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/ChangeLog,v 1.63 2005/08/23 13:38:41 ticho Exp $ + + 23 Aug 2005; Andrej Kacian <ticho@gentoo.org> mailman-2.1.5-r2.ebuild, + mailman-2.1.5-r3.ebuild, mailman-2.1.5-r4.ebuild, mailman-2.1.5-r5.ebuild, + mailman-2.1.6_beta1.ebuild, mailman-2.1.6_beta1-r1.ebuild, + mailman-2.1.6_rc4.ebuild, mailman-2.1.6.ebuild: + Use -1 for shell argument to enewuser. Bug #103421. *mailman-2.1.6 (06 Jul 2005) diff --git a/net-mail/mailman/mailman-2.1.5-r2.ebuild b/net-mail/mailman/mailman-2.1.5-r2.ebuild index efd18956c9f2..78e2844eff8e 100644 --- a/net-mail/mailman/mailman-2.1.5-r2.ebuild +++ b/net-mail/mailman/mailman-2.1.5-r2.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/mailman/mailman-2.1.5-r2.ebuild,v 1.8 2005/02/16 19:53:21 beu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.5-r2.ebuild,v 1.9 2005/08/23 13:38:41 ticho Exp $ inherit eutils IUSE="apache2" @@ -108,7 +108,7 @@ src_install () { pkg_postinst() { enewgroup mailman 280 - enewuser mailman 280 /bin/false ${INSTALLDIR} mailman -G cron -c "mailman" + enewuser mailman 280 -1 ${INSTALLDIR} mailman -G cron -c "mailman" cd ${INSTALLDIR} bin/update einfo "Running \`${INSTALLDIR}/bin/check_perms -f\` *" diff --git a/net-mail/mailman/mailman-2.1.5-r3.ebuild b/net-mail/mailman/mailman-2.1.5-r3.ebuild index 239173280396..6898609c196b 100644 --- a/net-mail/mailman/mailman-2.1.5-r3.ebuild +++ b/net-mail/mailman/mailman-2.1.5-r3.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/mailman/mailman-2.1.5-r3.ebuild,v 1.5 2005/02/16 19:53:21 beu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.5-r3.ebuild,v 1.6 2005/08/23 13:38:41 ticho Exp $ inherit eutils depend.apache IUSE="apache2" @@ -114,7 +114,7 @@ src_install () { pkg_postinst() { enewgroup mailman 280 - enewuser mailman 280 /bin/false ${INSTALLDIR} mailman -G cron -c "mailman" + enewuser mailman 280 -1 ${INSTALLDIR} mailman -G cron -c "mailman" cd ${INSTALLDIR} bin/update einfo "Running \`${INSTALLDIR}/bin/check_perms -f\` *" diff --git a/net-mail/mailman/mailman-2.1.5-r4.ebuild b/net-mail/mailman/mailman-2.1.5-r4.ebuild index c47fc8c3108b..89a4ee36a54d 100644 --- a/net-mail/mailman/mailman-2.1.5-r4.ebuild +++ b/net-mail/mailman/mailman-2.1.5-r4.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/mailman/mailman-2.1.5-r4.ebuild,v 1.5 2005/02/16 19:53:21 beu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.5-r4.ebuild,v 1.6 2005/08/23 13:38:41 ticho Exp $ inherit eutils depend.apache IUSE="apache2" @@ -115,7 +115,7 @@ src_install () { pkg_postinst() { enewgroup mailman 280 - enewuser mailman 280 /bin/false ${INSTALLDIR} mailman -G cron -c "mailman" + enewuser mailman 280 -1 ${INSTALLDIR} mailman -G cron -c "mailman" cd ${INSTALLDIR} bin/update einfo "Running \`${INSTALLDIR}/bin/check_perms -f\` *" diff --git a/net-mail/mailman/mailman-2.1.5-r5.ebuild b/net-mail/mailman/mailman-2.1.5-r5.ebuild index 96c3a6540432..f293a14240bc 100644 --- a/net-mail/mailman/mailman-2.1.5-r5.ebuild +++ b/net-mail/mailman/mailman-2.1.5-r5.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/mailman/mailman-2.1.5-r5.ebuild,v 1.1 2005/03/01 13:11:02 beu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.5-r5.ebuild,v 1.2 2005/08/23 13:38:41 ticho Exp $ inherit eutils depend.apache IUSE="apache2" @@ -108,7 +108,7 @@ src_install () { pkg_postinst() { enewgroup mailman 280 - enewuser mailman 280 /bin/false ${INSTALLDIR} mailman -G cron -c "mailman" + enewuser mailman 280 -1 ${INSTALLDIR} mailman -G cron -c "mailman" cd ${INSTALLDIR} bin/update einfo "Running \`${INSTALLDIR}/bin/check_perms -f\` *" diff --git a/net-mail/mailman/mailman-2.1.6.ebuild b/net-mail/mailman/mailman-2.1.6.ebuild index 3a7a158529e0..1ad8e23013f7 100644 --- a/net-mail/mailman/mailman-2.1.6.ebuild +++ b/net-mail/mailman/mailman-2.1.6.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/mailman/mailman-2.1.6.ebuild,v 1.1 2005/07/06 21:49:46 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.6.ebuild,v 1.2 2005/08/23 13:38:41 ticho Exp $ inherit eutils depend.apache IUSE="apache2 postfix sendmail qmail courier exim xmail" @@ -128,7 +128,7 @@ src_install () { pkg_postinst() { enewgroup mailman 280 - enewuser mailman 280 /bin/false ${INSTALLDIR} mailman -G cron -c "mailman" + enewuser mailman 280 -1 ${INSTALLDIR} mailman -G cron -c "mailman" cd ${INSTALLDIR} bin/update einfo "Running \`${INSTALLDIR}/bin/check_perms -f\` *" diff --git a/net-mail/mailman/mailman-2.1.6_beta1-r1.ebuild b/net-mail/mailman/mailman-2.1.6_beta1-r1.ebuild index dc237c7b423d..8ca63794d029 100644 --- a/net-mail/mailman/mailman-2.1.6_beta1-r1.ebuild +++ b/net-mail/mailman/mailman-2.1.6_beta1-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/mailman/mailman-2.1.6_beta1-r1.ebuild,v 1.1 2005/03/01 13:11:02 beu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.6_beta1-r1.ebuild,v 1.2 2005/08/23 13:38:41 ticho Exp $ inherit eutils depend.apache IUSE="apache2" @@ -114,7 +114,7 @@ src_install () { pkg_postinst() { enewgroup mailman 280 - enewuser mailman 280 /bin/false ${INSTALLDIR} mailman -G cron -c "mailman" + enewuser mailman 280 -1 ${INSTALLDIR} mailman -G cron -c "mailman" cd ${INSTALLDIR} bin/update einfo "Running \`${INSTALLDIR}/bin/check_perms -f\` *" diff --git a/net-mail/mailman/mailman-2.1.6_beta1.ebuild b/net-mail/mailman/mailman-2.1.6_beta1.ebuild index 69b1cbc0fc85..03ba75ef5ef2 100644 --- a/net-mail/mailman/mailman-2.1.6_beta1.ebuild +++ b/net-mail/mailman/mailman-2.1.6_beta1.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/mailman/mailman-2.1.6_beta1.ebuild,v 1.2 2005/02/16 19:53:21 beu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.6_beta1.ebuild,v 1.3 2005/08/23 13:38:41 ticho Exp $ inherit eutils depend.apache IUSE="apache2" @@ -121,7 +121,7 @@ src_install () { pkg_postinst() { enewgroup mailman 280 - enewuser mailman 280 /bin/false ${INSTALLDIR} mailman -G cron -c "mailman" + enewuser mailman 280 -1 ${INSTALLDIR} mailman -G cron -c "mailman" cd ${INSTALLDIR} bin/update einfo "Running \`${INSTALLDIR}/bin/check_perms -f\` *" diff --git a/net-mail/mailman/mailman-2.1.6_rc4.ebuild b/net-mail/mailman/mailman-2.1.6_rc4.ebuild index 2ab6a8e476c7..68f4e069c831 100644 --- a/net-mail/mailman/mailman-2.1.6_rc4.ebuild +++ b/net-mail/mailman/mailman-2.1.6_rc4.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/mailman/mailman-2.1.6_rc4.ebuild,v 1.1 2005/05/24 22:25:40 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.6_rc4.ebuild,v 1.2 2005/08/23 13:38:41 ticho Exp $ inherit eutils depend.apache IUSE="apache2 postfix sendmail qmail courier exim xmail" @@ -128,7 +128,7 @@ src_install () { pkg_postinst() { enewgroup mailman 280 - enewuser mailman 280 /bin/false ${INSTALLDIR} mailman -G cron -c "mailman" + enewuser mailman 280 -1 ${INSTALLDIR} mailman -G cron -c "mailman" cd ${INSTALLDIR} bin/update einfo "Running \`${INSTALLDIR}/bin/check_perms -f\` *" diff --git a/net-mail/popa3d/ChangeLog b/net-mail/popa3d/ChangeLog index a1d81b340be0..95fc8d611a22 100644 --- a/net-mail/popa3d/ChangeLog +++ b/net-mail/popa3d/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for net-mail/popa3d # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/popa3d/ChangeLog,v 1.18 2005/08/12 16:22:40 port001 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/popa3d/ChangeLog,v 1.19 2005/08/23 13:37:27 ticho Exp $ + + 23 Aug 2005; Andrej Kacian <ticho@gentoo.org> popa3d-0.6.4.1-r2.ebuild, + popa3d-1.0.ebuild: + Use -1 for shell argument to enewuser. Bug #103421. + + 23 Aug 2005; Andrej Kacian <ticho@gentoo.org> popa3d-0.6.4.1-r2.ebuild, + popa3d-1.0.ebuild: + Use -1 for shell argument to enewuser. Bug #103421. *popa3d-1.0 (12 Aug 2005) diff --git a/net-mail/popa3d/popa3d-0.6.4.1-r2.ebuild b/net-mail/popa3d/popa3d-0.6.4.1-r2.ebuild index 7e69e3e8ec48..5978cf685745 100644 --- a/net-mail/popa3d/popa3d-0.6.4.1-r2.ebuild +++ b/net-mail/popa3d/popa3d-0.6.4.1-r2.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/popa3d/popa3d-0.6.4.1-r2.ebuild,v 1.3 2005/05/23 18:26:08 port001 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/popa3d/popa3d-0.6.4.1-r2.ebuild,v 1.4 2005/08/23 13:37:27 ticho Exp $ inherit eutils @@ -87,7 +87,7 @@ pkg_setup() { epause 5 enewgroup popa3d - enewuser popa3d -1 /bin/false /nonexistent popa3d + enewuser popa3d -1 -1 /nonexistent popa3d } src_unpack() { diff --git a/net-mail/popa3d/popa3d-1.0.ebuild b/net-mail/popa3d/popa3d-1.0.ebuild index db854313ece2..af6d21a2fd3d 100644 --- a/net-mail/popa3d/popa3d-1.0.ebuild +++ b/net-mail/popa3d/popa3d-1.0.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/popa3d/popa3d-1.0.ebuild,v 1.1 2005/08/12 16:22:41 port001 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/popa3d/popa3d-1.0.ebuild,v 1.2 2005/08/23 13:37:27 ticho Exp $ inherit eutils @@ -98,7 +98,7 @@ pkg_setup() { epause 5 enewgroup popa3d - enewuser popa3d -1 /bin/false /nonexistent popa3d + enewuser popa3d -1 -1 /nonexistent popa3d } src_unpack() { diff --git a/net-mail/vpopmail/ChangeLog b/net-mail/vpopmail/ChangeLog index 7dabf1d00cc9..80d23d0a2b41 100644 --- a/net-mail/vpopmail/ChangeLog +++ b/net-mail/vpopmail/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/vpopmail # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/ChangeLog,v 1.59 2005/06/21 21:27:41 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/ChangeLog,v 1.60 2005/08/23 13:34:12 ticho Exp $ + + 23 Aug 2005; Andrej Kacian <ticho@gentoo.org> vpopmail-5.4.6-r1.ebuild, + vpopmail-5.4.9-r2.ebuild, vpopmail-5.4.10.ebuild: + Use -1 for shell argument to enewuser. Bug #103421. *vpopmail-5.4.10 (21 Jun 2005) diff --git a/net-mail/vpopmail/vpopmail-5.4.10.ebuild b/net-mail/vpopmail/vpopmail-5.4.10.ebuild index d76ebe016eb1..fd0fc3d0f67b 100644 --- a/net-mail/vpopmail/vpopmail-5.4.10.ebuild +++ b/net-mail/vpopmail/vpopmail-5.4.10.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/vpopmail/vpopmail-5.4.10.ebuild,v 1.1 2005/06/21 21:27:41 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.10.ebuild,v 1.2 2005/08/23 13:34:12 ticho Exp $ inherit eutils gnuconfig fixheadtails @@ -47,7 +47,7 @@ vpopmail_set_homedir() { pkg_setup() { enewgroup vpopmail 89 - enewuser vpopmail 89 /bin/false ${VPOP_DEFAULT_HOME} vpopmail + enewuser vpopmail 89 -1 ${VPOP_DEFAULT_HOME} vpopmail upgradewarning } diff --git a/net-mail/vpopmail/vpopmail-5.4.6-r1.ebuild b/net-mail/vpopmail/vpopmail-5.4.6-r1.ebuild index cf6c013264b7..863847ad63fd 100644 --- a/net-mail/vpopmail/vpopmail-5.4.6-r1.ebuild +++ b/net-mail/vpopmail/vpopmail-5.4.6-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/vpopmail/vpopmail-5.4.6-r1.ebuild,v 1.8 2005/05/05 22:40:10 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.6-r1.ebuild,v 1.9 2005/08/23 13:34:12 ticho Exp $ inherit eutils gnuconfig fixheadtails @@ -48,7 +48,7 @@ vpopmail_set_homedir() { pkg_setup() { enewgroup vpopmail 89 - enewuser vpopmail 89 /bin/false ${VPOP_DEFAULT_HOME} vpopmail + enewuser vpopmail 89 -1 ${VPOP_DEFAULT_HOME} vpopmail upgradewarning } diff --git a/net-mail/vpopmail/vpopmail-5.4.9-r2.ebuild b/net-mail/vpopmail/vpopmail-5.4.9-r2.ebuild index 768e45e13951..e68d1759685b 100644 --- a/net-mail/vpopmail/vpopmail-5.4.9-r2.ebuild +++ b/net-mail/vpopmail/vpopmail-5.4.9-r2.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/vpopmail/vpopmail-5.4.9-r2.ebuild,v 1.5 2005/05/25 22:51:07 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.9-r2.ebuild,v 1.6 2005/08/23 13:34:12 ticho Exp $ inherit eutils gnuconfig fixheadtails @@ -47,7 +47,7 @@ vpopmail_set_homedir() { pkg_setup() { enewgroup vpopmail 89 - enewuser vpopmail 89 /bin/false ${VPOP_DEFAULT_HOME} vpopmail + enewuser vpopmail 89 -1 ${VPOP_DEFAULT_HOME} vpopmail upgradewarning } |