disable private temp
This commit is contained in:
parent
5917779ec3
commit
e20eb31ef8
1
debian/control
vendored
1
debian/control
vendored
@ -5,6 +5,7 @@ Section: net
|
|||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Depends: debhelper (>= 9),
|
Build-Depends: debhelper (>= 9),
|
||||||
dh-autoreconf,
|
dh-autoreconf,
|
||||||
|
dh-systemd,
|
||||||
libssl-dev,
|
libssl-dev,
|
||||||
libwrap0-dev,
|
libwrap0-dev,
|
||||||
openssl
|
openssl
|
||||||
|
2
debian/nagios-nrpe-server.service
vendored
2
debian/nagios-nrpe-server.service
vendored
@ -19,5 +19,5 @@ ExecStopPost=/bin/rm -f /var/run/nagios/nrpe.pid
|
|||||||
TimeoutStopSec=60
|
TimeoutStopSec=60
|
||||||
User=nagios
|
User=nagios
|
||||||
Group=nagios
|
Group=nagios
|
||||||
PrivateTmp=true
|
PrivateTmp=false
|
||||||
OOMScoreAdjust=-500
|
OOMScoreAdjust=-500
|
||||||
|
8
debian/rules
vendored
8
debian/rules
vendored
@ -11,8 +11,8 @@ CFLAGS += $(CPPFLAGS)
|
|||||||
export AUTOHEADER=true
|
export AUTOHEADER=true
|
||||||
|
|
||||||
%:
|
%:
|
||||||
# dh $@ --with autoreconf,systemd --parallel
|
dh $@ --with autoreconf,systemd --parallel
|
||||||
dh $@ --with autoreconf --parallel
|
# dh $@ --with autoreconf --parallel
|
||||||
|
|
||||||
override_dh_auto_configure:
|
override_dh_auto_configure:
|
||||||
dh_auto_configure -- \
|
dh_auto_configure -- \
|
||||||
@ -25,8 +25,8 @@ override_dh_auto_configure:
|
|||||||
--with-need-dh=no \
|
--with-need-dh=no \
|
||||||
--with-ssl-lib=/usr/lib/$(DEB_HOST_MULTIARCH) \
|
--with-ssl-lib=/usr/lib/$(DEB_HOST_MULTIARCH) \
|
||||||
--with-piddir=/var/run/nagios \
|
--with-piddir=/var/run/nagios \
|
||||||
--enable-command-args
|
--enable-command-args \
|
||||||
# --enable-bash-command-substitution
|
--enable-bash-command-substitution
|
||||||
|
|
||||||
override_dh_auto_build:
|
override_dh_auto_build:
|
||||||
dh_auto_build -- all
|
dh_auto_build -- all
|
||||||
|
Loading…
Reference in New Issue
Block a user