Module Name: src
Committed By: martin
Date: Fri Jul 13 15:55:25 UTC 2018
Modified Files:
src/external/bsd/dhcpcd [netbsd-8]: Makefile.inc
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.1.8.1 -r1.1.8.2 src/external/bsd/dhcpcd/Makefile.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/dhcpcd/Makefile.inc
diff -u src/external/bsd/dhcpcd/Makefile.inc:1.1.8.1 src/external/bsd/dhcpcd/Makefile.inc:1.1.8.2
--- src/external/bsd/dhcpcd/Makefile.inc:1.1.8.1 Thu Jun 15 05:33:49 2017
+++ src/external/bsd/dhcpcd/Makefile.inc Fri Jul 13 15:55:25 2018
@@ -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' \