diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-13 11:30:14 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-13 11:30:14 +0000 |
commit | 13fab58143f56adf8176912e97aca75bdc27f44e (patch) | |
tree | f1d285f32c3ac0f799865d658fa8b503ee539488 /net-analyzer/nagios | |
parent | Fixed insecure temporary file creation (diff) | |
download | gentoo-2-13fab58143f56adf8176912e97aca75bdc27f44e.tar.gz gentoo-2-13fab58143f56adf8176912e97aca75bdc27f44e.tar.bz2 gentoo-2-13fab58143f56adf8176912e97aca75bdc27f44e.zip |
repoman and changelog fixes, unmasks
Diffstat (limited to 'net-analyzer/nagios')
-rw-r--r-- | net-analyzer/nagios/files/digest-nagios-1.0_beta6 | 0 | ||||
-rw-r--r-- | net-analyzer/nagios/nagios-1.0_beta6.ebuild | 35 |
2 files changed, 0 insertions, 35 deletions
diff --git a/net-analyzer/nagios/files/digest-nagios-1.0_beta6 b/net-analyzer/nagios/files/digest-nagios-1.0_beta6 deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/net-analyzer/nagios/files/digest-nagios-1.0_beta6 +++ /dev/null diff --git a/net-analyzer/nagios/nagios-1.0_beta6.ebuild b/net-analyzer/nagios/nagios-1.0_beta6.ebuild deleted file mode 100644 index ff49171ffd0a..000000000000 --- a/net-analyzer/nagios/nagios-1.0_beta6.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios/nagios-1.0_beta6.ebuild,v 1.5 2003/02/13 13:43:27 vapier Exp $ - -DESCRIPTION="Nagios $PV - merge this to pull install all of the nagios packages" -HOMEPAGE="http://www.nagios.org/" -RDEPEND=`echo ~net-analyzer/nagios-{core-1.0_beta6,plugins-1.3_beta1,nrpe-1.5,nsca-2.1,imagepack-1.0}` - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86" -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:" - einfo "1. Execute the command:" - einfo " \"ebuild /var/db/pkg/net-analyzer/nagios-core-${PV}/nagios-core-${PF}.ebuild config\"" - einfo " 2. Edit /etc/conf.d/apache and add \"-D NAGIOS\"" - einfo - einfo "That will make nagios's web front end visable via" - einfo "http://localhost/nagios/" - einfo - einfo "The Apache config file for nagios will be in" - einfo "/etc/apache/conf/addon-modules/ with the name of" - einfo "nagios.conf." - einfo "Also, if your kernel has /proc protection, nagios" - einfo "will not be happy as it relies on accessing the proc" - einfo "filesystem." - einfo -} - - |