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
commitd50749bd2ec2bd0d594b20b1425d850d58a2e8e8 (patch)
tree0304132e8dbbc211539db97d7bc4838271a5b7fc /eclass
parentReverting changes that break the cache (diff)
downloadhistorical-d50749bd2ec2bd0d594b20b1425d850d58a2e8e8.tar.gz
historical-d50749bd2ec2bd0d594b20b1425d850d58a2e8e8.tar.bz2
historical-d50749bd2ec2bd0d594b20b1425d850d58a2e8e8.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