Fixed init.d script ouput "Shutting...." to "Shutting down...".
This commit is contained in:
parent
effc79937b
commit
6489700c92
@ -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
|
||||||
|
@ -107,7 +107,7 @@ StartDAEMON()
|
|||||||
|
|
||||||
StopDAEMON()
|
StopDAEMON()
|
||||||
{
|
{
|
||||||
echo -n "Stopping casa_atvd..."
|
echo -n "Shutting down..."
|
||||||
killproc $DAEMON
|
killproc $DAEMON
|
||||||
RVAL=$?
|
RVAL=$?
|
||||||
$ECHO
|
$ECHO
|
||||||
|
Loading…
Reference in New Issue
Block a user