$FreeBSD: ports/net-mgmt/ndpmon/files/patch-create__html__table.py,v 1.1 2007/10/26 13:33:43 pav Exp $ --- 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()