summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2005-08-23 13:35:12 +0000
committerAndrej Kacian <ticho@gentoo.org>2005-08-23 13:35:12 +0000
commit02fc6444cfabf8b500c2273d194f5f59b6fc9284 (patch)
treed7f444c49e4535267ae3670b85d1d29478db64ef /mail-mta/sendmail
parentFixed enewuser to use -1 for shell per bug #103421, cleaned out old ebuilds (diff)
downloadhistorical-02fc6444cfabf8b500c2273d194f5f59b6fc9284.tar.gz
historical-02fc6444cfabf8b500c2273d194f5f59b6fc9284.tar.bz2
historical-02fc6444cfabf8b500c2273d194f5f59b6fc9284.zip
Use -1 for shell argument to enewuser. Bug #103421.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'mail-mta/sendmail')
-rw-r--r--mail-mta/sendmail/ChangeLog5
-rw-r--r--mail-mta/sendmail/sendmail-8.13.4-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
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"
}