summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--abrt.init2
-rw-r--r--src/Daemon/Daemon.cpp4
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 bedc912b..98b6a5be 100644
--- a/src/Daemon/Daemon.cpp
+++ b/src/Daemon/Daemon.cpp
@@ -86,8 +86,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!