diff --git a/debian/patches/mix_install_opts b/debian/patches/mix_install_opts new file mode 100644 index 0000000..d53476a --- /dev/null +++ b/debian/patches/mix_install_opts @@ -0,0 +1,12 @@ +diff -uNr pnp4nagios.orig/scripts/Makefile.in pnp4nagios/scripts/Makefile.in +--- pnp4nagios.orig/scripts/Makefile.in 2025-08-06 19:38:34.172451132 +0200 ++++ pnp4nagios/scripts/Makefile.in 2025-08-06 19:38:48.052301040 +0200 +@@ -22,7 +22,7 @@ + HTTP_GRP=@HTTP_GROUP@ + NAGIOS_USER=@nagios_user@ + NAGIOS_GRP=@nagios_group@ +-MIX_OPTS=-o ${NAGIOS_USER} -g ${HTTP_GRP} ++MIX_OPTS= + + CP=@CP@ + diff --git a/debian/patches/series b/debian/patches/series index 62a100d..d10d02a 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -4,5 +4,6 @@ adjust-template-path config_instances install_opts http_install_opts +mix_install_opts hardening pnp-metrics-api