Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/dhcpcd Fix an inconsistency that showed /var/db...
details: https://anonhg.NetBSD.org/src/rev/dbb6c6bacf39
branches: trunk
changeset: 320415:dbb6c6bacf39
user: triaxx <triaxx%NetBSD.org@localhost>
date: Thu Jul 05 05:41:17 2018 +0000
description:
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 c6df0a602d66 -r dbb6c6bacf39 external/bsd/dhcpcd/Makefile.inc
--- a/external/bsd/dhcpcd/Makefile.inc Wed Jul 04 23:10:06 2018 +0000
+++ b/external/bsd/dhcpcd/Makefile.inc Thu Jul 05 05:41:17 2018 +0000
@@ -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' \
Home |
Main Index |
Thread Index |
Old Index