From ace910ffbac3b8a465402b9d6edc275ad1429551 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Wed, 12 May 2010 18:01:04 +0200 Subject: renamed daemon pid and lock file rhbz#588315 --- abrt.init | 2 +- src/Daemon/Daemon.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/abrt.init b/abrt.init index 0701fe23..dde5950d 100644 --- a/abrt.init +++ b/abrt.init @@ -104,7 +104,7 @@ condrestart) fi ;; status) - status abrt + status abrtd RETVAL=$? ;; *) diff --git a/src/Daemon/Daemon.cpp b/src/Daemon/Daemon.cpp index b75af52b..70fd9a10 100644 --- a/src/Daemon/Daemon.cpp +++ b/src/Daemon/Daemon.cpp @@ -85,8 +85,8 @@ using namespace std; */ -#define VAR_RUN_LOCK_FILE VAR_RUN"/abrt.lock" -#define VAR_RUN_PIDFILE VAR_RUN"/abrt.pid" +#define VAR_RUN_LOCK_FILE VAR_RUN"/abrtd.lock" +#define VAR_RUN_PIDFILE VAR_RUN"/abrtd.pid" //FIXME: add some struct to be able to join all threads! -- cgit