[pkg-nagios-changes] [Git][nagios-team/pkg-nrpe][master] 2 commits: Bump Standards-Version to 4.4.0, no changes.

Bas Couwenberg gitlab at salsa.debian.org
Thu Jul 18 11:08:55 BST 2019



Bas Couwenberg pushed to branch master at Debian Nagios Maintainer Group / pkg-nrpe


Commits:
d519d9c4 by Bas Couwenberg at 2019-07-11T16:33:25Z
Bump Standards-Version to 4.4.0, no changes.

- - - - -
43490971 by Bas Couwenberg at 2019-07-18T10:03:07Z
Use /run instead of /var/run for PID. (closes: #932353)

- - - - -


6 changed files:

- debian/changelog
- debian/control
- debian/nagios-nrpe-server.init
- debian/nagios-nrpe-server.service
- debian/nagios-nrpe-server.tmpfile
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -2,8 +2,10 @@ nagios-nrpe (3.2.1-3) UNRELEASED; urgency=medium
 
   * Drop autopkgtest to test installability.
   * Add lintian override for testsuite-autopkgtest-missing.
-  * Bump Standards-Version to 4.3.0, no changes.
+  * Bump Standards-Version to 4.4.0, no changes.
   * Update gbp.conf to use --source-only-changes by default.
+  * Use /run instead of /var/run for PID.
+    (closes: #932353)
 
  -- Bas Couwenberg <sebastic at debian.org>  Wed, 01 Aug 2018 21:05:50 +0200
 


=====================================
debian/control
=====================================
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9.20160709),
                libssl-dev,
                libwrap0-dev,
                openssl
-Standards-Version: 4.3.0
+Standards-Version: 4.4.0
 Vcs-Browser: https://salsa.debian.org/nagios-team/pkg-nrpe
 Vcs-Git: https://salsa.debian.org/nagios-team/pkg-nrpe.git
 Homepage: https://github.com/NagiosEnterprises/nrpe


=====================================
debian/nagios-nrpe-server.init
=====================================
@@ -18,7 +18,7 @@ DAEMON=/usr/sbin/nrpe
 NAME=nagios-nrpe
 DESC=nagios-nrpe
 CONFIG=/etc/nagios/nrpe.cfg
-PIDDIR=/var/run/nagios
+PIDDIR=/run/nagios
 
 test -x $DAEMON || exit 0
 
@@ -40,7 +40,7 @@ if [ -f /etc/default/nagios-nrpe ]; then
 fi
 if [ "$NICENESS" ]; then NICENESS="-n $NICENESS"; fi
 
-#since /var/run can be wiped completly we create our run directory here
+#since /run can be wiped completly we create our run directory here
 if [ ! -d "$PIDDIR" ]; then 
 	mkdir "$PIDDIR"
 	chown nagios "$PIDDIR"


=====================================
debian/nagios-nrpe-server.service
=====================================
@@ -11,11 +11,11 @@ WantedBy=multi-user.target
 [Service]
 Type=simple
 Restart=on-abort
-PIDFile=/var/run/nagios/nrpe.pid
+PIDFile=/run/nagios/nrpe.pid
 EnvironmentFile=-/etc/default/nagios-nrpe-server
 ExecStart=/usr/sbin/nrpe -c /etc/nagios/nrpe.cfg -f $NRPE_OPTS
 ExecReload=/bin/kill -HUP $MAINPID
-ExecStopPost=/bin/rm -f /var/run/nagios/nrpe.pid
+ExecStopPost=/bin/rm -f /run/nagios/nrpe.pid
 TimeoutStopSec=60
 User=nagios
 Group=nagios


=====================================
debian/nagios-nrpe-server.tmpfile
=====================================
@@ -1,2 +1,2 @@
 #Type	Path		Mode	UID	GID	Age	Argument
-d	/var/run/nagios	0755	nagios	nagios	-	-
+d	/run/nagios	0755	nagios	nagios	-	-


=====================================
debian/rules
=====================================
@@ -23,7 +23,7 @@ override_dh_auto_configure:
 		--enable-ssl \
 		--with-logdir=/var/log \
 		--with-ssl-lib=/usr/lib/$(DEB_HOST_MULTIARCH) \
-		--with-piddir=/var/run/nagios
+		--with-piddir=/run/nagios
 
 override_dh_auto_build:
 	dh_auto_build -- all



View it on GitLab: https://salsa.debian.org/nagios-team/pkg-nrpe/compare/75d85e35055955bd0c4c4e6bc64ae8cd5c321c53...434909715882507e8abc207e51982e23b762f552

-- 
View it on GitLab: https://salsa.debian.org/nagios-team/pkg-nrpe/compare/75d85e35055955bd0c4c4e6bc64ae8cd5c321c53...434909715882507e8abc207e51982e23b762f552
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-nagios-changes/attachments/20190718/21040ced/attachment-0001.html>


More information about the pkg-nagios-changes mailing list