diff options
author | Chuck Short <zul@gentoo.org> | 2004-06-20 13:41:17 +0000 |
---|---|---|
committer | Chuck Short <zul@gentoo.org> | 2004-06-20 13:41:17 +0000 |
commit | 96f5b2599026547b4082a57e4b675de962ac2da2 (patch) | |
tree | 8ef080c19cea486e8796d1a230b8007028c2764f /net-www/mod_auth_ldap/mod_auth_ldap-2.4.1.ebuild | |
parent | Fix unpacks for bugs #54316 and #54059. Added sample test routine to binutils... (diff) | |
download | gentoo-2-96f5b2599026547b4082a57e4b675de962ac2da2.tar.gz gentoo-2-96f5b2599026547b4082a57e4b675de962ac2da2.tar.bz2 gentoo-2-96f5b2599026547b4082a57e4b675de962ac2da2.zip |
Replaced category with net-www
Diffstat (limited to 'net-www/mod_auth_ldap/mod_auth_ldap-2.4.1.ebuild')
-rw-r--r-- | net-www/mod_auth_ldap/mod_auth_ldap-2.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/mod_auth_ldap/mod_auth_ldap-2.4.1.ebuild b/net-www/mod_auth_ldap/mod_auth_ldap-2.4.1.ebuild index c99c37eed9c8..919e20b1bca9 100644 --- a/net-www/mod_auth_ldap/mod_auth_ldap-2.4.1.ebuild +++ b/net-www/mod_auth_ldap/mod_auth_ldap-2.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_ldap/mod_auth_ldap-2.4.1.ebuild,v 1.3 2004/04/04 22:26:57 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_ldap/mod_auth_ldap-2.4.1.ebuild,v 1.4 2004/06/20 13:41:17 zul Exp $ inherit eutils @@ -40,7 +40,7 @@ src_install() { pkg_postinst() { einfo einfo "Execute the command:" - einfo " \"ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config\"" + einfo " \"ebuild /var/db/pkg/net-www/${PF}/${PF}.ebuild config\"" einfo " to auto-update apache.conf with supporting statements." einfo " Then edit /etc/conf.d/apache accordingly." einfo " You can find config examples here: ${HOMEPAGE}." |