From 6e3f5a24828a6a7cbf37e4771d1a7d3cf2d3b306 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Thu, 13 May 2010 13:12:06 +0200 Subject: forgot to rename the daemon pid file in Utils --- lib/Utils/daemon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Utils') diff --git a/lib/Utils/daemon.cpp b/lib/Utils/daemon.cpp index 0c4b4cef..944aef0c 100644 --- a/lib/Utils/daemon.cpp +++ b/lib/Utils/daemon.cpp @@ -17,7 +17,7 @@ */ #include "abrtlib.h" -#define VAR_RUN_PID_FILE VAR_RUN"/abrt.pid" +#define VAR_RUN_PID_FILE VAR_RUN"/abrtd.pid" static char *append_escaped(char *start, const char *s) { -- cgit