From f976b5a7bb01028900387811213bf93bbdfe3ef1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 8 Dec 2005 00:41:26 +0000 Subject: [PATCH] - remove remnants from template.init Changed files: cvsd.init -> 1.2 --- cvsd.init | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cvsd.init b/cvsd.init index 7c56124..71078fa 100755 --- a/cvsd.init +++ b/cvsd.init @@ -17,7 +17,6 @@ # Check that networking is up. if is_yes "${NETWORKING}"; then if [ ! -f /var/lock/subsys/network -a "$1" != stop -a "$1" != status ]; then - # nls "ERROR: Networking is down. %s can't be run." msg_network_down cvsd exit 1 fi @@ -30,25 +29,21 @@ case "$1" in start) # Check if the service is already running? if [ ! -f /var/lock/subsys/cvsd ]; then - # show "Starting %s service" cvsd msg_starting cvsd daemon cvsd -f /etc/cvsd/cvsd.conf RETVAL=$? [ $RETVAL -eq 0 ] && touch /var/lock/subsys/cvsd else - # show "%s service is already running." cvsd msg_already_running cvsd fi ;; stop) if [ -f /var/lock/subsys/cvsd ]; then # Stop daemons. - # show "Stopping %s service" cvsd msg_stopping cvsd killproc cvsd rm -f /var/lock/subsys/cvsd else - # show "%s service is not running." cvsd msg_not_running cvsd fi ;; @@ -62,7 +57,6 @@ case "$1" in exit $? ;; *) - # show "Usage: %s {start|stop|restart|force-reload|status}" msg_usage "$0 {start|stop|restart|force-reload|status}" exit 3 esac -- 2.44.0