Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/dhcpcd Add a note about how to import now.
details: https://anonhg.NetBSD.org/src/rev/286c35e99926
branches: trunk
changeset: 454302:286c35e99926
user: roy <roy%NetBSD.org@localhost>
date: Fri Sep 13 12:13:18 2019 +0000
description:
Add a note about how to import now.
diffstat:
external/bsd/dhcpcd/NetBSD-upgrade | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diffs (22 lines):
diff -r 9383a4605b2f -r 286c35e99926 external/bsd/dhcpcd/NetBSD-upgrade
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/external/bsd/dhcpcd/NetBSD-upgrade Fri Sep 13 12:13:18 2019 +0000
@@ -0,0 +1,18 @@
+$NetBSD: NetBSD-upgrade,v 1.1 2019/09/13 12:13:18 roy Exp $
+
+dhcpcd releases can be found at https://roy.marples.name/downloads/dhcpcd/
+
+For the import there is a handy autoamated approach
+ tar -xf dhcpcd-X.Y.Z.tar.xz
+ cd dhcpcd-X.Y.Z
+ ./configure
+ make import-src
+ cd /tmp/dhcpcd-X.Y.Z
+ cvs import src/external/bsd/wpa/dist ROY dhcpcd-X-Y-Z
+
+To make local changes to wpa, simply patch and commit
+to the main branch (aka HEAD). Never make local changes on the
+vendor (ROY) branch.
+
+All local changes should be submitted to Roy Marples for inclusion in
+the next vendor release.
Home |
Main Index |
Thread Index |
Old Index