Correct pathname of rtadvd.conf from /usr/local/v6/etc to /etc.

Approved by: jkh
This commit is contained in:
Yoshinobu Inoue 2000-02-15 18:21:38 +00:00
parent 46fed58ae1
commit 9bf48e31c5
2 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
/* $FreeBSD$ */
#define _PATH_RTADVDCONF "/usr/local/v6/etc/rtadvd.conf"
#define _PATH_RTADVDCONF "/etc/rtadvd.conf"

View File

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