mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-09 16:01:19 +01:00
Fix pathname of pim6dd.conf from /usr/local/v6/etc to /etc.
Approved by: jkh
This commit is contained in:
parent
b85d5dc850
commit
c00ba6b645
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57239
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user