summaryrefslogtreecommitdiffstats
path: root/lib/Utils
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-05-13 13:12:06 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2010-05-13 13:12:06 +0200
commit6e3f5a24828a6a7cbf37e4771d1a7d3cf2d3b306 (patch)
tree93cae4c150f891bf1ab1125c2ae2e18dc152c74a /lib/Utils
parent44f246dd79d3240d7fbcf2cbb62ffcfe749a8ad1 (diff)
downloadabrt-6e3f5a24828a6a7cbf37e4771d1a7d3cf2d3b306.tar.gz
abrt-6e3f5a24828a6a7cbf37e4771d1a7d3cf2d3b306.tar.xz
abrt-6e3f5a24828a6a7cbf37e4771d1a7d3cf2d3b306.zip
forgot to rename the daemon pid file in Utils
Diffstat (limited to 'lib/Utils')
-rw-r--r--lib/Utils/daemon.cpp2
1 files changed, 1 insertions, 1 deletions
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)
{