]> Pileus Git - ~andy/sunrise/commitdiff
net-analyzer/icinga: moved the space withing the quotes on the if use plugins content
authorMatthew Thode (prometheanfire) <mthode@mthode.org>
Thu, 7 Apr 2011 17:14:12 +0000 (17:14 +0000)
committerMatthew Thode (prometheanfire) <mthode@mthode.org>
Thu, 7 Apr 2011 17:14:12 +0000 (17:14 +0000)
svn path=/sunrise/; revision=11874

net-analyzer/icinga/ChangeLog
net-analyzer/icinga/Manifest
net-analyzer/icinga/icinga-1.3.1-r2.ebuild

index 76df5904e9d9f6529636178ea03bb0cc3e916372..d58a6c715d2d53a64ed238336f44c595ff226051 100644 (file)
@@ -2,6 +2,9 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  07 Apr 2011; mthode <mthode@mthode.org> icinga-1.3.1-r2.ebuild:
+  moved the space withing the quotes on the if use plugins content
+
   07 Apr 2011; mthode <mthode@mthode.org> -icinga-1.3.1-r1.ebuild,
   +icinga-1.3.1-r2.ebuild:
   added libexecdir conditional on plugins use flag
index dcd18c92b2cc9fdbbbf243f7d266c082685219f5..05b70a0b2762881a70af2b362753a42468bf022d 100644 (file)
@@ -5,6 +5,6 @@ AUX icinga-lighty.conf 465 RMD160 34de76ad07f95e2282ae3e192b35cd9310ef2b4e SHA1
 AUX ido2db-conf.d 35 RMD160 a2bb1738720a56285da529fb18eeb60739ac817b SHA1 57ba29aec3f80db9577da4aca34d228487dd12c1 SHA256 6cbdf0eb7070121bd466c221d73cf6ca05a4af5caa1d4abedf62828edd1b1372
 AUX ido2db-init.d 539 RMD160 e89e70f67d5accc7ae66b77d9bf61d2e1cc9d647 SHA1 17f9317bd21a5e5dfd41bbb19f50357b80ba9599 SHA256 e5b6a782475cbbde5b49720cdbcbf14958338baca510e78e508902360a479b72
 DIST icinga-1.3.1.tar.gz 12158923 RMD160 b0b82ef3e9eb999493af3ce26f9252661d34fdaa SHA1 fb2e87ed5edbb86d9476bce9487811c7b2ed1f16 SHA256 b6eec308091a9b87b885e57e41184c496de0894660dd833074ecf4dd2cf180e0
-EBUILD icinga-1.3.1-r2.ebuild 6220 RMD160 691c1c8accf8c9a4b74dbd517ed5bc221e2cbd19 SHA1 e122a1787c103e8a4bfaed772c903b0d00f6fcd0 SHA256 c221f6053fcae654a2283b682fc5195649024f10e3b48d055fc47419ee7ffd11
-MISC ChangeLog 3560 RMD160 e87f2e397cb96e9627eb4c50d53c40228348088e SHA1 d906961eee995423a84e7ed7d9b959a61418a8b7 SHA256 0733dceb85bdd63581d310d59643d915354c0a34566b970951ed277f37883ae4
+EBUILD icinga-1.3.1-r2.ebuild 6220 RMD160 1dcfe16d426bbc05f602af643254820fbeb2d458 SHA1 bd069ccc397a25a5f1c3f8ed7843ba5abb202d89 SHA256 923eca3026b8a26a265b61748b2f53974f2e0b3b984fba029468d79e7b581288
+MISC ChangeLog 3694 RMD160 1f992baa74a18b17d1f7cb2b4a9a73840ddff1f6 SHA1 c5ee5095f8ada32cbbface8ac3a30b6c1983da01 SHA256 045f06d819e9469de1226deb0052af2a3e090b3d68af8cec4af8365e12f23dc9
 MISC metadata.xml 617 RMD160 48225567d6faa1646f8600b2c2a924bfecb34bfe SHA1 1332e6a76891016de22c669c834ffbc47d0986a1 SHA256 c97b32c33007fddc24119f96f12df720da5232bb459e5f1c3970e658fd08089e
index 8b31d888d4157d50b7c9dd2f51a86e14ce159b33..955e46ddb85cb94eeffff0fdbaff690fbd0c2301 100644 (file)
@@ -101,9 +101,9 @@ src_configure() {
        --sysconfdir=/etc/icinga"
 
        if use plugins ; then
-               myconf2+= "--libexecdir=/usr/$(get_libdir)/nagios/plugins"
+               myconf2+=--libexecdir=/usr/$(get_libdir)/nagios/plugins"
        else
-               myconf2+= "--libexecdir=/usr/$(get_libdir)/icinga/plugins"
+               myconf2+=--libexecdir=/usr/$(get_libdir)/icinga/plugins"
        fi
 
        if use !apache2 && use !lighttpd ; then