summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarol Wojtaszek <sekretarz@gentoo.org>2005-08-26 15:21:18 +0000
committerKarol Wojtaszek <sekretarz@gentoo.org>2005-08-26 15:21:18 +0000
commit31171fa550dd048a890a00ed1301178089e1f07b (patch)
treed52d90b887b19b1dad6e3a2aa3d4d7c32d973cbe /net-p2p/amule/amule-2.0.1.ebuild
parentUsing -1 option instead of /bin/false in enewuser to be compliant with G/FBSD... (diff)
downloadhistorical-31171fa550dd048a890a00ed1301178089e1f07b.tar.gz
historical-31171fa550dd048a890a00ed1301178089e1f07b.tar.bz2
historical-31171fa550dd048a890a00ed1301178089e1f07b.zip
Ebuild clean up. Using -1 option instead of /bin/false in enewuser to be compliant with G/FBSD and G/Darwin, bug #103421
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-p2p/amule/amule-2.0.1.ebuild')
-rw-r--r--net-p2p/amule/amule-2.0.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/amule/amule-2.0.1.ebuild b/net-p2p/amule/amule-2.0.1.ebuild
index 865f9dd2ef2f..8447464fb164 100644
--- a/net-p2p/amule/amule-2.0.1.ebuild
+++ b/net-p2p/amule/amule-2.0.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/net-p2p/amule/amule-2.0.1.ebuild,v 1.3 2005/06/02 18:30:30 sekretarz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-2.0.1.ebuild,v 1.4 2005/08/26 15:21:18 sekretarz Exp $
inherit eutils flag-o-matic wxwidgets
@@ -68,7 +68,7 @@ src_install() {
if use amuled || use remote; then
if ! id p2p >/dev/null; then
enewgroup p2p
- enewuser p2p -1 /bin/false /home/p2p p2p
+ enewuser p2p -1 -1 /home/p2p p2p
fi
fi