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

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