Modifications to resolve issues found during self-code review.
This commit is contained in:
		| @@ -66,7 +66,7 @@ atsIsRunning() | ||||
| StartDAEMON() | ||||
| { | ||||
|   # Start the daemon | ||||
|   echo -n "Starting casa_atsd" | ||||
|   echo -n "Starting casa_atsd..." | ||||
|   ## Start daemon with startproc(8). If this fails | ||||
|   ## the echo return value is set appropriate. | ||||
|      | ||||
| @@ -126,7 +126,7 @@ StartDAEMON() | ||||
| StopDAEMON() | ||||
| { | ||||
|   # Stop the daemon | ||||
|   echo -n "Shutting down casa_atsd" | ||||
|   echo -n "Stopping 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