diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-02-18 10:57:54 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-02-18 10:57:54 +0000 |
commit | 33831773a25ccd8a9ca8a551ceacaede7eba4da8 (patch) | |
tree | bd41476e690f8353181a5739e694a8e44dd9e57b /net-analyzer/nagios | |
parent | Using check-kernel eclass now (diff) | |
download | historical-33831773a25ccd8a9ca8a551ceacaede7eba4da8.tar.gz historical-33831773a25ccd8a9ca8a551ceacaede7eba4da8.tar.bz2 historical-33831773a25ccd8a9ca8a551ceacaede7eba4da8.zip |
removing einfo since this is done in nagios-core
Diffstat (limited to 'net-analyzer/nagios')
-rw-r--r-- | net-analyzer/nagios/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/nagios/Manifest | 4 | ||||
-rw-r--r-- | net-analyzer/nagios/nagios-1.1.ebuild | 37 |
3 files changed, 8 insertions, 38 deletions
diff --git a/net-analyzer/nagios/ChangeLog b/net-analyzer/nagios/ChangeLog index f59d5983cdc7..faa0eada59e8 100644 --- a/net-analyzer/nagios/ChangeLog +++ b/net-analyzer/nagios/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/nagios # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios/ChangeLog,v 1.12 2004/02/02 17:43:46 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios/ChangeLog,v 1.13 2004/02/18 10:57:54 mholzer Exp $ + + 18 Feb 2004; Martin Holzer <mholzer@gentoo.org> nagios-1.1.ebuild: + removing einfo since this is done in nagios-core 02 Feb 2004; Martin Holzer <mholzer@gentoo.org> nagios-1.1.ebuild: correcting einfo package. diff --git a/net-analyzer/nagios/Manifest b/net-analyzer/nagios/Manifest index 59de12ad069e..2b8d161ec4cc 100644 --- a/net-analyzer/nagios/Manifest +++ b/net-analyzer/nagios/Manifest @@ -1,3 +1,3 @@ -MD5 9b7e463471799e5bbfe3b0d81b1209be ChangeLog 2078 -MD5 c9b6b20f37021ccb2ccfa9bb60fe7427 nagios-1.1.ebuild 1791 +MD5 2365e05a1588ad8101229dd6cb626675 ChangeLog 2199 +MD5 66a9a075b2daf3a34b8afdc297c6b0b6 nagios-1.1.ebuild 598 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-nagios-1.1 0 diff --git a/net-analyzer/nagios/nagios-1.1.ebuild b/net-analyzer/nagios/nagios-1.1.ebuild index 799f3d53e75f..6ae0fe1794a9 100644 --- a/net-analyzer/nagios/nagios-1.1.ebuild +++ b/net-analyzer/nagios/nagios-1.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios/nagios-1.1.ebuild,v 1.7 2004/02/02 17:43:46 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios/nagios-1.1.ebuild,v 1.8 2004/02/18 10:57:54 mholzer Exp $ -DESCRIPTION="Nagios ${PV} - merge this to pull install all of the nagios packages" +DESCRIPTION="The Nagios metapackage - merge this to pull install all of the nagios packages" HOMEPAGE="http://www.nagios.org/" LICENSE="GPL-2" @@ -15,36 +15,3 @@ RDEPEND=">=net-analyzer/nagios-core-1.1 >=net-analyzer/nagios-nsca-2.3 >=net-analyzer/nagios-imagepack-1.0" -pkg_postinst() { - einfo - einfo "Remember to edit the config files in /etc/nagios" - einfo "Also, if you want nagios to start at boot time" - einfo "remember to execute rc-update add nagios default" - einfo - einfo "To have nagios visable on the web, please do the following:" - if [ "`use apache2`" ] ; then - einfo "Edit /etc/conf.d/apache2 and add \"-D NAGIOS\"" - else - einfo "1. Execute the command:" - einfo " \"ebuild /var/db/pkg/net-analyzer/${PF}/${PF}.ebuild config\"" - einfo " 2. Edit /etc/conf.d/apache and add \"-D NAGIOS\"" - fi - einfo - einfo "That will make nagios's web front end visable via" - einfo "http://localhost/nagios/" - einfo - if [ "`use apache2`" ] ; then - einfo "The Apache2 config file for nagios will be in" - einfo "/etc/apache2/conf/modules.d with the name of" - einfo "99_nagios.conf." - else - einfo "The Apache config file for nagios will be in" - einfo "/etc/apache/conf/addon-modules/ with the name of" - einfo "nagios.conf." - fi - einfo "Also, if your kernel has /proc protection, nagios" - einfo "will not be happy as it relies on accessing the proc" - einfo "filesystem. You can fix this by adding nagios into" - einfo "the group wheel, but this is not recomended." - einfo -} |