add http install opts

This commit is contained in:
geos_one 2025-08-06 19:32:04 +02:00
parent 5d80b26d53
commit 255b8e59d5
3 changed files with 13 additions and 1 deletions

View File

@ -683,7 +683,7 @@ fi
AC_SUBST(HTTP_USER) AC_SUBST(HTTP_USER)
AC_SUBST(HTTP_GROUP) AC_SUBST(HTTP_GROUP)
HTTP_INSTALL_OPTS="-o $HTTP_USER -g $HTTP_GROUP" HTTP_INSTALL_OPTS=""
AC_SUBST(HTTP_INSTALL_OPTS) AC_SUBST(HTTP_INSTALL_OPTS)
dnl override the http server config directory, if requested dnl override the http server config directory, if requested

11
debian/patches/http_install_opts vendored Normal file
View File

@ -0,0 +1,11 @@
--- configure.ac.orig 2025-08-06 19:30:22.573823141 +0200
+++ configure.ac 2025-08-06 19:30:47.889542873 +0200
@@ -683,7 +683,7 @@
AC_SUBST(HTTP_USER)
AC_SUBST(HTTP_GROUP)
-HTTP_INSTALL_OPTS="-o $HTTP_USER -g $HTTP_GROUP"
+HTTP_INSTALL_OPTS=""
AC_SUBST(HTTP_INSTALL_OPTS)
dnl override the http server config directory, if requested

View File

@ -3,5 +3,6 @@ fix-nagios-url
adjust-template-path adjust-template-path
config_instances config_instances
install_opts install_opts
http_install_opts
hardening hardening
pnp-metrics-api pnp-metrics-api