20 lines
693 B
Plaintext
20 lines
693 B
Plaintext
#! /bin/sh /usr/share/dpatch/dpatch-run
|
|
## 04_pid_directory.dpatch by Alexander Wirt <formorer@debian.org>
|
|
##
|
|
## All lines beginning with `## DP:' are a description of the patch.
|
|
## DP: No description.
|
|
|
|
@DPATCH@
|
|
diff -urNad nagios-nrpe-2.8.1~/sample-config/nrpe.cfg.in nagios-nrpe-2.8.1/sample-config/nrpe.cfg.in
|
|
--- nagios-nrpe-2.8.1~/sample-config/nrpe.cfg.in 2007-03-09 19:08:58.000000000 +0100
|
|
+++ nagios-nrpe-2.8.1/sample-config/nrpe.cfg.in 2009-07-06 07:43:09.000000000 +0200
|
|
@@ -16,7 +16,7 @@
|
|
# number. The file is only written if the NRPE daemon is started by the root
|
|
# user and is running in standalone mode.
|
|
|
|
-pid_file=/var/run/nrpe.pid
|
|
+pid_file=/var/run/nagios/nrpe.pid
|
|
|
|
|
|
|