aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoshinobu Inoue <shin@FreeBSD.org>2000-02-15 18:30:24 +0000
committerYoshinobu Inoue <shin@FreeBSD.org>2000-02-15 18:30:24 +0000
commitc00ba6b645f5f4251d5f064ee6308de342aa0d6d (patch)
tree5c6de71721ef1cc2511ced620fe52e169c44dfb1
parentb85d5dc85049885be7b554e0a3c7cc7b33afc56f (diff)
Notes
-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 487d6a3711ab..ff7c9ef4940a 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 6109b91b0264..9b76c07a94e4 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