aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rtadvd
diff options
context:
space:
mode:
authorYoshinobu Inoue <shin@FreeBSD.org>2000-02-15 18:21:38 +0000
committerYoshinobu Inoue <shin@FreeBSD.org>2000-02-15 18:21:38 +0000
commit9bf48e31c510c8a28f6ad228ba03705951b88d3c (patch)
treeac6630502e4f6c48fe66a2a2d10ecd97c0d3c319 /usr.sbin/rtadvd
parent46fed58ae19768e220e3699f7ad588138457d4da (diff)
downloadsrc-9bf48e31c510c8a28f6ad228ba03705951b88d3c.tar.gz
src-9bf48e31c510c8a28f6ad228ba03705951b88d3c.zip
Correct pathname of rtadvd.conf from /usr/local/v6/etc to /etc.
Approved by: jkh
Notes
Notes: svn path=/head/; revision=57237
Diffstat (limited to 'usr.sbin/rtadvd')
-rw-r--r--usr.sbin/rtadvd/pathnames.h2
-rw-r--r--usr.sbin/rtadvd/rtadvd.86
2 files changed, 4 insertions, 4 deletions
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