Fix aiccu init-script
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 19 May 2005 05:25:13 +0000 (05:25 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 19 May 2005 05:25:13 +0000 (05:25 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@946 3c298f89-4303-0410-b956-a3cf2f4a3e73

openwrt/package/aiccu/files/S51aiccu [deleted file]
openwrt/package/aiccu/files/aiccu [new file with mode: 0644]

diff --git a/openwrt/package/aiccu/files/S51aiccu b/openwrt/package/aiccu/files/S51aiccu
deleted file mode 100755 (executable)
index dabafcf..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/sh
-
-case "$1" in
-    start)
-       aiccu start     
-       ;;
-
-    stop)
-       aiccu stop
-       aiccu stop
-       ;;
-
-    restart)
-       $0 stop
-       $0 start
-       ;;
-    *)
-       echo "Usage: $0 {start|stop|restart}"
-       exit 1
-       ;;
-esac
diff --git a/openwrt/package/aiccu/files/aiccu b/openwrt/package/aiccu/files/aiccu
new file mode 100644 (file)
index 0000000..dabafcf
--- /dev/null
@@ -0,0 +1,21 @@
+#!/bin/sh
+
+case "$1" in
+    start)
+       aiccu start     
+       ;;
+
+    stop)
+       aiccu stop
+       aiccu stop
+       ;;
+
+    restart)
+       $0 stop
+       $0 start
+       ;;
+    *)
+       echo "Usage: $0 {start|stop|restart}"
+       exit 1
+       ;;
+esac