87b36fd013
PR: ports/147217 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
20 lines
786 B
XML
20 lines
786 B
XML
|
|
$FreeBSD$
|
|
|
|
--- config_ndpmon.xml.in.orig
|
|
+++ config_ndpmon.xml.in
|
|
@@ -8,12 +8,12 @@
|
|
<actions_low_pri>
|
|
<sendmail>1</sendmail>
|
|
<syslog>1</syslog>
|
|
- <exec_pipe_program>/usr/local/ndpmon/create_html_table.py</exec_pipe_program>
|
|
+ <exec_pipe_program>%%PREFIX%%/share/ndpmon/create_html_table.py</exec_pipe_program>
|
|
</actions_low_pri>
|
|
<actions_high_pri>
|
|
<sendmail>1</sendmail>
|
|
<syslog>1</syslog>
|
|
- <exec_pipe_program>/usr/local/ndpmon/create_html_table.py</exec_pipe_program>
|
|
+ <exec_pipe_program>%%PREFIX%%/share/ndpmon/create_html_table.py</exec_pipe_program>
|
|
</actions_high_pri>
|
|
<use_reverse_hostlookups>1</use_reverse_hostlookups>
|
|
<routers>
|