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/363387329154
branches:  trunk
changeset: 459486:363387329154
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 560cb46a9cc5 -r 363387329154 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