summaryrefslogtreecommitdiff
path: root/net-mgmt/librenms/files/patch-poller-wrapper.py
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2017-11-11 07:11:37 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2017-11-11 07:11:37 +0000
commitae498e3328058a70e4fd7558cb095afd6fd8530b (patch)
tree197d4624b3f57dd9346852757e3baaab27cc30e2 /net-mgmt/librenms/files/patch-poller-wrapper.py
parentUpdat net-mgmt/networkmgr to 2.5 (diff)
Fix the context of some patches so that they apply with stricter patch(1)
PR: 223545 With hat: portmgr
Notes
Notes: svn path=/head/; revision=453953
Diffstat (limited to 'net-mgmt/librenms/files/patch-poller-wrapper.py')
-rw-r--r--net-mgmt/librenms/files/patch-poller-wrapper.py10
1 files changed, 5 insertions, 5 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)