Fix pathname of pim6dd.conf from /usr/local/v6/etc to /etc.

Approved by: jkh
This commit is contained in:
Yoshinobu Inoue 2000-02-15 18:30:24 +00:00
parent b85d5dc850
commit c00ba6b645
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57239
2 changed files with 5 additions and 5 deletions

View File

@ -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"

View File

@ -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