summaryrefslogtreecommitdiffstats
path: root/bin/rancid-cvs.in
diff options
context:
space:
mode:
authorunknown <unknown@unknown>2008-12-17 03:43:51 +0000
committerunknown <unknown@unknown>2008-12-17 03:43:51 +0000
commit09f0f026fd4931b90016d0090778983da01c294a (patch)
treed47c450de794595ce6395bde6ff084d75dac48a4 /bin/rancid-cvs.in
parentb73f299e731fbddae095c0b5eff04717b6dce1af (diff)
downloadrancid-09f0f026fd4931b90016d0090778983da01c294a.tar.gz
rancid-09f0f026fd4931b90016d0090778983da01c294a.tar.xz
rancid-09f0f026fd4931b90016d0090778983da01c294a.zip
Imported from rancid-2.3.2a9.tar.gz.rancid-2.3.2a9
Diffstat (limited to 'bin/rancid-cvs.in')
-rw-r--r--bin/rancid-cvs.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/rancid-cvs.in b/bin/rancid-cvs.in
index 86ca065..17960e0 100644
--- a/bin/rancid-cvs.in
+++ b/bin/rancid-cvs.in
@@ -3,7 +3,7 @@
## $Id$
##
## @PACKAGE@ @VERSION@
-## Copyright (c) 1997-2007 by Terrapin Communications, Inc.
+## Copyright (c) 1997-2008 by Terrapin Communications, Inc.
## All rights reserved.
##
## This code is derived from software contributed to and maintained by
@@ -128,9 +128,9 @@ do
cd $BASEDIR
cvs checkout $GROUP
else
- svn import -m "$GROUP" . file://$CVSROOT/$GROUP
+ svn import -m "$GROUP" . file:///$CVSROOT/$GROUP
cd $BASEDIR
- svn checkout file://$CVSROOT/$GROUP $GROUP
+ svn checkout file:///$CVSROOT/$GROUP $GROUP
fi
fi
cd $DIR