1From 942843096e86669492700f49abc2c6489ea9994e Mon Sep 17 00:00:00 2001
2From: Aws Ismail <aws.ismail@windriver.com>
3Date: Thu, 10 Jan 2013 16:29:05 -0500
4Subject: [PATCH] Set the PID Lock path for samhain.pid
5
6The explicit path for samhain.pid inorder
7for samhain to work properly after it initial
8database build.
9
10Upstream-Status: Inappropriate [configuration]
11
12Signed-off-by: Aws Ismail <aws.ismail@windriver.com>
13---
14 samhainrc.linux | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17diff --git a/samhainrc.linux b/samhainrc.linux
18index ff6ddf1..d4b71e9 100644
19--- a/samhainrc.linux
20+++ b/samhainrc.linux
21@@ -621,7 +621,7 @@ SetFileCheckTime = 86400
22
23 ## Path to the PID file
24 #
25-# SetLockfilePath = (default: compiled-in)
26+SetLockfilePath = /run/samhain.pid
27
28
29 ## The digest/checksum/hash algorithm
30--
312.34.1
32
33