4 Commits

Author SHA1 Message Date
geos_one
f9cf75bf4d Disabel install opts 2025-08-09 13:56:19 +02:00
geos_one
8c779ba8e1 Disabel install opts 2025-08-09 13:55:13 +02:00
Mario Fetka
a0801e7874 Bump 2017-04-22 08:43:13 +02:00
Mario Fetka
bf0ebf7f03 Bump 2017-04-22 08:31:38 +02:00
3 changed files with 14 additions and 3 deletions

4
debian/changelog vendored
View File

@@ -1,6 +1,4 @@
nagios-business-process-addon (0.9.6-1~netways70+1~preview+1+0~20160520113129.3+wheezy~1.gbp4d7db0) netways-wheezy; urgency=medium
** SNAPSHOT build @4d7db033303d3c28aa534ea3b611dc2de553c95a **
nagios-business-process-addon (0.9.6-2) netways-wheezy; urgency=medium
* UNRELEASED

11
debian/patches/inst_opts vendored Normal file
View File

@@ -0,0 +1,11 @@
--- nagios-business-process-addon/configure.ac.orig 2025-08-09 13:52:37.724493521 +0200
+++ nagios-business-process-addon/configure.ac 2025-08-09 13:52:47.072399054 +0200
@@ -56,7 +56,7 @@
AC_DEFINE_UNQUOTED(DEFAULT_USER,"$nagiosbp_user")
AC_DEFINE_UNQUOTED(DEFAULT_GROUP,"$nagiosbp_grp")
-INSTALL_OPTS="-o $nagiosbp_user -g $nagiosbp_grp"
+INSTALL_OPTS=""
AC_SUBST(INSTALL_OPTS)

View File

@@ -1 +1,3 @@
00_destdir_fixes
inst_opts