summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichael Stewart <vericgar@gentoo.org>2005-01-21 08:06:38 +0000
committerMichael Stewart <vericgar@gentoo.org>2005-01-21 08:06:38 +0000
commite3f3480350355d17c2db8d170646af9d073b4a94 (patch)
treec0b30d92a65a3085778939c69b92d8c344532810 /eclass
parentReverting changes that break the cache (diff)
downloadgentoo-2-e3f3480350355d17c2db8d170646af9d073b4a94.tar.gz
gentoo-2-e3f3480350355d17c2db8d170646af9d073b4a94.tar.bz2
gentoo-2-e3f3480350355d17c2db8d170646af9d073b4a94.zip
Cosmetic fixes per bug #32436
Diffstat (limited to 'eclass')
-rw-r--r--eclass/apache-module.eclass8
1 files changed, 5 insertions, 3 deletions
diff --git a/eclass/apache-module.eclass b/eclass/apache-module.eclass
index fa30be123688..f35796ff465f 100644
--- a/eclass/apache-module.eclass
+++ b/eclass/apache-module.eclass
@@ -1,7 +1,7 @@
# Copyright 2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Michael Tindal <urilith@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/apache-module.eclass,v 1.2 2005/01/09 10:10:24 vericgar Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/apache-module.eclass,v 1.3 2005/01/21 08:06:38 vericgar Exp $
ECLASS=apache-module
INHERITED="$INHERITED $ECLASS"
@@ -212,7 +212,8 @@ apache1_pkg_postinst() {
fi
if [ -n "${APACHE1_MOD_CONF}" ] ; then
einfo
- einfo "Configuration file installed as ${APACHE1_MODULES_CONFDIR}/${APACHE1_MOD_CONF}.conf"
+ einfo "Configuration file installed as"
+ einfo " ${APACHE1_MODULES_CONFDIR}/$(basename ${APACHE1_MOD_CONF}).conf"
einfo "You may want to edit it before turning the module on in /etc/conf.d/apache"
einfo
fi
@@ -322,7 +323,8 @@ apache2_pkg_postinst() {
fi
if [ -n "${APACHE2_MOD_CONF}" ] ; then
einfo
- einfo "Configuration file installed as ${APACHE2_MODULES_CONFDIR}/${APACHE2_MOD_CONF}.conf"
+ einfo "Configuration file installed as"
+ einfo " ${APACHE2_MODULES_CONFDIR}/$(basename ${APACHE2_MOD_CONF}).conf"
einfo "You may want to edit it before turning the module on in /etc/conf.d/apache2"
einfo
fi