summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshin <shin@FreeBSD.org>2000-02-15 18:30:24 +0000
committershin <shin@FreeBSD.org>2000-02-15 18:30:24 +0000
commit464a2f8badf41f012b27c8fa67490475f505c06a (patch)
treeead00b4d78855d394ed1db044973bbcea5f6cc3b
parent0802f60e0b28548477966d4b4472499f717bdf6b (diff)
downloadFreeBSD-src-464a2f8badf41f012b27c8fa67490475f505c06a.zip
FreeBSD-src-464a2f8badf41f012b27c8fa67490475f505c06a.tar.gz
Fix pathname of pim6dd.conf from /usr/local/v6/etc to /etc.
Approved by: jkh
-rw-r--r--usr.sbin/pim6dd/pathnames.h2
-rw-r--r--usr.sbin/pim6dd/pim6dd.88
2 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/pim6dd/pathnames.h b/usr.sbin/pim6dd/pathnames.h
index 487d6a37..ff7c9ef 100644
--- a/usr.sbin/pim6dd/pathnames.h
+++ b/usr.sbin/pim6dd/pathnames.h
@@ -48,7 +48,7 @@
*/
-#define _PATH_PIM6D_CONF "/usr/local/v6/etc/pim6dd.conf"
+#define _PATH_PIM6D_CONF "/etc/pim6dd.conf"
#if (defined(BSD) && (BSD >= 199103))
#define _PATH_PIM6D_PID "/var/run/pim6dd.pid"
diff --git a/usr.sbin/pim6dd/pim6dd.8 b/usr.sbin/pim6dd/pim6dd.8
index 6109b91..9b76c07 100644
--- a/usr.sbin/pim6dd/pim6dd.8
+++ b/usr.sbin/pim6dd/pim6dd.8
@@ -52,7 +52,7 @@ Specify alternate location,
.Ar configfile ,
for configuration file.
By default,
-.Pa /usr/local/v6/etc/pim6dd.conf
+.Pa /etc/pim6dd.conf
is used.
.It Fl d
Specify debug levels. If this option is specified without any arguments,
@@ -73,12 +73,12 @@ interfaces, i.e., interfaces that have the IFF_MULTICAST flag set (excluding
the "loopback interface").
To override the default configuration,
configuration commands may be placed in
-.Pa /usr/local/v6/etc/pim6dd.conf
+.Pa /etc/pim6dd.conf
(or an alternative file, specified by the "\-c" option).
.\"
.Sh FILES
-.Bl -tag -width /usr/local/v6/etc/pim6dd.conf -compact
-.It Pa /usr/local/v6/etc/pim6dd.conf
+.Bl -tag -width /etc/pim6dd.conf -compact
+.It Pa /etc/pim6dd.conf
The default configuration file.
.El
.Sh SEE ALSO
OpenPOWER on IntegriCloud