diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-11-11 07:11:37 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-11-11 07:11:37 +0000 |
commit | ae498e3328058a70e4fd7558cb095afd6fd8530b (patch) | |
tree | 197d4624b3f57dd9346852757e3baaab27cc30e2 | |
parent | 81a2ae7251816c108b636eacf640789f5869a829 (diff) | |
download | ports-ae498e3328058a70e4fd7558cb095afd6fd8530b.tar.gz ports-ae498e3328058a70e4fd7558cb095afd6fd8530b.zip |
Notes
-rw-r--r-- | net-mgmt/librenms/files/patch-poller-wrapper.py | 10 | ||||
-rw-r--r-- | net/tcpick/files/patch-src_lookup.h | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/net-mgmt/librenms/files/patch-poller-wrapper.py b/net-mgmt/librenms/files/patch-poller-wrapper.py index 7b49f68255de..ea7640349fc1 100644 --- a/net-mgmt/librenms/files/patch-poller-wrapper.py +++ b/net-mgmt/librenms/files/patch-poller-wrapper.py @@ -1,12 +1,12 @@ ---- poller-wrapper.py.orig 2014-11-04 16:14:27 UTC +--- poller-wrapper.py.orig 2017-05-28 21:54:20 UTC +++ poller-wrapper.py @@ -1,4 +1,4 @@ --#! /usr/bin/env python +-#! /usr/bin/env python2 +#! %%LOCALBASE%%/bin/python """ - poller-wrapper A small tool which wraps around the Observium poller - and tries to guide the polling process with a more modern -@@ -38,6 +38,8 @@ except: + poller-wrapper A small tool which wraps around the poller and tries to + guide the polling process with a more modern approach with a +@@ -36,6 +36,8 @@ except: print "threading, Queue, sys, subprocess, time, os, json" sys.exit(2) diff --git a/net/tcpick/files/patch-src_lookup.h b/net/tcpick/files/patch-src_lookup.h index 7d6234f9a83c..a4b6de86bd37 100644 --- a/net/tcpick/files/patch-src_lookup.h +++ b/net/tcpick/files/patch-src_lookup.h @@ -1,8 +1,8 @@ ---- src/lookup.h.orig 2011-06-04 14:06:21.000000000 +0900 -+++ src/lookup.h 2011-06-04 14:20:51.000000000 +0900 -@@ -40,3 +40,16 @@ - char * name; - struct in_addr ip; +--- src/lookup.h.orig 2004-12-31 13:53:30 UTC ++++ src/lookup.h +@@ -40,3 +40,16 @@ struct _l_node /* the node/leaf of the t + char * name; + struct in_addr ip; }; + +char * |