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/611a98ef1817
branches: netbsd-8
changeset: 434007:611a98ef1817
user: snj <snj%NetBSD.org@localhost>
date: Thu Jun 15 05:33:49 2017 +0000
description:
Pull up following revision(s) (requested by roy in ticket #35):
external/bsd/dhcpcd/Makefile.inc: revision 1.2
Replace @DATADIR@ with /usr/share/examples as pointed by plunky@
diffstat:
external/bsd/dhcpcd/Makefile.inc | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (15 lines):
diff -r d4c1791497a4 -r 611a98ef1817 external/bsd/dhcpcd/Makefile.inc
--- a/external/bsd/dhcpcd/Makefile.inc Thu Jun 15 05:32:35 2017 +0000
+++ b/external/bsd/dhcpcd/Makefile.inc Thu Jun 15 05:33:49 2017 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile.inc,v 1.1 2017/03/31 21:02:08 roy Exp $
+# $NetBSD: Makefile.inc,v 1.1.8.1 2017/06/15 05:33:49 snj 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:@LIBDIR@:/lib:g' \
-e 's:@RUNDIR@:/var/run:g' \
Home |
Main Index |
Thread Index |
Old Index