We're using Git, not CVS, now.

This commit is contained in:
Guy Harris 2010-02-08 02:35:30 -08:00
parent d50d7fd82e
commit b213bf62d9
3 changed files with 4 additions and 6 deletions

View File

@ -315,7 +315,7 @@ version.o: version.c
version.c: $(srcdir)/VERSION
@rm -f $@
if grep CVS ${srcdir}/VERSION >/dev/null; then \
if grep GIT ${srcdir}/VERSION >/dev/null; then \
read ver <${srcdir}/VERSION; \
echo $$ver | tr -d '\012'; \
date +_%Y_%m_%d; \

6
README
View File

@ -7,10 +7,8 @@ See www.tcpdump.org
Please send inquiries/comments/reports to:
tcpdump-workers@lists.tcpdump.org
Anonymous CVS is available via:
cvs -d :pserver:cvs.tcpdump.org:/tcpdump/master login
(password "anoncvs")
cvs -d :pserver:cvs.tcpdump.org:/tcpdump/master checkout tcpdump
Anonymous Git is available via:
git clone git://bpf.tcpdump.org/tcpdump
Version 4.x.y of TCPDUMP can be retrieved with the CVS tag "tcpdump_4_xrely":
cvs -d :pserver:cvs.tcpdump.org:/tcpdump/master checkout -r tcpdump_4_xrely tcpdump

View File

@ -1 +1 @@
4.1-PRE-CVS
4.1-PRE-GIT