openbsd-ports/net/icinga/web2/patches/patch-bin_icingacli
sthen 3de70aa009 update to icinga-web2-2.11.4
unfortunately the sample Apache httpd config files were removed from the
icingaweb2 distfile in a packaging reorganisation ("moved to the packaging
repository", which appears to be non-public), so copy the files from the
previous version.
2023-01-27 13:55:52 +00:00

10 lines
268 B
Plaintext

Index: bin/icingacli
--- bin/icingacli.orig
+++ bin/icingacli
@@ -4,4 +4,4 @@
require_once dirname(__DIR__) . '/library/Icinga/Application/Cli.php';
-Icinga\Application\Cli::start()->dispatch();
+Icinga\Application\Cli::start('/var/www/icinga-web2')->dispatch();