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

package/busybox: fix S0{1sys, 2k}logd indentation

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
(cherry picked from commit dbdd94e103097b2b169495239f4b3a371c40f6e7)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Fabrice Fontaine преди 6 години
родител
ревизия
4d8197c88f
променени са 2 файла, в които са добавени 8 реда и са изтрити 8 реда
  1. 4 4
      package/busybox/S01syslogd
  2. 4 4
      package/busybox/S02klogd

+ 4 - 4
package/busybox/S01syslogd

@@ -44,12 +44,12 @@ restart() {
 }
 
 case "$1" in
-        start|stop|restart)
+	start|stop|restart)
 		"$1";;
 	reload)
 		# Restart, since there is no true "reload" feature.
 		restart;;
-        *)
-                echo "Usage: $0 {start|stop|restart|reload}"
-                exit 1
+	*)
+		echo "Usage: $0 {start|stop|restart|reload}"
+		exit 1
 esac

+ 4 - 4
package/busybox/S02klogd

@@ -44,12 +44,12 @@ restart() {
 }
 
 case "$1" in
-        start|stop|restart)
+	start|stop|restart)
 		"$1";;
 	reload)
 		# Restart, since there is no true "reload" feature.
 		restart;;
-        *)
-                echo "Usage: $0 {start|stop|restart|reload}"
-                exit 1
+	*)
+		echo "Usage: $0 {start|stop|restart|reload}"
+		exit 1
 esac