Fixed init.d script ouput "Shutting...." to "Shutting down...".

This commit is contained in:
Juan Carlos Luciani 2006-12-04 10:17:19 +00:00
parent effc79937b
commit 6489700c92
2 changed files with 2 additions and 2 deletions

View File

@ -126,7 +126,7 @@ StartDAEMON()
StopDAEMON() StopDAEMON()
{ {
# Stop the daemon # Stop the daemon
echo -n "Shutting casa_atsd" echo -n "Shutting down casa_atsd"
## Stop daemon with killproc(8) and if this fails ## Stop daemon with killproc(8) and if this fails
## set echo the echo return value. ## set echo the echo return value.
if atsIsRunning ; then if atsIsRunning ; then

View File

@ -107,7 +107,7 @@ StartDAEMON()
StopDAEMON() StopDAEMON()
{ {
echo -n "Stopping casa_atvd..." echo -n "Shutting down..."
killproc $DAEMON killproc $DAEMON
RVAL=$? RVAL=$?
$ECHO $ECHO