freebsd-ports/net-mgmt/ndpmon/files/patch-create__html__table.py

15 lines
332 B
Python
Raw Normal View History

$FreeBSD$
--- create_html_table.py.orig
+++ create_html_table.py
@@ -11,7 +11,7 @@
from xml.dom import Node
# The file in which we will write the alerts
-alerts = "/var/local/ndpmon/alerts.xml"
+alerts = "%%PREFIX%%/var/ndpmon/alerts.xml"
# The alert itself piped from NDPmon to this script
lines = sys.stdin.readlines()