5c8dc67
From c58026d6a575222dcfd40c49959ccfde6d2cb581 Mon Sep 17 00:00:00 2001
5c8dc67
From: Peter Lemenkov <lemenkov@gmail.com>
5c8dc67
Date: Fri, 18 Jun 2010 14:14:13 +0400
5c8dc67
Subject: [PATCH 6/6] Relocate pid-file
5c8dc67
5c8dc67
See this rhbz for the details:
5c8dc67
https://bugzilla.redhat.com/show_bug.cgi?id=575544
5c8dc67
---
5c8dc67
 sample-config/nrpe.cfg.in |    2 +-
5c8dc67
 1 files changed, 1 insertions(+), 1 deletions(-)
5c8dc67
5c8dc67
diff --git a/sample-config/nrpe.cfg.in b/sample-config/nrpe.cfg.in
5c8dc67
index d72ab3b..a31df4b 100644
5c8dc67
--- a/sample-config/nrpe.cfg.in
5c8dc67
+++ b/sample-config/nrpe.cfg.in
5c8dc67
@@ -23,7 +23,7 @@ log_facility=@log_facility@
5c8dc67
 # number.  The file is only written if the NRPE daemon is started by the root
5c8dc67
 # user and is running in standalone mode.
5c8dc67
 
5c8dc67
-pid_file=/var/run/nrpe.pid
5c8dc67
+pid_file=/var/run/nrpe/nrpe.pid
5c8dc67
 
5c8dc67
 
5c8dc67
 
5c8dc67
-- 
5c8dc67
1.6.6.1
5c8dc67