diff options
Diffstat (limited to 'net-www/apache/apache-1.3.33-r10.ebuild')
-rw-r--r-- | net-www/apache/apache-1.3.33-r10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/apache/apache-1.3.33-r10.ebuild b/net-www/apache/apache-1.3.33-r10.ebuild index 91a97744bb3a..32aa38e3f5d4 100644 --- a/net-www/apache/apache-1.3.33-r10.ebuild +++ b/net-www/apache/apache-1.3.33-r10.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-www/apache/apache-1.3.33-r10.ebuild,v 1.4 2005/08/16 05:14:32 vericgar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.33-r10.ebuild,v 1.5 2005/08/23 17:09:10 vericgar Exp $ inherit eutils fixheadtails @@ -137,7 +137,7 @@ src_compile() { src_install() { # setup apache user and group enewgroup apache 81 - enewuser apache 81 /bin/false /var/www apache + enewuser apache 81 -1 /var/www apache # general install make install-quiet root=${D} || die |