diff options
author | Chuck Short <zul@gentoo.org> | 2004-07-25 21:06:33 +0000 |
---|---|---|
committer | Chuck Short <zul@gentoo.org> | 2004-07-25 21:06:33 +0000 |
commit | 097c478fe859d9bb810f62b9cc9e3495f31c6a3e (patch) | |
tree | 79694bc14bf28f6316afc801f7813f97c64c1c8d /net-www/mod_ssl/mod_ssl-2.8.19.ebuild | |
parent | x11-plugins/wmspaceclock 1.2d stable on x86. (diff) | |
download | historical-097c478fe859d9bb810f62b9cc9e3495f31c6a3e.tar.gz historical-097c478fe859d9bb810f62b9cc9e3495f31c6a3e.tar.bz2 historical-097c478fe859d9bb810f62b9cc9e3495f31c6a3e.zip |
Fixed typo in config. closes #58274.
Diffstat (limited to 'net-www/mod_ssl/mod_ssl-2.8.19.ebuild')
-rw-r--r-- | net-www/mod_ssl/mod_ssl-2.8.19.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/mod_ssl/mod_ssl-2.8.19.ebuild b/net-www/mod_ssl/mod_ssl-2.8.19.ebuild index 688eb7320426..79b149ed872c 100644 --- a/net-www/mod_ssl/mod_ssl-2.8.19.ebuild +++ b/net-www/mod_ssl/mod_ssl-2.8.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/mod_ssl-2.8.19.ebuild,v 1.3 2004/07/22 08:23:46 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/mod_ssl-2.8.19.ebuild,v 1.4 2004/07/25 21:06:33 zul Exp $ MY_P=${P}-1.3.31 S=${WORKDIR}/${MY_P} @@ -52,7 +52,7 @@ pkg_postinst() { install -d -o root -g root -m0755 ${ROOT}/etc/apache/conf/ssl einfo - einfo "Execute \"ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config\"" + einfo "Execute \"ebuild /var/db/pkg/net-www/${PF}/${PF}.ebuild config\"" einfo "to have your apache.conf auto-updated for use with this module." einfo "You should then edit your /etc/conf.d/apache file to suit." einfo |