Correct pathname of rtadvd.conf from /usr/local/v6/etc to /etc.
Approved by: jkh
This commit is contained in:
parent
46fed58ae1
commit
9bf48e31c5
@ -1,2 +1,2 @@
|
||||
/* $FreeBSD$ */
|
||||
#define _PATH_RTADVDCONF "/usr/local/v6/etc/rtadvd.conf"
|
||||
#define _PATH_RTADVDCONF "/etc/rtadvd.conf"
|
||||
|
@ -85,7 +85,7 @@ Specify an alternate location,
|
||||
.Ar configfile ,
|
||||
for the configuration file.
|
||||
By default,
|
||||
.Pa /usr/local/v6/etc/rtadvd.conf
|
||||
.Pa /etc/rtadvd.conf
|
||||
is used.
|
||||
.It Fl P
|
||||
Specifies that
|
||||
@ -112,8 +112,8 @@ Do not watch the routing table.
|
||||
.Sh RETURN VALUES
|
||||
The program exits with 0 on success, and non-zero on failures.
|
||||
.Sh FILES
|
||||
.Bl -tag -width /usr/local/v6/etc/rtadvd.conf -compact
|
||||
.It Pa /usr/local/v6/etc/rtadvd.conf
|
||||
.Bl -tag -width /etc/rtadvd.conf -compact
|
||||
.It Pa /etc/rtadvd.conf
|
||||
The default configuration file.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
|
Loading…
Reference in New Issue
Block a user