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/d402afe7fcbc
branches: netbsd-8
changeset: 320606:d402afe7fcbc
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 3b97d07e35d6 -r d402afe7fcbc 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