Make startup output universally the same

Don't display the date and time of the startup when we aren't using
start-stop-daemon, its weird.  Instead display just OK.

Change-Id: Ic72b397e0523e0e21417e39f8dab80f52ddc7302
Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
Shawn O. Pearce
2009-12-11 04:48:24 -08:00
parent a5b185e594
commit 02fcda78fe

View File

@@ -398,7 +398,7 @@ case "$ACTION" in
echo $PID >"$GERRIT_PID"
fi
echo "STARTED Gerrit `date`"
echo OK
fi
;;