Blob Blame History Raw
From 080da5b0438bbdfac29ebb37919c870336bf759d Mon Sep 17 00:00:00 2001
From: Peter Lemenkov <lemenkov@gmail.com>
Date: Fri, 18 Jun 2010 14:14:13 +0400
Subject: [PATCH 6/8] Relocate pid-file

See this rhbz for the details:
https://bugzilla.redhat.com/show_bug.cgi?id=575544
---
 sample-config/nrpe.cfg.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sample-config/nrpe.cfg.in b/sample-config/nrpe.cfg.in
index 1b72141..20eb927 100644
--- a/sample-config/nrpe.cfg.in
+++ b/sample-config/nrpe.cfg.in
@@ -23,7 +23,7 @@ log_facility=@log_facility@
 # 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/nrpe/nrpe.pid
 
 
 
-- 
1.8.3.1