Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Since dhcpcd-hools/02-dump seems to have been removed from the
details: https://anonhg.NetBSD.org/src/rev/184ba38d2ef3
branches: trunk
changeset: 971111:184ba38d2ef3
user: kre <kre%NetBSD.org@localhost>
date: Tue Apr 14 03:16:26 2020 +0000
description:
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.
diffstat:
distrib/sets/lists/base/mi | 4 ++--
external/bsd/dhcpcd/libexec/dhcpcd-hooks/Makefile | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r ff745ac5c061 -r 184ba38d2ef3 distrib/sets/lists/base/mi
--- a/distrib/sets/lists/base/mi Tue Apr 14 00:08:07 2020 +0000
+++ b/distrib/sets/lists/base/mi Tue Apr 14 03:16:26 2020 +0000
@@ -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
diff -r ff745ac5c061 -r 184ba38d2ef3 external/bsd/dhcpcd/libexec/dhcpcd-hooks/Makefile
--- a/external/bsd/dhcpcd/libexec/dhcpcd-hooks/Makefile Tue Apr 14 00:08:07 2020 +0000
+++ b/external/bsd/dhcpcd/libexec/dhcpcd-hooks/Makefile Tue Apr 14 03:16:26 2020 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index