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$ */
|
/* $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 ,
|
.Ar configfile ,
|
||||||
for the configuration file.
|
for the configuration file.
|
||||||
By default,
|
By default,
|
||||||
.Pa /usr/local/v6/etc/rtadvd.conf
|
.Pa /etc/rtadvd.conf
|
||||||
is used.
|
is used.
|
||||||
.It Fl P
|
.It Fl P
|
||||||
Specifies that
|
Specifies that
|
||||||
@ -112,8 +112,8 @@ Do not watch the routing table.
|
|||||||
.Sh RETURN VALUES
|
.Sh RETURN VALUES
|
||||||
The program exits with 0 on success, and non-zero on failures.
|
The program exits with 0 on success, and non-zero on failures.
|
||||||
.Sh FILES
|
.Sh FILES
|
||||||
.Bl -tag -width /usr/local/v6/etc/rtadvd.conf -compact
|
.Bl -tag -width /etc/rtadvd.conf -compact
|
||||||
.It Pa /usr/local/v6/etc/rtadvd.conf
|
.It Pa /etc/rtadvd.conf
|
||||||
The default configuration file.
|
The default configuration file.
|
||||||
.El
|
.El
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
|
Loading…
x
Reference in New Issue
Block a user