[ds6-devel] nc6 README,1.4,1.5

chris at deepspace6.net chris at deepspace6.net
Sat Jan 4 15:36:42 CET 2003


Update of /cvs/nc6

Modified Files:
	README 
Log Message:
Added anonymous CVS details


Index: README
===================================================================
RCS file: /cvs/nc6/README,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- README	3 Jan 2003 00:14:39 -0000	1.4
+++ README	4 Jan 2003 14:36:40 -0000	1.5
@@ -19,7 +19,9 @@
    data copying or analysis.
 3. The source is well structured, documented and very easy to follow.
    One of the main objectives of netcat6 is to produce an excellent example of
-   AF independant networking and efficient data transfer.
+   AF independant networking and efficient data transfer.  The code has
+   minimal dependancy on the address family or protocol type and can be
+   trivially extended to talk many layer 3 protocols.
 4. Greatly improved configuration and platform indipendence.
 5. Can support servers or clients that use TCP half-close.
 
@@ -103,6 +105,20 @@
 CVS TREE
 --------
 
+If you want to get the very latest version of netcat6 direct from the source
+code repository then you can use anonymous cvs.  You will need a recent
+version of cvs and use the following commands:
+
+$ cvs -d :pserver:anonymous at cvs.deepspace6.net:/ds6/cvs login
+
+(just press enter at the password prompt)
+
+$ cvs -d :pserver:anonymous at cvs.deepspace6.net:/ds6/cvs co nc6
+
+
+AVAILABILITY
+------------
+
 TODO
 
 
@@ -113,9 +129,3 @@
 found in the file COPYING in this distribution, or at:
 
   http://www.fsf.org/licenses/gpl.html
-
-
-AVAILABILITY
-------------
-
-TODO



More information about the ds6-devel mailing list