summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2005-08-23 13:32:09 +0000
committerAndrej Kacian <ticho@gentoo.org>2005-08-23 13:32:09 +0000
commit22dd179997075e45d7cc830201785df53fe2545d (patch)
tree1829b842f62e0cc653563569d5aa89d09f8a13b9
parentFixed enewuser to use -1 for shell per bug #103421, cleaned out old ebuilds (diff)
downloadgentoo-2-22dd179997075e45d7cc830201785df53fe2545d.tar.gz
gentoo-2-22dd179997075e45d7cc830201785df53fe2545d.tar.bz2
gentoo-2-22dd179997075e45d7cc830201785df53fe2545d.zip
Use -1 for shell argument to enewuser. Bug #103421.
(Portage version: 2.0.51.22-r2)
-rw-r--r--mail-mta/postfix/ChangeLog8
-rw-r--r--mail-mta/postfix/postfix-2.2.1-r1.ebuild4
-rw-r--r--mail-mta/postfix/postfix-2.2.1.ebuild4
-rw-r--r--mail-mta/postfix/postfix-2.2.2-r1.ebuild4
-rw-r--r--mail-mta/postfix/postfix-2.2.2-r2.ebuild4
-rw-r--r--mail-mta/postfix/postfix-2.2.2.ebuild4
-rw-r--r--mail-mta/postfix/postfix-2.2.3-r1.ebuild4
-rw-r--r--mail-mta/postfix/postfix-2.2.3.ebuild4
-rw-r--r--mail-mta/postfix/postfix-2.2.4.ebuild4
-rw-r--r--mail-mta/sendmail/ChangeLog5
-rw-r--r--mail-mta/sendmail/sendmail-8.13.4-r1.ebuild4
11 files changed, 29 insertions, 20 deletions
diff --git a/mail-mta/postfix/ChangeLog b/mail-mta/postfix/ChangeLog
index 9c2f05c9b861..0fc03454fc9c 100644
--- a/mail-mta/postfix/ChangeLog
+++ b/mail-mta/postfix/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for mail-mta/postfix
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.77 2005/07/07 02:34:55 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.78 2005/08/23 13:30:18 ticho Exp $
+
+ 23 Aug 2005; Andrej Kacian <ticho@gentoo.org> postfix-2.2.1.ebuild,
+ postfix-2.2.1-r1.ebuild, postfix-2.2.2.ebuild, postfix-2.2.2-r1.ebuild,
+ postfix-2.2.2-r2.ebuild, postfix-2.2.3.ebuild, postfix-2.2.3-r1.ebuild,
+ postfix-2.2.4.ebuild:
+ Use -1 for shell argument to enewuser. Bug #103421.
05 Jul 2005; Andrej Kacian <ticho@gentoo.org> postfix-2.2.3-r1.ebuild,
postfix-2.2.4.ebuild:
diff --git a/mail-mta/postfix/postfix-2.2.1-r1.ebuild b/mail-mta/postfix/postfix-2.2.1-r1.ebuild
index 753ded54f69d..4dfad2455b59 100644
--- a/mail-mta/postfix/postfix-2.2.1-r1.ebuild
+++ b/mail-mta/postfix/postfix-2.2.1-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/mail-mta/postfix/postfix-2.2.1-r1.ebuild,v 1.1 2005/03/22 18:33:13 langthang Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.2.1-r1.ebuild,v 1.2 2005/08/23 13:30:18 ticho Exp $
inherit eutils ssl-cert toolchain-funcs flag-o-matic
IUSE="ipv6 pam ldap mysql postgres ssl sasl mailwrapper mbox nis vda selinux hardened"
@@ -48,7 +48,7 @@ group_user_check() {
einfo "checking for postdrop group... create if missing."
enewgroup postdrop 208
einfo "checking for postfix user... create if missing."
- enewuser postfix 207 /bin/false /var/spool/postfix postfix
+ enewuser postfix 207 -1 /var/spool/postfix postfix
}
pkg_setup() {
diff --git a/mail-mta/postfix/postfix-2.2.1.ebuild b/mail-mta/postfix/postfix-2.2.1.ebuild
index 8f1e16faa60f..988ca0f3f123 100644
--- a/mail-mta/postfix/postfix-2.2.1.ebuild
+++ b/mail-mta/postfix/postfix-2.2.1.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/mail-mta/postfix/postfix-2.2.1.ebuild,v 1.1 2005/03/15 17:54:11 langthang Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.2.1.ebuild,v 1.2 2005/08/23 13:30:18 ticho Exp $
inherit eutils ssl-cert toolchain-funcs flag-o-matic
IUSE="ipv6 pam ldap mysql postgres ssl sasl mailwrapper mbox nis vda selinux hardened"
@@ -48,7 +48,7 @@ group_user_check() {
einfo "checking for postdrop group... create if missing."
enewgroup postdrop 208
einfo "checking for postfix user... create if missing."
- enewuser postfix 207 /bin/false /var/spool/postfix postfix
+ enewuser postfix 207 -1 /var/spool/postfix postfix
}
pkg_setup() {
diff --git a/mail-mta/postfix/postfix-2.2.2-r1.ebuild b/mail-mta/postfix/postfix-2.2.2-r1.ebuild
index 452349048670..70292e2eea90 100644
--- a/mail-mta/postfix/postfix-2.2.2-r1.ebuild
+++ b/mail-mta/postfix/postfix-2.2.2-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/mail-mta/postfix/postfix-2.2.2-r1.ebuild,v 1.2 2005/04/25 16:55:52 ferdy Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.2.2-r1.ebuild,v 1.3 2005/08/23 13:30:18 ticho Exp $
inherit eutils ssl-cert toolchain-funcs flag-o-matic
IUSE="ipv6 pam ldap mysql postgres ssl sasl mailwrapper mbox nis vda selinux hardened"
@@ -48,7 +48,7 @@ group_user_check() {
einfo "checking for postdrop group... create if missing."
enewgroup postdrop 208
einfo "checking for postfix user... create if missing."
- enewuser postfix 207 /bin/false /var/spool/postfix postfix
+ enewuser postfix 207 -1 /var/spool/postfix postfix
}
pkg_setup() {
diff --git a/mail-mta/postfix/postfix-2.2.2-r2.ebuild b/mail-mta/postfix/postfix-2.2.2-r2.ebuild
index 9b2f4293e882..0ddd0895cd38 100644
--- a/mail-mta/postfix/postfix-2.2.2-r2.ebuild
+++ b/mail-mta/postfix/postfix-2.2.2-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/mail-mta/postfix/postfix-2.2.2-r2.ebuild,v 1.2 2005/05/04 21:10:59 ferdy Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.2.2-r2.ebuild,v 1.3 2005/08/23 13:30:18 ticho Exp $
inherit eutils ssl-cert toolchain-funcs flag-o-matic mailer
IUSE="ipv6 pam ldap mysql postgres ssl sasl mbox nis vda selinux hardened"
@@ -46,7 +46,7 @@ group_user_check() {
einfo "checking for postdrop group... create if missing."
enewgroup postdrop 208
einfo "checking for postfix user... create if missing."
- enewuser postfix 207 /bin/false /var/spool/postfix postfix
+ enewuser postfix 207 -1 /var/spool/postfix postfix
}
pkg_setup() {
diff --git a/mail-mta/postfix/postfix-2.2.2.ebuild b/mail-mta/postfix/postfix-2.2.2.ebuild
index 7a1b6d6561ce..0f5e30345990 100644
--- a/mail-mta/postfix/postfix-2.2.2.ebuild
+++ b/mail-mta/postfix/postfix-2.2.2.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/mail-mta/postfix/postfix-2.2.2.ebuild,v 1.1 2005/04/04 17:00:50 langthang Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.2.2.ebuild,v 1.2 2005/08/23 13:30:18 ticho Exp $
inherit eutils ssl-cert toolchain-funcs flag-o-matic
IUSE="ipv6 pam ldap mysql postgres ssl sasl mailwrapper mbox nis vda selinux hardened"
@@ -48,7 +48,7 @@ group_user_check() {
einfo "checking for postdrop group... create if missing."
enewgroup postdrop 208
einfo "checking for postfix user... create if missing."
- enewuser postfix 207 /bin/false /var/spool/postfix postfix
+ enewuser postfix 207 -1 /var/spool/postfix postfix
}
pkg_setup() {
diff --git a/mail-mta/postfix/postfix-2.2.3-r1.ebuild b/mail-mta/postfix/postfix-2.2.3-r1.ebuild
index c177281bcdeb..cbf2802b25f2 100644
--- a/mail-mta/postfix/postfix-2.2.3-r1.ebuild
+++ b/mail-mta/postfix/postfix-2.2.3-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/mail-mta/postfix/postfix-2.2.3-r1.ebuild,v 1.5 2005/07/07 02:27:10 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.2.3-r1.ebuild,v 1.6 2005/08/23 13:30:18 ticho Exp $
inherit eutils ssl-cert toolchain-funcs flag-o-matic mailer pam
IUSE="ipv6 pam ldap mysql postgres ssl sasl mbox nis vda selinux hardened"
@@ -46,7 +46,7 @@ group_user_check() {
einfo "checking for postdrop group... create if missing."
enewgroup postdrop 208
einfo "checking for postfix user... create if missing."
- enewuser postfix 207 /bin/false /var/spool/postfix postfix
+ enewuser postfix 207 -1 /var/spool/postfix postfix
}
pkg_setup() {
diff --git a/mail-mta/postfix/postfix-2.2.3.ebuild b/mail-mta/postfix/postfix-2.2.3.ebuild
index 59bbbbe4d902..5d25fc95bd35 100644
--- a/mail-mta/postfix/postfix-2.2.3.ebuild
+++ b/mail-mta/postfix/postfix-2.2.3.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/mail-mta/postfix/postfix-2.2.3.ebuild,v 1.2 2005/06/18 23:18:29 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.2.3.ebuild,v 1.3 2005/08/23 13:30:18 ticho Exp $
inherit eutils ssl-cert toolchain-funcs flag-o-matic mailer
IUSE="ipv6 pam ldap mysql postgres ssl sasl mbox nis vda selinux hardened"
@@ -46,7 +46,7 @@ group_user_check() {
einfo "checking for postdrop group... create if missing."
enewgroup postdrop 208
einfo "checking for postfix user... create if missing."
- enewuser postfix 207 /bin/false /var/spool/postfix postfix
+ enewuser postfix 207 -1 /var/spool/postfix postfix
}
pkg_setup() {
diff --git a/mail-mta/postfix/postfix-2.2.4.ebuild b/mail-mta/postfix/postfix-2.2.4.ebuild
index a940cb78ec93..77d71df5e753 100644
--- a/mail-mta/postfix/postfix-2.2.4.ebuild
+++ b/mail-mta/postfix/postfix-2.2.4.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/mail-mta/postfix/postfix-2.2.4.ebuild,v 1.2 2005/07/07 02:27:10 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.2.4.ebuild,v 1.3 2005/08/23 13:30:18 ticho Exp $
inherit eutils ssl-cert toolchain-funcs flag-o-matic mailer pam
IUSE="ipv6 pam ldap mysql postgres ssl sasl mbox nis vda selinux hardened"
@@ -46,7 +46,7 @@ group_user_check() {
einfo "checking for postdrop group... create if missing."
enewgroup postdrop 208
einfo "checking for postfix user... create if missing."
- enewuser postfix 207 /bin/false /var/spool/postfix postfix
+ enewuser postfix 207 -1 /var/spool/postfix postfix
}
pkg_setup() {
diff --git a/mail-mta/sendmail/ChangeLog b/mail-mta/sendmail/ChangeLog
index 2b5bb933bbe7..1ccaf8ac19a8 100644
--- a/mail-mta/sendmail/ChangeLog
+++ b/mail-mta/sendmail/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for mail-mta/sendmail
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/ChangeLog,v 1.46 2005/08/11 21:11:54 g2boojum Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/ChangeLog,v 1.47 2005/08/23 13:32:09 ticho Exp $
+
+ 23 Aug 2005; Andrej Kacian <ticho@gentoo.org> sendmail-8.13.4-r1.ebuild:
+ Use -1 for shell argument to enewuser. Bug #103421.
11 Aug 2005; Grant Goodyear <g2boojum@gentoo.org> sendmail-8.13.4.ebuild:
Marking stable on x86.
diff --git a/mail-mta/sendmail/sendmail-8.13.4-r1.ebuild b/mail-mta/sendmail/sendmail-8.13.4-r1.ebuild
index 15a310b1ce3c..ba007c526006 100644
--- a/mail-mta/sendmail/sendmail-8.13.4-r1.ebuild
+++ b/mail-mta/sendmail/sendmail-8.13.4-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/mail-mta/sendmail/sendmail-8.13.4-r1.ebuild,v 1.5 2005/07/04 14:24:30 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.13.4-r1.ebuild,v 1.6 2005/08/23 13:32:09 ticho Exp $
inherit eutils mailer
@@ -177,6 +177,6 @@ pkg_setup() {
einfo "checking for smmsp group... create if missing."
enewgroup smmsp 209 || die "problem adding group smmsp"
einfo "checking for smmsp user... create if missing."
- enewuser smmsp 209 /bin/false /var/spool/mqueue smmsp \
+ enewuser smmsp 209 -1 /var/spool/mqueue smmsp \
|| die "problem adding user smmsp"
}