aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSUZUKI, Shinsuke <suz@kame.net>2005-12-11 06:28:33 +0000
committerSUZUKI, Shinsuke <suz@kame.net>2005-12-11 06:28:33 +0000
commit66cd640a36c2bf6e43ff1a927a9e7d72a867843e (patch)
treecce3f081c2f575cd63567ff1a6ba27249e6551b9
parent65420a2e235dae3827d9f1d081c4bd031f1d8148 (diff)
locate every files in /usr/local/xxx, instead of /usr/local/v6/xxx
-rw-r--r--CHANGES1
-rw-r--r--dhcp6c.84
-rw-r--r--dhcp6c.conf.52
-rw-r--r--dhcp6ctl.810
-rw-r--r--dhcp6s.88
-rw-r--r--dhcp6s.conf.52
6 files changed, 14 insertions, 13 deletions
diff --git a/CHANGES b/CHANGES
index 9a65301..2a0ef5f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,7 @@
--- 20051211 tar ball released ---
2005-12-11 SUZUKI, Shinsuke <suz@kame.net>
+ * locate every files in /usr/local/xxx, instead of /usr/local/v6/xxx
* Assign an official option number for Information Refresh Timer
* Removed old prefix delegation options, since these options numbers
coinsides with Information Refresh Timer.
diff --git a/dhcp6c.8 b/dhcp6c.8
index 5d9f7ee..93535b4 100644
--- a/dhcp6c.8
+++ b/dhcp6c.8
@@ -102,11 +102,11 @@ In either case,
will send DHCPv6 Release messages to release resources assigned from servers.
.\"
.Sh FILES
-.Bl -tag -width /usr/local/v6/etc/dhcp6c.conf -compact
+.Bl -tag -width /usr/local/etc/dhcp6c.conf -compact
.It Pa /var/run/dhcp6c.pid
is the default file that contains pid of the currently running
.Nm dhcp6c .
-.It Pa /usr/local/v6/etc/dhcp6c.conf
+.It Pa /usr/local/etc/dhcp6c.conf
is the default configuration file.
.It Pa /var/db/dhcp6c_duid
is the file to store the client's DUID.
diff --git a/dhcp6c.conf.5 b/dhcp6c.conf.5
index 259d8d7..57b33c8 100644
--- a/dhcp6c.conf.5
+++ b/dhcp6c.conf.5
@@ -36,7 +36,7 @@
.Nd DHCPv6 client configuration file
.\"
.Sh SYNOPSIS
-.Pa /usr/local/v6/etc/dhcp6c.conf
+.Pa /usr/local/etc/dhcp6c.conf
.\"
.Sh DESCRIPTION
The
diff --git a/dhcp6ctl.8 b/dhcp6ctl.8
index b650e2a..86ea0e1 100644
--- a/dhcp6ctl.8
+++ b/dhcp6ctl.8
@@ -85,10 +85,10 @@ Use
.Ar keyfile
to provide the shared secret to communicate with the process.
The default file name used when unspecified is
-.Pa /usr/local/v6/etc/dhcp6cctlkey
+.Pa /usr/local/etc/dhcp6cctlkey
with a client,
and
-.Pa /usr/local/v6/etc/dhcp6sctlkey
+.Pa /usr/local/etc/dhcp6sctlkey
with a server.
.It Fl p Ar port
@@ -183,10 +183,10 @@ information (if any) and exits.
.El
.\"
.Sh FILES
-.Bl -tag -width /usr/local/v6/etc/dhcp6cctlkey -compact
-.It Pa /usr/local/v6/etc/dhcp6cctlkey
+.Bl -tag -width /usr/local/etc/dhcp6cctlkey -compact
+.It Pa /usr/local/etc/dhcp6cctlkey
is the default key file to communicate with a client.
-.It Pa /usr/local/v6/etc/dhcp6sctlkey
+.It Pa /usr/local/etc/dhcp6sctlkey
is the default key file to communicate with a server.
.El
.\"
diff --git a/dhcp6s.8 b/dhcp6s.8
index f878ed5..8233ad2 100644
--- a/dhcp6s.8
+++ b/dhcp6s.8
@@ -89,7 +89,7 @@ Use
to store the shared secret to authenticate the communication with
.Nm dhcp6sctl .
The default file name used when unspecified is
-.Pa /usr/local/v6/etc/dhcp6sctlkey .
+.Pa /usr/local/etc/dhcp6sctlkey .
The default name is intentionally same as that for
.Nm dhcp6sctl
so that the server and the control command can share the file when
@@ -104,12 +104,12 @@ as the port number listening on to communicate with
.El
.\"
.Sh FILES
-.Bl -tag -width /usr/local/v6/etc/dhcp6s.conf -compact
-.It Pa /usr/local/v6/etc/dhcp6s.conf
+.Bl -tag -width /usr/local/etc/dhcp6s.conf -compact
+.It Pa /usr/local/etc/dhcp6s.conf
is the default configuration file.
.It Pa /var/db/dhcp6s_duid
is the default file to store the server's DUID.
-.It Pa /usr/local/v6/etc/dhcp6sctlkey
+.It Pa /usr/local/etc/dhcp6sctlkey
is the default key file to communicate with the control command.
See
.Xr dhcp6sctl 8
diff --git a/dhcp6s.conf.5 b/dhcp6s.conf.5
index 5f296f0..4bf7274 100644
--- a/dhcp6s.conf.5
+++ b/dhcp6s.conf.5
@@ -36,7 +36,7 @@
.Nd DHCPv6 server configuration file
.\"
.Sh SYNOPSIS
-.Pa /usr/local/v6/etc/dhcp6s.conf
+.Pa /usr/local/etc/dhcp6s.conf
.\"
.Sh DESCRIPTION
The