blob: 5a77498da18bff1686fc448c80e579d878eeb157 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
--- 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/ndpmon_neighbor_list.xml
.LP
Note that an empty
.I neighbor_cache.xml
|