From 05213046947e6cdf0360d1a86e65e95e521fb9fe Mon Sep 17 00:00:00 2001 From: Alin Năstac Date: Wed, 20 Jul 2005 05:37:20 +0000 Subject: replace /bin/false shell arg of enewuser calls with -1 (Portage version: 2.0.51.22-r1) --- net-proxy/privoxy/privoxy-3.0.3-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net-proxy/privoxy') 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() { -- cgit v1.2.3-65-gdbad