From 0c74ef730b989c4fb6b3567176d21b3bdeb07403 Mon Sep 17 00:00:00 2001 From: acinonyx Date: Sun, 2 May 2010 20:24:56 +0000 Subject: [PATCH] [packages] dsl-qos-queue: Fix shebang line to use '/bin/sh' (#7264) git-svn-id: svn://svn.openwrt.org/openwrt/packages@21317 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/dsl-qos-queue/patches/020-fix_shebang_line.patch | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 net/dsl-qos-queue/patches/020-fix_shebang_line.patch 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 000000000..1a9530044 --- /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. + -- 2.11.0