Skip to content

Commit b213bf6

Browse files
committed
We're using Git, not CVS, now.
1 parent d50d7fd commit b213bf6

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ version.o: version.c
315315

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

README

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@ See www.tcpdump.org
77
Please send inquiries/comments/reports to:
88
tcpdump-workers@lists.tcpdump.org
99

10-
Anonymous CVS is available via:
11-
cvs -d :pserver:cvs.tcpdump.org:/tcpdump/master login
12-
(password "anoncvs")
13-
cvs -d :pserver:cvs.tcpdump.org:/tcpdump/master checkout tcpdump
10+
Anonymous Git is available via:
11+
git clone git://bpf.tcpdump.org/tcpdump
1412

1513
Version 4.x.y of TCPDUMP can be retrieved with the CVS tag "tcpdump_4_xrely":
1614
cvs -d :pserver:cvs.tcpdump.org:/tcpdump/master checkout -r tcpdump_4_xrely tcpdump

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.1-PRE-CVS
1+
4.1-PRE-GIT

0 commit comments

Comments
 (0)