summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-11-02 21:53:44 +0000
committerMike Frysinger <vapier@gentoo.org>2011-11-02 21:53:44 +0000
commit6c0e98828c423e78317ee979c89d5f35ddb71df4 (patch)
tree732bddfe9fbd2eb6e0750e2900102c209d945312 /net-mail/mailman/mailman-2.1.14.ebuild
parentDrop superfluous -c usage. (diff)
downloadgentoo-2-6c0e98828c423e78317ee979c89d5f35ddb71df4.tar.gz
gentoo-2-6c0e98828c423e78317ee979c89d5f35ddb71df4.tar.bz2
gentoo-2-6c0e98828c423e78317ee979c89d5f35ddb71df4.zip
Drop superfluous -c usage.
(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
Diffstat (limited to 'net-mail/mailman/mailman-2.1.14.ebuild')
-rw-r--r--net-mail/mailman/mailman-2.1.14.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-mail/mailman/mailman-2.1.14.ebuild b/net-mail/mailman/mailman-2.1.14.ebuild
index 98c99ea73c29..8dac84a0fd1d 100644
--- a/net-mail/mailman/mailman-2.1.14.ebuild
+++ b/net-mail/mailman/mailman-2.1.14.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.14.ebuild,v 1.5 2010/10/15 12:49:32 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.14.ebuild,v 1.6 2011/11/02 21:53:44 vapier Exp $
inherit eutils python multilib
@@ -33,7 +33,7 @@ pkg_setup() {
# need to add mailman here for compile process.
# Duplicated at pkg_postinst() for binary install.
enewgroup ${MAILGRP} ${MAILGID}
- enewuser ${MAILUSR} ${MAILUID} /bin/bash ${INSTALLDIR} mailman -G cron -c "mailman"
+ enewuser ${MAILUSR} ${MAILUID} /bin/bash ${INSTALLDIR} mailman -G cron
}
src_unpack() {
@@ -114,7 +114,7 @@ pkg_postinst() {
${INSTALLDIR}/Mailman/*/
enewgroup ${MAILGRP} ${MAILGID}
- enewuser ${MAILUSR} ${MAILUID} -1 ${INSTALLDIR} mailman -G cron -c "mailman"
+ enewuser ${MAILUSR} ${MAILUID} -1 ${INSTALLDIR} mailman -G cron
elog
elog "Please read /usr/share/doc/${PF}/README.gentoo.bz2 for additional"
elog "Setup information, mailman will NOT run unless you follow"