Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Stop installing 10-wpa_supplicant.
details: https://anonhg.NetBSD.org/src/rev/25c0197001e6
branches: trunk
changeset: 452880:25c0197001e6
user: roy <roy%NetBSD.org@localhost>
date: Fri Jul 26 10:34:26 2019 +0000
description:
Stop installing 10-wpa_supplicant.
Only install 50-ypbind when MKYP=yes.
Partially addresses PR install/54351.
diffstat:
distrib/sets/lists/misc/mi | 6 +++---
external/bsd/dhcpcd/examples/hooks/Makefile | 8 +++++---
2 files changed, 8 insertions(+), 6 deletions(-)
diffs (47 lines):
diff -r 41c9c5f71cf1 -r 25c0197001e6 distrib/sets/lists/misc/mi
--- a/distrib/sets/lists/misc/mi Fri Jul 26 10:18:42 2019 +0000
+++ b/distrib/sets/lists/misc/mi Fri Jul 26 10:34:26 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.212 2019/05/04 17:03:39 sevan Exp $
+# $NetBSD: mi,v 1.213 2019/07/26 10:34:26 roy Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@@ -1363,10 +1363,10 @@
./usr/share/examples/atf/tests-results.css misc-atf-examples share,atf,!kyua
./usr/share/examples/atf/tests-results.css misc-obsolete share,kyua,obsolete
./usr/share/examples/dhcp/dhcpd.conf misc-dhcpd-examples share
-./usr/share/examples/dhcpcd/hooks/10-wpa_supplicant misc-dhcpcd-examples share
+./usr/share/examples/dhcpcd/hooks/10-wpa_supplicant misc-dhcpcd-examples obsolete
./usr/share/examples/dhcpcd/hooks/15-timezone misc-dhcpcd-examples share
./usr/share/examples/dhcpcd/hooks/29-lookup-hostname misc-dhcpcd-examples share
-./usr/share/examples/dhcpcd/hooks/50-ypbind misc-dhcpcd-examples share
+./usr/share/examples/dhcpcd/hooks/50-ypbind misc-dhcpcd-examples share,yp
./usr/share/examples/disktab/disktab misc-sys-examples share
./usr/share/examples/emul/linux/etc/LINUX_MAKEDEV misc-sys-examples share
./usr/share/examples/emul/svr4/etc/SVR4_MAKEDEV misc-obsolete obsolete
diff -r 41c9c5f71cf1 -r 25c0197001e6 external/bsd/dhcpcd/examples/hooks/Makefile
--- a/external/bsd/dhcpcd/examples/hooks/Makefile Fri Jul 26 10:18:42 2019 +0000
+++ b/external/bsd/dhcpcd/examples/hooks/Makefile Fri Jul 26 10:34:26 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/04/02 20:18:37 roy Exp $
+# $NetBSD: Makefile,v 1.2 2019/07/26 10:34:26 roy Exp $
#
.include <bsd.own.mk>
@@ -7,11 +7,13 @@
.PATH: ${DIST}/hooks
.if ${MKSHARE} != "no"
-FILES= 10-wpa_supplicant 15-timezone 29-lookup-hostname
-FILES+= 50-ypbind
+FILES= 15-timezone 29-lookup-hostname
+.if ${MKYP} != "no"
FILESBUILD_50-ypbind= YES
+FILES+= 50-ypbind
CLEANFILES+= 50-ypbind
+.endif
FILESDIR= /usr/share/examples/dhcpcd/hooks
Home |
Main Index |
Thread Index |
Old Index