Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-8]: src/external/bsd/dhcpcd Pull up following revision(s) (reques...



details:   https://anonhg.NetBSD.org/src/rev/0d62a8e58a5c
branches:  netbsd-8
changeset: 851858:0d62a8e58a5c
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Jul 13 15:55:25 2018 +0000

description:
Pull up following revision(s) (requested by triaxx in ticket #913):

        external/bsd/dhcpcd/Makefile.inc: revision 1.3

Fix an inconsistency that showed /var/db/duid in the man page while the
binary opened /var/db/dhcpcd/duid.

diffstat:

 external/bsd/dhcpcd/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r dfbfbc5f6baa -r 0d62a8e58a5c external/bsd/dhcpcd/Makefile.inc
--- a/external/bsd/dhcpcd/Makefile.inc  Fri Jul 13 15:51:28 2018 +0000
+++ b/external/bsd/dhcpcd/Makefile.inc  Fri Jul 13 15:55:25 2018 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.inc,v 1.1.8.1 2017/06/15 05:33:49 snj Exp $
+# $NetBSD: Makefile.inc,v 1.1.8.2 2018/07/13 15:55:25 martin Exp $
 
 SRCDIR=                ${NETBSDSRCDIR}/external/bsd/dhcpcd
 DIST=          ${SRCDIR}/dist
 
 SED_SYS=       -e 's:@SYSCONFDIR@:/etc:g' \
                -e 's:@DATADIR@:/usr/share/examples:g' \
-               -e 's:@DBDIR@:/var/db:g' \
+               -e 's:@DBDIR@:/var/db/dhcpcd:g' \
                -e 's:@LIBDIR@:/lib:g' \
                -e 's:@RUNDIR@:/var/run:g' \
                -e 's:@HOOKDIR@:/libexec/dhcpcd-hooks:g' \



Home | Main Index | Thread Index | Old Index