[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
This commit is contained in:
parent
1cf0ff12ee
commit
0c74ef730b
8
net/dsl-qos-queue/patches/020-fix_shebang_line.patch
Normal file
8
net/dsl-qos-queue/patches/020-fix_shebang_line.patch
Normal file
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user