Re: dhcpcd-7.0.0-beta1 released
Peter Colberg
Sun Apr 02 19:57:02 2017
Hi Roy,
On Sun, Apr 02, 2017 at 10:43:48AM +0100, Roy Marples wrote:
> On 01/04/2017 22:50, Peter Colberg wrote:
> > diff --git a/src/dhcpcd.8.in b/src/dhcpcd.8.in
> > index 5dff549b..669fcf9c 100644
> > --- a/src/dhcpcd.8.in
> > +++ b/src/dhcpcd.8.in
> > @@ -259,7 +259,7 @@ This requires persistent storage and not all DHCP servers work with it so it
> > is not enabled by default.
> > .Nm
> > generates the DUID and stores it in
> > -.Pa @SYSCONFDIR@/dhcpcd.duid .
> > +.Pa @DBDIR@/duid .
> > This file should not be copied to other hosts.
> > .It Fl d , Fl Fl debug
> > Echo debug messages to the stderr and syslog.
> > diff --git a/src/dhcpcd.conf.5.in b/src/dhcpcd.conf.5.in
> > index 97d2f811..28331ea2 100644
> > --- a/src/dhcpcd.conf.5.in
> > +++ b/src/dhcpcd.conf.5.in
> > @@ -191,7 +191,7 @@ is generated, otherwise DUID-LL is generated (link local address).
> > This, plus the IAID will be used as the
> > .Ic clientid .
> > The DUID-LLT generated will be held in
> > -.Pa @SYSCONFDIR@/dhcpcd.duid
> > +.Pa @DBDIR@/duid
> > and should not be copied to other hosts.
> > .It Ic iaid Ar iaid
> > Set the Interface Association Identifier to
> >
>
> https://dev.marples.name/rDHCf57c4975d00b4f156c3a106f6f0950b4a326759b
Your commit differs from my patch, the latter substitutes
@SYSCONFDIR@/dhcpcd.duid → @DBDIR@/duid
(not @DBDIR@/dhcpcd.duid)
Cheers,
Peter
Archive administrator: postmaster@marples.name