Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src leot wants the ability to start wpa_supplicant from dhcpcd
details: https://anonhg.NetBSD.org/src/rev/ca51c41217ba
branches: trunk
changeset: 962639:ca51c41217ba
user: roy <roy%NetBSD.org@localhost>
date: Fri Jul 26 13:29:36 2019 +0000
description:
leot wants the ability to start wpa_supplicant from dhcpcd
without having to start wpa_supplicant seperately, thus the example
hook is restored.
diffstat:
distrib/sets/lists/misc/mi | 4 ++--
external/bsd/dhcpcd/examples/hooks/Makefile | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r f1a8c14f681b -r ca51c41217ba distrib/sets/lists/misc/mi
--- a/distrib/sets/lists/misc/mi Fri Jul 26 13:05:30 2019 +0000
+++ b/distrib/sets/lists/misc/mi Fri Jul 26 13:29:36 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.214 2019/07/26 10:42:41 wiz Exp $
+# $NetBSD: mi,v 1.215 2019/07/26 13:29:36 roy Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@@ -1363,7 +1363,7 @@
./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-obsolete obsolete
+./usr/share/examples/dhcpcd/hooks/10-wpa_supplicant misc-dhcpcd-examples share
./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,yp
diff -r f1a8c14f681b -r ca51c41217ba external/bsd/dhcpcd/examples/hooks/Makefile
--- a/external/bsd/dhcpcd/examples/hooks/Makefile Fri Jul 26 13:05:30 2019 +0000
+++ b/external/bsd/dhcpcd/examples/hooks/Makefile Fri Jul 26 13:29:36 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/07/26 10:34:26 roy Exp $
+# $NetBSD: Makefile,v 1.3 2019/07/26 13:29:36 roy Exp $
#
.include <bsd.own.mk>
@@ -7,7 +7,7 @@
.PATH: ${DIST}/hooks
.if ${MKSHARE} != "no"
-FILES= 15-timezone 29-lookup-hostname
+FILES= 10-wpa_supplicant 15-timezone 29-lookup-hostname
.if ${MKYP} != "no"
FILESBUILD_50-ypbind= YES
Home |
Main Index |
Thread Index |
Old Index