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 /mail-mta/sendmail
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)
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"
}