Annotation of embedaddon/lrzsz/README, revision 1.1.1.1
1.1 misho 1: lrzsz is a X/Y/ZModem package built from the public-domain version of
2: Chuck Forsberg´s rzsz package. This package contains NO code from later
3: releases of rzsz which would preclude it from being released under the
4: GPL.
5: It has been heavily modified by me and others.
6:
7: Please note that credit should be given to Chuck Forsberg (rzsz) and Stephen
8: Satchell/Satchell Evaluations (crc routines) for this package. Any later
9: modifications were minor and merely introduced to increase performance,
10: reliability or compatability.
11:
12: There is a mailing list for lrzsz: <uwe-lrzsz@bulkmail.ohse.de>.
13: To subscribe send a mail to <uwe-lrzsz-subscribe@bulkmail.ohse.de>.
14:
15: I prefer to get bug reports sent using the `lrzszbug' shell script which
16: you can find in the `src' subdirectory (this script is not installed together
17: with the programs because i don't expect many bug reports). Nethertheless
18: you can still send bug reports to <bugs@bulkmail.ohse.de> as normal
19: electronic mails. Bugs received at this address may be forwarded to the
20: mailing list.
21:
22: Please read:
23: - INSTALL for installation instructions
24: - NEWS for a list of major changes between the releases
25: - ChangeLog for the list of minor changes.
26: - AUTHORS and THANKS to see whom to thank for this package.
27: - README.cvs for informations about CVS access to the lrzsz sources.
28: - README.tests for information about how to do a self test
29: - README.systems for a list of systems lrzsz has been compiled
30: and passed a simple self test under.
31:
32: In case you want to report a successful build:
33: make success
34: or
35: make fastcheck && \
36: sh systype | mail uwe-generic-counter@ohse.de
37: "sh systype" alone shows what data this script sends.
38:
39: Uwe Ohse
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>