summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2005-07-20 05:37:20 +0000
committerAlin Năstac <mrness@gentoo.org>2005-07-20 05:37:20 +0000
commit86120b7cb9631658f16df1e12b831c05ffee335a (patch)
tree4e43cb9850ca67219c302a792f43803faf6d5ded /net-proxy/privoxy
parentcreate squid user/group in pkg_setup/pkg_postinst (#99603) (diff)
downloadhistorical-86120b7cb9631658f16df1e12b831c05ffee335a.tar.gz
historical-86120b7cb9631658f16df1e12b831c05ffee335a.tar.bz2
historical-86120b7cb9631658f16df1e12b831c05ffee335a.zip
replace /bin/false shell arg of enewuser calls with -1
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-proxy/privoxy')
-rw-r--r--net-proxy/privoxy/privoxy-3.0.3-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-proxy/privoxy/privoxy-3.0.3-r3.ebuild b/net-proxy/privoxy/privoxy-3.0.3-r3.ebuild
index a33e62a0fa54..772e295b81a2 100644
--- a/net-proxy/privoxy/privoxy-3.0.3-r3.ebuild
+++ b/net-proxy/privoxy/privoxy-3.0.3-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-proxy/privoxy/privoxy-3.0.3-r3.ebuild,v 1.2 2005/04/25 06:27:46 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/privoxy-3.0.3-r3.ebuild,v 1.3 2005/07/20 05:37:20 mrness Exp $
inherit toolchain-funcs eutils
@@ -26,7 +26,7 @@ S="${WORKDIR}/${P}-stable"
pkg_setup() {
enewgroup privoxy
- enewuser privoxy -1 /bin/false /etc/privoxy privoxy
+ enewuser privoxy -1 -1 /etc/privoxy privoxy
}
src_unpack() {