diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-01-15 03:55:19 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-01-15 03:55:19 +0000 |
commit | 61ad61a6ac085b46f7e30a2e57fe875f92c584a1 (patch) | |
tree | ecc5cbc4562a4922765446f6b94fd827ddcdb165 /net-www/apache/apache-1.3.28-r1.ebuild | |
parent | add ~alpha (bug 21240) (diff) | |
download | gentoo-2-61ad61a6ac085b46f7e30a2e57fe875f92c584a1.tar.gz gentoo-2-61ad61a6ac085b46f7e30a2e57fe875f92c584a1.tar.bz2 gentoo-2-61ad61a6ac085b46f7e30a2e57fe875f92c584a1.zip |
fix bug #38040. cleanup all apache2 DEPENDS to block mips from ldap until they have openldap supported.
Diffstat (limited to 'net-www/apache/apache-1.3.28-r1.ebuild')
-rw-r--r-- | net-www/apache/apache-1.3.28-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-www/apache/apache-1.3.28-r1.ebuild b/net-www/apache/apache-1.3.28-r1.ebuild index e8939f06f68b..6e2b34b99165 100644 --- a/net-www/apache/apache-1.3.28-r1.ebuild +++ b/net-www/apache/apache-1.3.28-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.28-r1.ebuild,v 1.3 2003/12/26 01:07:37 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.28-r1.ebuild,v 1.4 2004/01/15 03:55:19 robbat2 Exp $ #IUSE="ipv6 pam" IUSE="pam" @@ -147,7 +147,7 @@ src_install() { ${FILESDIR}/robots.txt #protect the suexec binary - fowners root.${GID} /usr/sbin/suexec + fowners root:${GID} /usr/sbin/suexec fperms 4710 /usr/sbin/suexec # nice support scripts.. |