diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-26 09:53:28 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-26 09:56:01 +0200 |
commit | 1aacea2738c291c5e144ad1913c3ed6cca9f87db (patch) | |
tree | f8a39f8d250a1a8bc1e56a3607b59231281f1927 /package/icinga/patches | |
parent | 5bdd93287770808c4100008b8b0b39c1a55bf098 (diff) |
use XZ tarballs as default
Diffstat (limited to 'package/icinga/patches')
-rw-r--r-- | package/icinga/patches/patch-configure | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/package/icinga/patches/patch-configure b/package/icinga/patches/patch-configure deleted file mode 100644 index 170349f85..000000000 --- a/package/icinga/patches/patch-configure +++ /dev/null @@ -1,20 +0,0 @@ ---- icinga-1.6.1.orig/configure 2011-12-02 14:53:23.000000000 +0100 -+++ icinga-1.6.1/configure 2011-12-02 23:44:13.000000000 +0100 -@@ -5154,7 +5154,7 @@ cat >>confdefs.h <<_ACEOF - #define DEFAULT_NAGIOS_GROUP "$icinga_grp" - _ACEOF - --INSTALL_OPTS="-o $icinga_user -g $icinga_grp" -+#INSTALL_OPTS="-o $icinga_user -g $icinga_grp" - - - -@@ -5232,7 +5232,7 @@ fi - - - --INSTALL_OPTS_WEB="-o $web_user -g $web_group" -+#INSTALL_OPTS_WEB="-o $web_user -g $web_group" - - - |