diff options
author | Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com> | 2021-02-20 16:02:15 -0800 |
---|---|---|
committer | Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com> | 2021-02-20 16:02:15 -0800 |
commit | 5d8d4fbbcb5c5de9370711c19bb3510210989a98 (patch) | |
tree | d0754921833f413b7eb93fb6bb1b1c8a22fb0498 /net/darkstat/patches | |
parent | d651082447b4392399a40ea1ae11d0bce4bfe83a (diff) |
treewide: Run refresh on all packages
The crude loop I wrote to come up with this changeset:
find -L package/feeds/packages/ -name patches | \
sed 's/patches$/refresh/' | sort | xargs make
Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
Diffstat (limited to 'net/darkstat/patches')
-rw-r--r-- | net/darkstat/patches/101-allow-multiple-local-interfaces.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/darkstat/patches/101-allow-multiple-local-interfaces.patch b/net/darkstat/patches/101-allow-multiple-local-interfaces.patch index b2b22faa5..7f2e00f87 100644 --- a/net/darkstat/patches/101-allow-multiple-local-interfaces.patch +++ b/net/darkstat/patches/101-allow-multiple-local-interfaces.patch @@ -37,7 +37,7 @@ } verbosef("local network address: %s", addr_to_str(&localnet)); -@@ -138,11 +145,15 @@ static int addr_is_local(const struct addr * const a, +@@ -138,11 +145,15 @@ static int addr_is_local(const struct ad if (is_localip(a, local_ips)) return 1; if (a->family == IPv4 && using_localnet4) { @@ -59,7 +59,7 @@ } --- a/darkstat.c +++ b/darkstat.c -@@ -193,7 +193,7 @@ static struct cmdline_arg cmdline_args[] = { +@@ -193,7 +193,7 @@ static struct cmdline_arg cmdline_args[] {"-r", "capfile", cb_capfile, 0}, {"-p", "port", cb_port, 0}, {"-b", "bindaddr", cb_bindaddr, -1}, |