summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2014-12-12 16:50:55 +0000
committerMatthew Thode <prometheanfire@gentoo.org>2014-12-12 16:50:55 +0000
commit83e7316a8fe697a507b077eb387faa92d157111d (patch)
tree7b071157b0f73f20e9cafb58a5e541457be08ca1 /net-analyzer
parentVersion bump. (diff)
downloadgentoo-2-83e7316a8fe697a507b077eb387faa92d157111d.tar.gz
gentoo-2-83e7316a8fe697a507b077eb387faa92d157111d.tar.bz2
gentoo-2-83e7316a8fe697a507b077eb387faa92d157111d.zip
the Manifest needed updating
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/icinga2/ChangeLog6
-rw-r--r--net-analyzer/icinga2/icinga2-2.2.1-r1.ebuild11
2 files changed, 10 insertions, 7 deletions
diff --git a/net-analyzer/icinga2/ChangeLog b/net-analyzer/icinga2/ChangeLog
index fcedcc787a01..b89f1fa553c5 100644
--- a/net-analyzer/icinga2/ChangeLog
+++ b/net-analyzer/icinga2/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/icinga2
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga2/ChangeLog,v 1.16 2014/12/12 16:47:44 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga2/ChangeLog,v 1.17 2014/12/12 16:50:55 prometheanfire Exp $
+
+ 12 Dec 2014; Matthew Thode <prometheanfire@gentoo.org>
+ icinga2-2.2.1-r1.ebuild:
+ the Manifest needed updating
12 Dec 2014; Matthew Thode <prometheanfire@gentoo.org> files/icinga2.confd,
files/icinga2.initd:
diff --git a/net-analyzer/icinga2/icinga2-2.2.1-r1.ebuild b/net-analyzer/icinga2/icinga2-2.2.1-r1.ebuild
index 7642592f803a..55585a8da8f2 100644
--- a/net-analyzer/icinga2/icinga2-2.2.1-r1.ebuild
+++ b/net-analyzer/icinga2/icinga2-2.2.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga2/icinga2-2.2.1-r1.ebuild,v 1.1 2014/12/11 16:51:01 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga2/icinga2-2.2.1-r1.ebuild,v 1.2 2014/12/12 16:50:55 prometheanfire Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
@@ -124,14 +124,13 @@ src_install() {
keepdir /var/lib/icinga2/api/log
keepdir /var/spool/icinga2/perfdata
- #remove dirs that shouldn't be installed
rm -r "${D}var/run" || die "failed to remove /var/run"
rm -r "${D}var/cache" || die "failed to remove /var/cache"
- fowners icinga:icinga /etc/icinga2 || die "Failed chown of /etc/icinga2"
- fowners icinga:icinga /var/lib/icinga2 || die "Failed chown of /var/lib/icinga2"
- fowners icinga:icinga /var/spool/icinga2 || die "Failed chown of /var/spool/icinga2"
- fowners icinga:icingacmd /var/log/icinga2 || die "Failed chown of /var/log/icinga2"
+ fowners icinga:icinga /etc/icinga2
+ fowners icinga:icinga /var/lib/icinga2
+ fowners icinga:icinga /var/spool/icinga2
+ fowners icinga:icingacmd /var/log/icinga2
fperms ug+rwX,o-rwx /etc/icinga2
fperms ug+rwX,o-rwx /var/lib/icinga2