diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 22:01:24 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 22:01:24 +0000 |
commit | 11b0d3ddde2150d23a51c55b5597d968fe3a03bb (patch) | |
tree | 033e919c8c3370eefece9a149b26edc18d1cd93f /net-mgmt/ndpmon/files/patch-config__ndpmon.xml.in | |
parent | Fix build on local systems when ffmpeg-2.3.3 is installed. This removes the (diff) |
Remove non staged ports without pending PR from net-im and net-mgmt
Notes
Notes:
svn path=/head/; revision=366966
Diffstat (limited to 'net-mgmt/ndpmon/files/patch-config__ndpmon.xml.in')
-rw-r--r-- | net-mgmt/ndpmon/files/patch-config__ndpmon.xml.in | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/net-mgmt/ndpmon/files/patch-config__ndpmon.xml.in b/net-mgmt/ndpmon/files/patch-config__ndpmon.xml.in deleted file mode 100644 index 5fba3db3cb2d..000000000000 --- a/net-mgmt/ndpmon/files/patch-config__ndpmon.xml.in +++ /dev/null @@ -1,25 +0,0 @@ ---- config_ndpmon.xml.in.orig 2009-08-13 11:22:21.000000000 +0200 -+++ config_ndpmon.xml.in 2013-06-10 00:36:17.000000000 +0200 -@@ -1,6 +1,6 @@ - <?xml version="1.0" encoding="ISO-8859-1"?> - <?xml-stylesheet type="text/xsl" href="config.xsl" ?> --<!DOCTYPE config_ndpmon SYSTEM "@CONFDIR@/ndpmon/config_ndpmon.dtd"> -+<!DOCTYPE config_ndpmon SYSTEM "%%PREFIX%%/share/ndpmon/config_ndpmon.dtd"> - <config_ndpmon> - <ignor_autoconf>1</ignor_autoconf> - <syslog_facility>LOG_LOCAL1</syslog_facility> -@@ -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> |