diff options
Diffstat (limited to 'lib/Utils/daemon.cpp')
| -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) { |
