projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[package] libpcap: explicitely disable libnl support to prevent different build resul...
[openwrt.git]
/
package
/
iptables
/
patches
/
100-bash-location.patch
1
--- a/autogen.sh
2
+++ b/autogen.sh
3
@@ -1,4 +1,4 @@
4
-#!/bin/bash
5
+#!/usr/bin/env bash
6
7
autoreconf -fi;
8
rm -Rf autom4te*.cache;
9
--- a/iptables-apply
10
+++ b/iptables-apply
11
@@ -1,4 +1,4 @@
12
-#!/bin/bash
13
+#!/usr/bin/env bash
14
#
15
# iptables-apply -- a safer way to update iptables remotely
16
#
This page took
0.057421 seconds
and
5
git commands to generate.