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
commit05213046947e6cdf0360d1a86e65e95e521fb9fe (patch)
treee14bf338aff63acf331d9b5e2114072830076497 /net-proxy/privoxy
parentcreate squid user/group in pkg_setup/pkg_postinst (#99603) (diff)
downloadgentoo-2-05213046947e6cdf0360d1a86e65e95e521fb9fe.tar.gz
gentoo-2-05213046947e6cdf0360d1a86e65e95e521fb9fe.tar.bz2
gentoo-2-05213046947e6cdf0360d1a86e65e95e521fb9fe.zip
replace /bin/false shell arg of enewuser calls with -1
(Portage version: 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() {