NetBSD/external/bsd/dhcpcd/NetBSD-upgrade

19 lines
584 B
Plaintext
Raw Normal View History

2019-09-13 16:39:13 +03:00
$NetBSD: NetBSD-upgrade,v 1.2 2019/09/13 13:39:13 roy Exp $
2019-09-13 15:13:18 +03:00
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
2019-09-13 16:39:13 +03:00
cvs import src/external/bsd/dhcpcd/dist ROY dhcpcd-X_Y_Z
2019-09-13 15:13:18 +03:00
2019-09-13 16:39:13 +03:00
To make local changes to dhcpcd, simply patch and commit
2019-09-13 15:13:18 +03:00
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.