mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
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>
This commit is contained in:
@@ -10,13 +10,9 @@ https://github.com/net-snmp/net-snmp/pull/162.
|
||||
1 file changed, 28 insertions(+), 83 deletions(-)
|
||||
mode change 100644 => 100755 apps/snmpnetstat/if.c
|
||||
|
||||
diff --git a/apps/snmpnetstat/if.c b/apps/snmpnetstat/if.c
|
||||
old mode 100644
|
||||
new mode 100755
|
||||
index 16768151d..84b87b531
|
||||
--- a/apps/snmpnetstat/if.c
|
||||
+++ b/apps/snmpnetstat/if.c
|
||||
@@ -64,8 +64,6 @@
|
||||
@@ -64,8 +64,6 @@ static char *rcsid = "$OpenBSD: if.c,v 1
|
||||
#define NO 0
|
||||
|
||||
static void sidewaysintpr(u_int);
|
||||
@@ -60,7 +56,7 @@ index 16768151d..84b87b531
|
||||
/*
|
||||
* Retrieve the interface addressing information
|
||||
* XXX - This could also be extended to handle non-IP interfaces
|
||||
@@ -845,84 +871,3 @@ sidewaysintpr(unsigned int interval)
|
||||
@@ -845,84 +871,3 @@ loop:
|
||||
goto loop;
|
||||
/*NOTREACHED*/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user