Fix pathname of pim6sd.conf from /usr/local/v6/etc to /etc.
Approved by: jkh
This commit is contained in:
parent
c00ba6b645
commit
66182096e8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57240
@ -61,7 +61,7 @@
|
||||
#ifndef PATHNAMES_H
|
||||
#define PATHNAMES_H
|
||||
|
||||
#define _PATH_PIM6D_CONF "/usr/local/v6/etc/pim6sd.conf"
|
||||
#define _PATH_PIM6D_CONF "/etc/pim6sd.conf"
|
||||
#define _PATH_PIM6D_LOGFILE "/var/log/pim6sd.log"
|
||||
|
||||
#if (defined(BSD) && (BSD >= 199103))
|
||||
|
@ -53,7 +53,7 @@ Specify alternate location,
|
||||
.Ar configfile ,
|
||||
for configuration file.
|
||||
By default,
|
||||
.Pa /usr/local/v6/etc/pim6sd.conf
|
||||
.Pa /etc/pim6sd.conf
|
||||
is used.
|
||||
.It Fl d
|
||||
Specify debug levels. If this option is specified without any arguments,
|
||||
@ -81,7 +81,7 @@ 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/pim6sd.conf
|
||||
.Pa /etc/pim6sd.conf
|
||||
(or an alternative file, specified by the "\-c" option).
|
||||
.Pp
|
||||
The
|
||||
@ -108,8 +108,8 @@ The log level can be configured by the
|
||||
command line option or the configuration file.
|
||||
.\"
|
||||
.Sh FILES
|
||||
.Bl -tag -width /usr/local/v6/etc/pim6sd.conf -compact
|
||||
.It Pa /usr/local/v6/etc/pim6sd.conf
|
||||
.Bl -tag -width /etc/pim6sd.conf -compact
|
||||
.It Pa /etc/pim6sd.conf
|
||||
The default configuration file.
|
||||
.It Pa /var/run/pim6sd.dump
|
||||
The file to which
|
||||
|
Loading…
Reference in New Issue
Block a user