summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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() {