applications/wshaper: Rename uci-defaults/luci-wshaper to wshaper
authorManuel Munz <freifunk@somakoma.de>
Sat, 15 Oct 2011 20:47:42 +0000 (20:47 +0000)
committerManuel Munz <freifunk@somakoma.de>
Sat, 15 Oct 2011 20:47:42 +0000 (20:47 +0000)
applications/luci-wshaper/root/etc/uci-defaults/luci-wshaper [deleted file]
applications/luci-wshaper/root/etc/uci-defaults/wshaper [new file with mode: 0644]

diff --git a/applications/luci-wshaper/root/etc/uci-defaults/luci-wshaper b/applications/luci-wshaper/root/etc/uci-defaults/luci-wshaper
deleted file mode 100644 (file)
index 9e4eb15..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-uci -q batch <<-EOF >/dev/null
-       delete ucitrack.@wshaper[-1]
-       add ucitrack wshaper=wshaper
-       set ucitrack.wshaper.exec='/etc/init.d/wshaper start'
-       commit ucitrack
-EOF
-
-rm -f /tmp/luci-indexcache
-exit 0
diff --git a/applications/luci-wshaper/root/etc/uci-defaults/wshaper b/applications/luci-wshaper/root/etc/uci-defaults/wshaper
new file mode 100644 (file)
index 0000000..9e4eb15
--- /dev/null
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+uci -q batch <<-EOF >/dev/null
+       delete ucitrack.@wshaper[-1]
+       add ucitrack wshaper=wshaper
+       set ucitrack.wshaper.exec='/etc/init.d/wshaper start'
+       commit ucitrack
+EOF
+
+rm -f /tmp/luci-indexcache
+exit 0