summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-08-24 00:09:35 +0000
committerMike Frysinger <vapier@gentoo.org>2005-08-24 00:09:35 +0000
commit6702a4d2b4541b27c7f45818fb8d32b7ecfb8df4 (patch)
treee2896db1dc7f050b9ee9d6c29e051afed79f478b /net-misc/udhcp/udhcp-0.9.8-r3.ebuild
parentInherit from eutils (diff)
downloadhistorical-6702a4d2b4541b27c7f45818fb8d32b7ecfb8df4.tar.gz
historical-6702a4d2b4541b27c7f45818fb8d32b7ecfb8df4.tar.bz2
historical-6702a4d2b4541b27c7f45818fb8d32b7ecfb8df4.zip
use -1 for shell to select default #103421
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-misc/udhcp/udhcp-0.9.8-r3.ebuild')
-rw-r--r--net-misc/udhcp/udhcp-0.9.8-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/udhcp/udhcp-0.9.8-r3.ebuild b/net-misc/udhcp/udhcp-0.9.8-r3.ebuild
index 35bd51751ac9..333d70fcb47f 100644
--- a/net-misc/udhcp/udhcp-0.9.8-r3.ebuild
+++ b/net-misc/udhcp/udhcp-0.9.8-r3.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-misc/udhcp/udhcp-0.9.8-r3.ebuild,v 1.12 2005/05/16 22:32:27 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/udhcp/udhcp-0.9.8-r3.ebuild,v 1.13 2005/08/24 00:05:22 vapier Exp $
inherit eutils toolchain-funcs
@@ -18,7 +18,7 @@ PROVIDE="virtual/dhcpc"
pkg_setup() {
enewgroup dhcp
- enewuser dhcp -1 /bin/false /var/lib/dhcp dhcp
+ enewuser dhcp -1 -1 /var/lib/dhcp dhcp
}
src_unpack() {