summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorfenner <fenner@FreeBSD.org>1996-10-01 06:17:16 +0000
committerfenner <fenner@FreeBSD.org>1996-10-01 06:17:16 +0000
commit41171773720d12fb2e74725f1b30519fd0e9ba16 (patch)
tree2dd1179b0c24b2c7a6147d89576faee4171c7bb3 /contrib
parentbcc49c2519ca658a1aa2fe76d02b2e7db8357042 (diff)
downloadFreeBSD-src-41171773720d12fb2e74725f1b30519fd0e9ba16.zip
FreeBSD-src-41171773720d12fb2e74725f1b30519fd0e9ba16.tar.gz
Instructions on upgrading traceroute
Diffstat (limited to 'contrib')
-rw-r--r--contrib/traceroute/FREEBSD-upgrade31
1 files changed, 31 insertions, 0 deletions
diff --git a/contrib/traceroute/FREEBSD-upgrade b/contrib/traceroute/FREEBSD-upgrade
new file mode 100644
index 0000000..4433ec7
--- /dev/null
+++ b/contrib/traceroute/FREEBSD-upgrade
@@ -0,0 +1,31 @@
+This directory contains virgin copies of the original distribution files
+on a "vendor" branch. Do not, under any circumstances, attempt to upgrade
+the files in this directory via patches and a cvs commit.
+
+To upgrade to a newer version of traceroute, when it is available:
+
+ 1. Unpack the new version into an empty directory.
+ [Do not make ANY changes to the files.]
+
+ 2. Use the command:
+ cvs import -m 'Virgin import of LBL traceroute v<version>' \
+ src/contrib/traceroute LBL v<version>
+
+ For example, to do the import of version 1.3.2, I might have typed:
+ cvs import -m 'Virgin import of LBL traceroute v1.3.2' \
+ src/contrib/traceroute LBL v1_3_2
+
+ 3. Follow the instructions printed out in step 2 to resolve any
+ conflicts between local FreeBSD changes and the newer version.
+
+Do not, under any circumstances, deviate from this procedure.
+
+To make local changes to tcpdump, simply patch and commit to the main
+branch (aka HEAD). Never make local changes on the LBL branch.
+
+All local changes should be submitted to "traceroute@ee.lbl.gov" for
+inclusion in the next vendor release of traceroute.
+
+(The "SANE_PRECISION" patch has been submitted and rejected.)
+
+fenner@freebsd.org - 30 Sep 1996
OpenPOWER on IntegriCloud