diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-08-23 13:17:08 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-08-23 13:17:08 +0000 |
commit | 8661368c1eaceaa9874f308e12d0aa7e1f595879 (patch) | |
tree | e1d8815926ca3cc6aeb87dba7a29eae869226317 /net-misc/apt-proxy/apt-proxy-1.3.0.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-8661368c1eaceaa9874f308e12d0aa7e1f595879.tar.gz gentoo-2-8661368c1eaceaa9874f308e12d0aa7e1f595879.tar.bz2 gentoo-2-8661368c1eaceaa9874f308e12d0aa7e1f595879.zip |
Use -1 instead of /bin/false on enewuser call.
(Portage version: 2.0.51.22)
Diffstat (limited to 'net-misc/apt-proxy/apt-proxy-1.3.0.ebuild')
-rw-r--r-- | net-misc/apt-proxy/apt-proxy-1.3.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/apt-proxy/apt-proxy-1.3.0.ebuild b/net-misc/apt-proxy/apt-proxy-1.3.0.ebuild index 16e637a60d8e..fbc5adff0de5 100644 --- a/net-misc/apt-proxy/apt-proxy-1.3.0.ebuild +++ b/net-misc/apt-proxy/apt-proxy-1.3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/apt-proxy/apt-proxy-1.3.0.ebuild,v 1.4 2004/07/15 02:33:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/apt-proxy/apt-proxy-1.3.0.ebuild,v 1.5 2005/08/23 13:15:37 flameeyes Exp $ inherit eutils @@ -22,7 +22,7 @@ RDEPEND="sys-apps/xinetd pkg_setup () { enewgroup apt-proxy - enewuser apt-proxy -1 /bin/false /dev/null apt-proxy + enewuser apt-proxy -1 -1 /dev/null apt-proxy } src_compile() { |