diff options
author | Dean Bailey <alron@gentoo.org> | 2002-11-19 09:08:50 +0000 |
---|---|---|
committer | Dean Bailey <alron@gentoo.org> | 2002-11-19 09:08:50 +0000 |
commit | 36350cf24dc5e7585bc709eb82a9379cf32e1ea8 (patch) | |
tree | 78a8d9ba2cd667e7c7d47ed4d0b0f2c64d8b4e06 /net-analyzer | |
parent | lets try that fix to nagios ebuild again (diff) | |
download | historical-36350cf24dc5e7585bc709eb82a9379cf32e1ea8.tar.gz historical-36350cf24dc5e7585bc709eb82a9379cf32e1ea8.tar.bz2 historical-36350cf24dc5e7585bc709eb82a9379cf32e1ea8.zip |
fixing ebuild for nagios-core... yet again ;)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/nagios-core/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/nagios-core/nagios-core-1.0_beta6.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-analyzer/nagios-core/ChangeLog b/net-analyzer/nagios-core/ChangeLog index 8aa6e688b8ff..6a5c3ce8392d 100644 --- a/net-analyzer/nagios-core/ChangeLog +++ b/net-analyzer/nagios-core/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/nagios-core # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/ChangeLog,v 1.3 2002/11/07 20:52:35 alron Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/ChangeLog,v 1.4 2002/11/19 09:08:50 alron Exp $ + +*nagios-core-1.0_beta6 (19 Nov 2002) + 19 Nov 2002; Dean Bailey <alron@gentoo.org> nagios-core-1.0_beta6 : + Opps, didnt fix that ebuild fully properly last time... Lets try that + again. *nagios-core-1.0_beta6 (7 Nov 2002) 7 Nov 2002; Dean Bailey <alron@gentoo.org> nagios-core-1.0_beta6 : diff --git a/net-analyzer/nagios-core/nagios-core-1.0_beta6.ebuild b/net-analyzer/nagios-core/nagios-core-1.0_beta6.ebuild index 35373dee8bc0..32c632e49bfb 100644 --- a/net-analyzer/nagios-core/nagios-core-1.0_beta6.ebuild +++ b/net-analyzer/nagios-core/nagios-core-1.0_beta6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/nagios-core-1.0_beta6.ebuild,v 1.2 2002/11/07 20:52:36 alron Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/nagios-core-1.0_beta6.ebuild,v 1.3 2002/11/19 09:08:50 alron Exp $ DESCRIPTION="Nagios $PV core - Host and service monitor cgi, docs etc..." HOMEPAGE="http://www.nagios.org/" SRC_URI="http://telia.dl.sourceforge.net/sourceforge/nagios/nagios-1.0b6.tar.gz" @@ -60,7 +60,7 @@ pkg_postinst() { einfo einfo "To have nagios visable on the web, please do the following:" einfo "1. Execute the command:" - einfo " \"ebuild /var/db/pkg/net-misc/${PF}/${PF}.ebuild config\"" + einfo " \"ebuild /var/db/pkg/net-analyzer/${PF}/${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" |