Module Name:    src
Committed By:   roy
Date:           Fri Sep 13 12:13:18 UTC 2019

Added Files:
        src/external/bsd/dhcpcd: NetBSD-upgrade

Log Message:
Add a note about how to import now.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external/bsd/dhcpcd/NetBSD-upgrade

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

Added files:

Index: src/external/bsd/dhcpcd/NetBSD-upgrade
diff -u /dev/null src/external/bsd/dhcpcd/NetBSD-upgrade:1.1
--- /dev/null	Fri Sep 13 12:13:18 2019
+++ src/external/bsd/dhcpcd/NetBSD-upgrade	Fri Sep 13 12:13:18 2019
@@ -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.

Reply via email to