diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2011-12-03 03:31:28 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2011-12-03 03:31:28 -0500 |
commit | 4369e2cdb32a803e8a1881bd04beb089135c110f (patch) | |
tree | 8c2a874c879b86c11dbb38f2c1dc28c65ea45f2e /net-analyzer/icinga | |
parent | updated for release (diff) | |
download | prometheanfire-4369e2cdb32a803e8a1881bd04beb089135c110f.tar.gz prometheanfire-4369e2cdb32a803e8a1881bd04beb089135c110f.tar.bz2 prometheanfire-4369e2cdb32a803e8a1881bd04beb089135c110f.zip |
Fixed elog
Diffstat (limited to 'net-analyzer/icinga')
-rw-r--r-- | net-analyzer/icinga/icinga-1.6.1.ebuild | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/net-analyzer/icinga/icinga-1.6.1.ebuild b/net-analyzer/icinga/icinga-1.6.1.ebuild index fd90315..88a675b 100644 --- a/net-analyzer/icinga/icinga-1.6.1.ebuild +++ b/net-analyzer/icinga/icinga-1.6.1.ebuild @@ -1,18 +1,14 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga/icinga-1.5.1-r3.ebuild,v 1.2 2011/11/22 21:06:50 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga/icinga-1.6.1.ebuild,v 1.1 2011/12/02 22:09:06 prometheanfire Exp $ EAPI=2 -inherit depend.apache eutils multilib toolchain-funcs versionator +inherit depend.apache eutils multilib toolchain-funcs DESCRIPTION="Nagios Fork - Check daemon, CGIs, docs, IDOutils" HOMEPAGE="http://www.icinga.org/" -#SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -MY_P="${PN}-$(replace_version_separator 3 '')" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" -S=${WORKDIR}/${MY_P} +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -228,7 +224,8 @@ pkg_postinst() { ewarn "and edit /etc/ido2db.cfg to change the location of the files" ewarn "it accesses" fi - ewarn "the \"mv /var/icinga /var/lib/\" command works well to move the files" + ewarn + ewarn "The \"mv /var/icinga /var/lib/\" command works well to move the files" ewarn "remove /var/icinga afterwards to make this warning disappear" fi } |