summaryrefslogtreecommitdiffstats
path: root/abrt.init
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-01-19 17:09:53 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2011-01-19 17:09:53 +0100
commitc59a0c4143cd285c7c513e124baed517002750bc (patch)
treed89e0afd8c6ed11925bba7ba183e0553473656fd /abrt.init
parent3b4dbe6345b43411a3206ef728d5810b2197511d (diff)
downloadabrt-c59a0c4143cd285c7c513e124baed517002750bc.tar.gz
abrt-c59a0c4143cd285c7c513e124baed517002750bc.tar.xz
abrt-c59a0c4143cd285c7c513e124baed517002750bc.zip
abrt: init script fixes: better description
Also, replaced un-grep-able ${name}d with abrtd in .spec Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'abrt.init')
-rw-r--r--abrt.init6
1 files changed, 3 insertions, 3 deletions
diff --git a/abrt.init b/abrt.init
index 70550e60..6acf6e9e 100644
--- a/abrt.init
+++ b/abrt.init
@@ -2,7 +2,7 @@
# Starts the abrt daemon
#
# chkconfig: 35 82 16
-# description: Daemon to detect crashing apps
+# description: Saves segfault data, kernel oopses, fatal exceptions
# processname: abrtd
### BEGIN INIT INFO
# Provides: abrt
@@ -10,8 +10,8 @@
# Required-Stop: $syslog $local_fs
# Default-Stop: 0 1 2 6
# Default-Start: 3 5
-# Short-Description: start and stop abrt daemon
-# Description: Listen to and dispatch crash events
+# Short-Description: Saves segfault data, kernel oopses, fatal exceptions
+# Description: Saves segfault data, kernel oopses, fatal exceptions
### END INIT INFO
# Source function library.