Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/prometheanfire:master commit in: net-analyzer/icinga/
Date: Fri, 25 Nov 2011 19:33:18
Message-Id: 61ab0a1780154b04e349b0fbc1005dfc7275c7c4.prometheanfire@gentoo
1 commit: 61ab0a1780154b04e349b0fbc1005dfc7275c7c4
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 25 19:32:46 2011 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 25 19:32:46 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/prometheanfire.git;a=commit;h=61ab0a17
7
8 added elog for changing ido2db location
9
10 ---
11 net-analyzer/icinga/Manifest | 2 +-
12 net-analyzer/icinga/icinga-1.6.0_beta.ebuild | 8 +++++++-
13 2 files changed, 8 insertions(+), 2 deletions(-)
14
15 diff --git a/net-analyzer/icinga/Manifest b/net-analyzer/icinga/Manifest
16 index da69afe..98b7193 100644
17 --- a/net-analyzer/icinga/Manifest
18 +++ b/net-analyzer/icinga/Manifest
19 @@ -8,6 +8,6 @@ AUX ido2db-init.d 924 RMD160 b4756574f38fed0fc85ecfae1bf353a4811fa4e2 SHA1 f7bf0
20 DIST icinga-1.5.1.tar.gz 16518659 RMD160 972d1e4dd49fdddf32970868bd16964c7e3cd87d SHA1 61bd47535e9f49e63e0ee1ef2bb56d62e6893418 SHA256 b2cc23ab8b96e9409ce3e7ed4a0e1aabea7f9b4e9d521f5ed23a99ea1c9ec37b
21 DIST icinga-1.6.0beta.tar.gz 24259227 RMD160 7ecaafea35fee3b126c305accd1e93b7035e79e2 SHA1 912e76ba6a7cf82bd97b036afee0e2aa8f57922c SHA256 7685cb7995b759fff59b33fcfcd25016e3c01f67af6f23b4784ab4cf240d94ea
22 EBUILD icinga-1.5.1-r3.ebuild 6840 RMD160 a619b1670b32792f011efe65d4bac172c685a438 SHA1 c009a6d39997bdb5666d0184f4452a4f68727265 SHA256 7dfd94ad786388f8d6a9d732dd654ef5de1fb0ee321622880f16725e25e27c3b
23 -EBUILD icinga-1.6.0_beta.ebuild 6706 RMD160 1be879859e6d00af4adcc1593e1fa044a4339f25 SHA1 1bd0ef938df310ff120ccf8f5f585452744867a4 SHA256 8438a0cfec694ca926e3a097611144333aed7d9252cae20f9f98ff23b81c5410
24 +EBUILD icinga-1.6.0_beta.ebuild 6907 RMD160 aa46ca73d3b57e29b74fdabce3494f683b63b01d SHA1 0d9dc5f5d98bf3229edb24a3761329569135c6a6 SHA256 0a5aac96878e648df930bb3f54332b2559163e898435524a7cbc89f42bfbcac6
25 MISC ChangeLog 1263 RMD160 3546d154e79d77a55f86468785af3562d7f52f2c SHA1 84c907dcd8297548ef9a924a2bae377b084d7957 SHA256 679b1c3fd518fd376c9c8f838a44f7c67d18a144911e56fc8f3cb3527e80e9c5
26 MISC metadata.xml 614 RMD160 bd86f9fb8e1911deaedaf6e7983e9de3a9e749d4 SHA1 b0ab4641480b5342c67a00edb4bc0bdc1745ca81 SHA256 3814e6b4e6f2d2b42cd82f090136270e834057a170435670c156435e9188ec2d
27
28 diff --git a/net-analyzer/icinga/icinga-1.6.0_beta.ebuild b/net-analyzer/icinga/icinga-1.6.0_beta.ebuild
29 index 3419911..0b89bea 100644
30 --- a/net-analyzer/icinga/icinga-1.6.0_beta.ebuild
31 +++ b/net-analyzer/icinga/icinga-1.6.0_beta.ebuild
32 @@ -222,5 +222,11 @@ pkg_postinst() {
33 elog "the group wheel, but this is not recomended."
34 elog
35 elog "/var/icinga was moved to /var/lib/icinga"
36 - elog "please move the file if this was an upgrade"
37 + elog "please move the files if this was an upgrade"
38 + if use idoutils ; then
39 + elog
40 + elog "The location of icinga's files has changed to /var/lib/icinga"
41 + elog "please edit /etc/ido2db.cfg to change the location of the files"
42 + elog "it accesses"
43 + fi
44 }