package/busybox: fix S0{1sys, 2k}logd indentation
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Mon, 15 Apr 2019 08:36:05 +0000 (10:36 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Mon, 15 Apr 2019 22:06:51 +0000 (00:06 +0200)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/busybox/S01syslogd
package/busybox/S02klogd

index 6e642a678a91bf2a7789431e2418c804b35b1db0..15006bc06f7ea0ec3edaf24533a3652b2649d597 100644 (file)
@@ -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
index a4200cfb343fa7879771391128e84ffa767391a7..0677e1e5ca8f48fa6414088a53a917439ada3e58 100644 (file)
@@ -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