diff options
author | Jiri Moskovcak <jmoskovc@redhat.com> | 2010-05-13 13:12:06 +0200 |
---|---|---|
committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2010-05-13 13:12:06 +0200 |
commit | 6e3f5a24828a6a7cbf37e4771d1a7d3cf2d3b306 (patch) | |
tree | 93cae4c150f891bf1ab1125c2ae2e18dc152c74a | |
parent | 44f246dd79d3240d7fbcf2cbb62ffcfe749a8ad1 (diff) | |
download | abrt-6e3f5a24828a6a7cbf37e4771d1a7d3cf2d3b306.tar.gz abrt-6e3f5a24828a6a7cbf37e4771d1a7d3cf2d3b306.tar.xz abrt-6e3f5a24828a6a7cbf37e4771d1a7d3cf2d3b306.zip |
forgot to rename the daemon pid file in Utils
-rw-r--r-- | lib/Utils/daemon.cpp | 2 |
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) { |