From: Vasilis Tsiligiannis Date: Sun, 2 May 2010 20:24:56 +0000 (+0000) Subject: [packages] dsl-qos-queue: Fix shebang line to use '/bin/sh' (#7264) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=bc0b9970046cb30658749b1e9c2b030a41e92ddd [packages] dsl-qos-queue: Fix shebang line to use '/bin/sh' (#7264) SVN-Revision: 21317 --- 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 index 0000000000..1a9530044e --- /dev/null +++ b/net/dsl-qos-queue/patches/020-fix_shebang_line.patch @@ -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. +