summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2008-03-23 00:02:10 +0000
committerBenedikt Boehm <hollow@gentoo.org>2008-03-23 00:02:10 +0000
commit7a16f3513fe653bfdb81400f5a788e025e5f79d1 (patch)
treec9acca207846f6c0d44928c093240066fd694ef3 /www-apache
parentadd openrc to the baselayout mask (diff)
downloadgentoo-2-7a16f3513fe653bfdb81400f5a788e025e5f79d1.tar.gz
gentoo-2-7a16f3513fe653bfdb81400f5a788e025e5f79d1.tar.bz2
gentoo-2-7a16f3513fe653bfdb81400f5a788e025e5f79d1.zip
remove useless warning messages
(Portage version: 2.1.4.4)
Diffstat (limited to 'www-apache')
-rw-r--r--www-apache/mod_auth_cookie_mysql2/ChangeLog6
-rw-r--r--www-apache/mod_auth_cookie_mysql2/mod_auth_cookie_mysql2-0.9a.ebuild13
2 files changed, 6 insertions, 13 deletions
diff --git a/www-apache/mod_auth_cookie_mysql2/ChangeLog b/www-apache/mod_auth_cookie_mysql2/ChangeLog
index d4b66be1e8d3..690198d2085d 100644
--- a/www-apache/mod_auth_cookie_mysql2/ChangeLog
+++ b/www-apache/mod_auth_cookie_mysql2/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-apache/mod_auth_cookie_mysql2
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_cookie_mysql2/ChangeLog,v 1.5 2008/01/29 16:08:00 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_cookie_mysql2/ChangeLog,v 1.6 2008/03/23 00:02:10 hollow Exp $
+
+ 23 Mar 2008; Benedikt Böhm <hollow@gentoo.org>
+ mod_auth_cookie_mysql2-0.9a.ebuild:
+ remove useless warning messages
29 Jan 2008; Benedikt Böhm <hollow@gentoo.org>
files/55_mod_auth_cookie_mysql2.conf, -mod_auth_cookie_mysql2-0.7.ebuild,
diff --git a/www-apache/mod_auth_cookie_mysql2/mod_auth_cookie_mysql2-0.9a.ebuild b/www-apache/mod_auth_cookie_mysql2/mod_auth_cookie_mysql2-0.9a.ebuild
index b2d5d46c6e96..bf0c8a9df99c 100644
--- a/www-apache/mod_auth_cookie_mysql2/mod_auth_cookie_mysql2-0.9a.ebuild
+++ b/www-apache/mod_auth_cookie_mysql2/mod_auth_cookie_mysql2-0.9a.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_cookie_mysql2/mod_auth_cookie_mysql2-0.9a.ebuild,v 1.2 2008/01/29 16:08:00 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_cookie_mysql2/mod_auth_cookie_mysql2-0.9a.ebuild,v 1.3 2008/03/23 00:02:10 hollow Exp $
inherit eutils apache-module
@@ -26,14 +26,3 @@ APACHE2_MOD_DEFINE="AUTH_COOKIE_MYSQL2"
DOCFILES="README mod_auth_cookie_mysql.html"
need_apache2
-
-pkg_postinst() {
- ewarn
- ewarn "There are a number of variables that need to be configured before"
- ewarn "MOD_AUTH_COOKIE_MYSQL2 can work. After this package has finished"
- ewarn "building, please go and modify the configuration file located at"
- ewarn "${APACHE_MODULES_CONFDIR}/$(basename ${APACHE2_MOD_CONF}).conf"
- ewarn
- ebeep 5
- apache-module_pkg_postinst
-}