diff options
author | Steven Barth <steven@midlink.org> | 2013-03-06 17:05:34 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2013-03-06 17:05:34 +0000 |
commit | bd1e6a2a715b34f7da323d2ecedc6cbb3b668c12 (patch) | |
tree | 169fedd3fc71e2e91c9f8eeb53ef4318265175bf /package/network/utils/iptables/patches/100-bash-location.patch | |
parent | d1312e89c72e970c87f627b21c5f084d2ef75069 (diff) | |
download | upstream-bd1e6a2a715b34f7da323d2ecedc6cbb3b668c12.tar.gz upstream-bd1e6a2a715b34f7da323d2ecedc6cbb3b668c12.tar.bz2 upstream-bd1e6a2a715b34f7da323d2ecedc6cbb3b668c12.zip |
iptables: redo update to 1.4.18 with old linking-behaviour
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35896 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils/iptables/patches/100-bash-location.patch')
-rw-r--r-- | package/network/utils/iptables/patches/100-bash-location.patch | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/package/network/utils/iptables/patches/100-bash-location.patch b/package/network/utils/iptables/patches/100-bash-location.patch index 818246e76b..02ee45ba1e 100644 --- a/package/network/utils/iptables/patches/100-bash-location.patch +++ b/package/network/utils/iptables/patches/100-bash-location.patch @@ -1,13 +1,5 @@ ---- a/autogen.sh -+++ b/autogen.sh -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/usr/bin/env bash - - autoreconf -fi; - rm -Rf autom4te*.cache; ---- a/iptables-apply -+++ b/iptables-apply +--- a/iptables/iptables-apply ++++ b/iptables/iptables-apply @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash |