diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-06-23 01:00:38 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-06-23 01:00:38 +0200 |
commit | 64e0ebbda7d8b19ce5e77c8f0c7739a0ff293413 (patch) | |
tree | 60cf4839d37050c7a4c1e2cd0a5927a29458db8e /net-analyzer | |
parent | package.mask: Remove obsolete mask of net-mail/qmail-qfilter (diff) | |
download | gentoo-64e0ebbda7d8b19ce5e77c8f0c7739a0ff293413.tar.gz gentoo-64e0ebbda7d8b19ce5e77c8f0c7739a0ff293413.tar.bz2 gentoo-64e0ebbda7d8b19ce5e77c8f0c7739a0ff293413.zip |
net-analyzer/nagtrap: EAPI bump
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/nagtrap/nagtrap-0.1.3-r1.ebuild (renamed from net-analyzer/nagtrap/nagtrap-0.1.3.ebuild) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-analyzer/nagtrap/nagtrap-0.1.3.ebuild b/net-analyzer/nagtrap/nagtrap-0.1.3-r1.ebuild index d1ed7bd19ebb..a287f19e46bc 100644 --- a/net-analyzer/nagtrap/nagtrap-0.1.3.ebuild +++ b/net-analyzer/nagtrap/nagtrap-0.1.3-r1.ebuild @@ -1,9 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=2 - -inherit eutils multilib +EAPI=7 DESCRIPTION="Integrated snmptt visualization addon for the Nagios monitoring system" HOMEPAGE="http://www.nagtrap.org/" @@ -34,6 +32,7 @@ src_install() { insopts -m 750 -g nagios doins plugin/check_snmptraps.pl } + pkg_postinst() { elog "Before running NagTrap for the first time, you will need setup its configuration" elog "/usr/share/nagtrap/nagtrap/etc/config.ini.php" |