[-]
[+]
|
Changed |
smstools.suse.init
|
@@ -171,7 +171,7 @@
case "$1" in
start)
- echo -n "Starting pdns recursor "
+ echo -n "Starting smsd "
## Start daemon with startproc(8). If this fails
## the return value is set appropriately by startproc.
/sbin/startproc -q $SMSD_BIN
@@ -180,7 +180,7 @@
rc_status -v
;;
stop)
- echo -n "Shutting down pdns recursor "
+ echo -n "Shutting down smsd "
## Stop daemon with killproc(8) and if this fails
## killproc sets the return value according to LSB.
@@ -220,7 +220,7 @@
## If it does not support it, restart the service if it
## is running.
- echo -n "Reload service smstools "
+ echo -n "Reload service smsd "
## if it supports it:
/sbin/killproc -HUP $SMSD_BIN
#touch /var/run/smsd.pid
@@ -235,7 +235,7 @@
## signaling, do nothing (!)
# If it supports signaling:
- echo -n "Reload service smstools "
+ echo -n "Reload service smsd "
/sbin/killproc -HUP $SMSD_BIN
#touch /var/run/smsd.pid
rc_status -v
@@ -245,7 +245,7 @@
#rc_status -v
;;
status)
- echo -n "Checking for service smstools "
+ echo -n "Checking for service smsd "
## Check status with checkproc(8), if process is running
## checkproc will return with exit status 0.
|