diff options
Diffstat (limited to 'net-mgmt/ndpmon/files/patch-ndpmon.8')
-rw-r--r-- | net-mgmt/ndpmon/files/patch-ndpmon.8 | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/net-mgmt/ndpmon/files/patch-ndpmon.8 b/net-mgmt/ndpmon/files/patch-ndpmon.8 new file mode 100644 index 000000000000..2884a0cc7924 --- /dev/null +++ b/net-mgmt/ndpmon/files/patch-ndpmon.8 @@ -0,0 +1,35 @@ + +$FreeBSD$ + +--- ndpmon.8.orig ++++ ndpmon.8 +@@ -57,12 +57,12 @@ + .B -f + flag is used to change the path of the configuration file. + The default is +-.IR /usr/local/ndpmon/config_ndpmon.xml ++.IR %%PREFIX%%/etc/config_ndpmon.xml + .LP + The + .B -e + flag is used to change the path to the DTD file for the configuration file. The default is +-.I /usr/local/ndpmon/config_ndpmon.dtd ++.I %%PREFIX%%/share/ndpmon/config_ndpmon.dtd + .LP + The + .B -n +@@ -83,12 +83,12 @@ + The + .B -d + flag is used to change the path to the DTD file for the neighbor cache. The default is +-.I /usr/local/ndpmon/neighbor_list.dtd ++.I %%PREFIX%%/share/ndpmon/neighbor_list.dtd + .LP + The + .B -g + flag is used to change the path to the neighbor cache. The default is +-.I /usr/local/ndpmon/neighbor_list.xml ++.I %%PREFIX%%/var/ndpmon_neighbor_list.xml + .LP + Note that an empty + .I neighbor_cache.xml |