Module Name:    src
Committed By:   kre
Date:           Tue Apr 14 03:16:27 UTC 2020

Modified Files:
        src/distrib/sets/lists/base: mi
        src/external/bsd/dhcpcd/libexec/dhcpcd-hooks: Makefile

Log Message:
Since dhcpcd-hools/02-dump seems to have been removed from the
repository, don't attempt to install it, and don't expect it to
be installed.    If a better fix is to return 02-dump, then this
change can be reverted (by anyone, just go ahead and do it).

dhcpcd(8) should also have mention of 02-dump removed, if removing
it was intentional.


To generate a diff of this commit:
cvs rdiff -u -r1.1239 -r1.1240 src/distrib/sets/lists/base/mi
cvs rdiff -u -r1.5 -r1.6 \
    src/external/bsd/dhcpcd/libexec/dhcpcd-hooks/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sets/lists/base/mi
diff -u src/distrib/sets/lists/base/mi:1.1239 src/distrib/sets/lists/base/mi:1.1240
--- src/distrib/sets/lists/base/mi:1.1239	Sat Apr  4 19:50:53 2020
+++ src/distrib/sets/lists/base/mi	Tue Apr 14 03:16:26 2020
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1239 2020/04/04 19:50:53 christos Exp $
+# $NetBSD: mi,v 1.1240 2020/04/14 03:16:26 kre Exp $
 #
 # Note:	Don't delete entries from here - mark them as "obsolete" instead,
 #	unless otherwise stated below.
@@ -476,7 +476,7 @@
 ./libexec/devpubd-run-hooks			base-sysutil-root
 ./libexec/dhcpcd-hooks				base-dhcpcd-root
 ./libexec/dhcpcd-hooks/01-test			base-dhcpcd-root
-./libexec/dhcpcd-hooks/02-dump			base-dhcpcd-root
+./libexec/dhcpcd-hooks/02-dump			base-obsolete      obsolete
 ./libexec/dhcpcd-hooks/10-mtu			base-obsolete      obsolete
 ./libexec/dhcpcd-hooks/10-resolv.conf		base-obsolete      obsolete
 ./libexec/dhcpcd-hooks/14-lookup-hostname	base-obsolete      obsolete

Index: src/external/bsd/dhcpcd/libexec/dhcpcd-hooks/Makefile
diff -u src/external/bsd/dhcpcd/libexec/dhcpcd-hooks/Makefile:1.5 src/external/bsd/dhcpcd/libexec/dhcpcd-hooks/Makefile:1.6
--- src/external/bsd/dhcpcd/libexec/dhcpcd-hooks/Makefile:1.5	Fri Apr  3 15:02:11 2020
+++ src/external/bsd/dhcpcd/libexec/dhcpcd-hooks/Makefile	Tue Apr 14 03:16:27 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2020/04/03 15:02:11 roy Exp $
+# $NetBSD: Makefile,v 1.6 2020/04/14 03:16:27 kre Exp $
 #
 
 .include <bsd.own.mk>
@@ -7,7 +7,7 @@
 HOOKSRC=	${DIST}/hooks
 .PATH:		${HOOKSRC}
 
-FILES=		01-test 02-dump 20-resolv.conf 30-hostname
+FILES=		01-test 20-resolv.conf 30-hostname
 FILES+=		50-ntp.conf
 
 FILESDIR=	/libexec/dhcpcd-hooks

Reply via email to