Fixed init.d script ouput "Shutting...." to "Shutting down...".
This commit is contained in:
parent
effc79937b
commit
6489700c92
@ -126,7 +126,7 @@ StartDAEMON()
|
||||
StopDAEMON()
|
||||
{
|
||||
# Stop the daemon
|
||||
echo -n "Shutting casa_atsd"
|
||||
echo -n "Shutting down casa_atsd"
|
||||
## Stop daemon with killproc(8) and if this fails
|
||||
## set echo the echo return value.
|
||||
if atsIsRunning ; then
|
||||
|
@ -107,7 +107,7 @@ StartDAEMON()
|
||||
|
||||
StopDAEMON()
|
||||
{
|
||||
echo -n "Stopping casa_atvd..."
|
||||
echo -n "Shutting down..."
|
||||
killproc $DAEMON
|
||||
RVAL=$?
|
||||
$ECHO
|
||||
|
Loading…
Reference in New Issue
Block a user