Fixed init.d script ouput "Shutting...." to "Shutting down...".
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user