Module Name: src
Committed By: triaxx
Date: Thu Jul 5 05:41:17 UTC 2018
Modified Files:
src/external/bsd/dhcpcd: Makefile.inc
Log Message:
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.2 -r1.3 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.2 src/external/bsd/dhcpcd/Makefile.inc:1.3
--- src/external/bsd/dhcpcd/Makefile.inc:1.2 Mon Jun 12 14:50:38 2017
+++ src/external/bsd/dhcpcd/Makefile.inc Thu Jul 5 05:41:17 2018
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.inc,v 1.2 2017/06/12 14:50:38 roy Exp $
+# $NetBSD: Makefile.inc,v 1.3 2018/07/05 05:41:17 triaxx 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' \