Преглед на файлове

another round of cosmetical changes to the init script

Helmut Pozimski преди 11 години
родител
ревизия
03079ccdad
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      initscript/stdd

+ 2 - 2
initscript/stdd

@@ -75,7 +75,7 @@ do_stop()
 
 case "$1" in
   start)
-	[ "$VERBOSE" != no ] && log_daemon_msg "Starting $DESC" "$NAME"
+	log_daemon_msg "Starting $DESC" "$NAME"
 	do_start
 	case "$?" in
 		0|1) [ "$VERBOSE" != no ] && log_end_msg 0 ;;
@@ -83,7 +83,7 @@ case "$1" in
 	esac
 	;;
   stop)
-	[ "$VERBOSE" != no ] && log_daemon_msg "Stopping $DESC" "$NAME"
+	log_daemon_msg "Stopping $DESC" "$NAME"
 	do_stop
 	case "$?" in
 		0|1) [ "$VERBOSE" != no ] && log_end_msg 0 ;;