[packages] dsl-qos-queue: Fix shebang line to use '/bin/sh' (#7264)
authorVasilis Tsiligiannis <acinonyx@openwrt.gr>
Sun, 2 May 2010 20:24:56 +0000 (20:24 +0000)
committerVasilis Tsiligiannis <acinonyx@openwrt.gr>
Sun, 2 May 2010 20:24:56 +0000 (20:24 +0000)
SVN-Revision: 21317

net/dsl-qos-queue/patches/020-fix_shebang_line.patch [new file with mode: 0644]

diff --git a/net/dsl-qos-queue/patches/020-fix_shebang_line.patch b/net/dsl-qos-queue/patches/020-fix_shebang_line.patch
new file mode 100644 (file)
index 0000000..1a95300
--- /dev/null
@@ -0,0 +1,8 @@
+--- a/ipt_rules
++++ b/ipt_rules
+@@ -1,4 +1,4 @@
+-#!/bin/bash
++#!/bin/sh
+ # add MYSHAPER-OUT chain to the mangle table in iptables - this sets up the table we'll use
+ #                                                      to filter and mark packets.