Modifications to resolve issues found during self-code review.

This commit is contained in:
Juan Carlos Luciani
2006-12-08 05:45:03 +00:00
parent 9a0426279c
commit 8ade751650
34 changed files with 524 additions and 268 deletions

View File

@@ -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