diff --git a/usr.sbin/rtadvd/pathnames.h b/usr.sbin/rtadvd/pathnames.h index 70d9021dc9e2..cd8b0e0fdc4c 100644 --- a/usr.sbin/rtadvd/pathnames.h +++ b/usr.sbin/rtadvd/pathnames.h @@ -1,2 +1,2 @@ /* $FreeBSD$ */ -#define _PATH_RTADVDCONF "/usr/local/v6/etc/rtadvd.conf" +#define _PATH_RTADVDCONF "/etc/rtadvd.conf" diff --git a/usr.sbin/rtadvd/rtadvd.8 b/usr.sbin/rtadvd/rtadvd.8 index a9b36b8326f0..096581dbeebe 100644 --- a/usr.sbin/rtadvd/rtadvd.8 +++ b/usr.sbin/rtadvd/rtadvd.8 @@ -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