summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2005-12-01 22:17:35 +0000
committerOlle Johansson <oej@edvina.net>2005-12-01 22:17:35 +0000
commit4cb24d294259c40a71889621c28f64cd27e5c917 (patch)
tree14248044a07a7a8e304d4d764797c635b62cf6ee /README
parentd50c812e1c38dca31fc001d5006b390c3fe85ea5 (diff)
Changing "cvs" to "subversion" in documentation, also removing references to old versions of Asterisk
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7262 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 67c66cdf2..1580289ab 100644
--- a/README
+++ b/README
@@ -88,8 +88,8 @@ On many distributions, these files are installed by packages with names like
2) Run "make install"
- Each time you update or checkout from CVS, you are strongly encouraged
-to ensure all previous object files are removed to avoid internal
+ Each time you update or checkout from the repository, you are strongly
+encouraged to ensure all previous object files are removed to avoid internal
inconsistency in Asterisk. Normally, this is automatically done with
the presence of the file .cleancount, which increments each time a 'make clean'
is required, and the file .lastclean, which contains the last .cleancount used.