]> The Tcpdump Group git mirrors - tcpdump/commitdiff
We're using Git, not CVS, now.
authorGuy Harris <[email protected]>
Mon, 8 Feb 2010 10:35:30 +0000 (02:35 -0800)
committerGuy Harris <[email protected]>
Mon, 8 Feb 2010 10:35:30 +0000 (02:35 -0800)
Makefile.in
README
VERSION

index 37592a46647a32379c1f67675d277f9137730ac0..55073fb2adeb3f14dc5f140139a4889acb61a25d 100644 (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; \
diff --git a/README b/README
index 41fabafb481189fba6651dda70cd6fdd3e31cd4a..ed657c1e3a01199008be5b2e5f0461422dcd7165 100644 (file)
--- a/README
+++ b/README
@@ -7,10 +7,8 @@ See            www.tcpdump.org
 Please send inquiries/comments/reports to:
        [email protected]
 
-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
diff --git a/VERSION b/VERSION
index 006a36d855e6dd89709eeac0b34359ce7b0d9aa8..b5367c28b53ad0a33bed961105fb42edfdfdd765 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-4.1-PRE-CVS
+4.1-PRE-GIT