freebsd-ports/net-mgmt/ndpmon/files/patch-create__html__table.py
Pav Lucistnik 89e1c53255 - Update to 1.3a
PR:		ports/117515
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
2007-10-26 13:33:43 +00:00

14 lines
332 B
Python

$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()