diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-01-25 10:39:51 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-01-25 10:39:51 +0000 |
commit | 8fb5fd08fdab1ece7c5c03b5008afed799a58baf (patch) | |
tree | cf6971a347ef90222c1417e75dab6002b5f9c0c9 /net-analyzer/nagios-core/nagios-core-1.2-r4.ebuild | |
parent | Fix access violation caused by libnetsnmp when USE=snmp, bug 79068. (diff) | |
download | gentoo-2-8fb5fd08fdab1ece7c5c03b5008afed799a58baf.tar.gz gentoo-2-8fb5fd08fdab1ece7c5c03b5008afed799a58baf.tar.bz2 gentoo-2-8fb5fd08fdab1ece7c5c03b5008afed799a58baf.zip |
fixed depends and a few other things thanks to Michael Stewart <vericgar@gentoo.org>
(Portage version: 2.0.51-r14)
Diffstat (limited to 'net-analyzer/nagios-core/nagios-core-1.2-r4.ebuild')
-rw-r--r-- | net-analyzer/nagios-core/nagios-core-1.2-r4.ebuild | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/net-analyzer/nagios-core/nagios-core-1.2-r4.ebuild b/net-analyzer/nagios-core/nagios-core-1.2-r4.ebuild index 39f1f0de7e59..a0c3f75c5fdf 100644 --- a/net-analyzer/nagios-core/nagios-core-1.2-r4.ebuild +++ b/net-analyzer/nagios-core/nagios-core-1.2-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/nagios-core-1.2-r4.ebuild,v 1.1 2005/01/25 10:04:18 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/nagios-core-1.2-r4.ebuild,v 1.2 2005/01/25 10:39:51 dragonheart Exp $ inherit eutils depend.apache toolchain-funcs @@ -15,16 +15,13 @@ SLOT="0" KEYWORDS="~x86 ~sparc ~ppc ~amd64" IUSE="noweb mysql postgres perl debug apache2" -# place inside !noweb beside the other apache depend -# apache2? ( ${APACHE2_DEPEND} ) DEPEND="virtual/mailx !noweb? ( >=media-libs/jpeg-6b-r3 >=media-libs/libpng-1.2.5-r4 >=media-libs/gd-1.8.3-r5 - !apache2? ( ${APACHE1_DEPEND} ) + ${APACHE_DEPEND} ) - perl? ( >=dev-lang/perl-5.6.1-r7 ) mysql? ( >=dev-db/mysql-3.23.56 ) postgres? ( !mysql? ( >=dev-db/postgresql-7.3.2 ) )" @@ -202,7 +199,7 @@ pkg_preinst() { pkg_postinst() { einfo - einfo "The example config files are located at /usr/share/doc/${P}/sample-configs/." + einfo "The example config files are located at /usr/share/doc/${PF}/sample-configs/." einfo einfo "Also, if you want nagios to start at boot time" einfo "remember to execute:" @@ -219,7 +216,6 @@ pkg_postinst() { einfo " Edit /etc/conf.d/apache2 and add \"-D NAGIOS\"" else einfo " Edit /etc/conf.d/apache and add \"-D NAGIOS\"" - einfo " Edit ${APACHE1_CONFDIR}/apache.conf and add \"Include modules.d/nagios.conf\"" fi einfo |