aboutsummaryrefslogtreecommitdiffstats
path: root/community/icingaweb2/fix-env-php8.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/icingaweb2/fix-env-php8.patch')
-rw-r--r--community/icingaweb2/fix-env-php8.patch33
1 files changed, 1 insertions, 32 deletions
diff --git a/community/icingaweb2/fix-env-php8.patch b/community/icingaweb2/fix-env-php8.patch
index f6dc338c0c9..af6b8d6a5e8 100644
--- a/community/icingaweb2/fix-env-php8.patch
+++ b/community/icingaweb2/fix-env-php8.patch
@@ -4,37 +4,6 @@ index 056d521..0284aed 100755
+++ b/bin/icingacli
@@ -1,4 +1,4 @@
-#!/usr/bin/env php
-+#!/usr/bin/env php8
++#!/usr/bin/env php82
<?php
/* Icinga Web 2 | (c) 2013 Icinga Development Team | GPLv2+ */
-
-diff --git a/library/vendor/lessphp/bin/lessc b/library/vendor/lessphp/bin/lessc
-index fa1fb95..d7303a5 100755
---- a/library/vendor/lessphp/bin/lessc
-+++ b/library/vendor/lessphp/bin/lessc
-@@ -1,4 +1,4 @@
--#!/usr/bin/env php
-+#!/usr/bin/env php8
- <?php
-
- require_once dirname(__FILE__) . '/../lib/Less/Autoloader.php';
-diff --git a/packages/files/bin/icingacli b/packages/files/bin/icingacli
-index 4b51e33..cc02d1f 100755
---- a/packages/files/bin/icingacli
-+++ b/packages/files/bin/icingacli
-@@ -1,4 +1,4 @@
--#!/usr/bin/php
-+#!/usr/bin/php8
- <?php
- /*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
-
-diff --git a/test/check-syntax.php b/test/check-syntax.php
-index b8f4afd..ae8f9c0 100755
---- a/test/check-syntax.php
-+++ b/test/check-syntax.php
-@@ -1,4 +1,4 @@
--#!/usr/bin/env php
-+#!/usr/bin/env php8
- <?php
-
- function findPhpFiles($dir, &$files = [])