diff options
Diffstat (limited to 'data')
-rwxr-xr-x | data/ConsoleKit.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/ConsoleKit.in b/data/ConsoleKit.in index efae182..6340a1e 100755 --- a/data/ConsoleKit.in +++ b/data/ConsoleKit.in @@ -5,7 +5,7 @@ # chkconfig: 345 98 02 # description: The ConsoleKit maintains a list of sessions # -# processname: console-kit +# processname: console-kit-daemon # pidfile: @CONSOLE_KIT_PID_FILE@ # @@ -17,12 +17,12 @@ # so we can rearrange this easily processname=console-kit-daemon -servicename=console-kit +servicename=ConsoleKit RETVAL=0 start() { - echo -n $"Starting console-kit daemon: " + echo -n $"Starting ConsoleKit: " daemon --check $servicename $processname RETVAL=$? echo @@ -30,7 +30,7 @@ start() { } stop() { - echo -n $"Stopping console-kit daemon: " + echo -n $"Stopping ConsoleKit: " killproc $processname -TERM RETVAL=$? |