summaryrefslogtreecommitdiffstats
path: root/bin/cvs_helper
diff options
context:
space:
mode:
authorTar Committer <tar@ocjtech.us>2000-02-03 17:55:28 +0000
committerTar Committer <tar@ocjtech.us>2000-02-03 17:55:28 +0000
commitb24aa5051db5d4bf9757efe7df06cb1892898382 (patch)
tree9cdcee7bb6f7780d08f94997af4f8232b5bd0417 /bin/cvs_helper
parent42de2e53682c49b050f19fdbaaf68451ba487303 (diff)
downloadrancid-b24aa5051db5d4bf9757efe7df06cb1892898382.tar.gz
rancid-b24aa5051db5d4bf9757efe7df06cb1892898382.tar.xz
rancid-b24aa5051db5d4bf9757efe7df06cb1892898382.zip
Imported from rancid-1.4.tar.gz.rancid-1.4
Diffstat (limited to 'bin/cvs_helper')
-rw-r--r--bin/cvs_helper28
1 files changed, 0 insertions, 28 deletions
diff --git a/bin/cvs_helper b/bin/cvs_helper
deleted file mode 100644
index fe46435..0000000
--- a/bin/cvs_helper
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/bin/sh
-##
-##
-## Copyright (C) 1996 by Henry Kilmer.
-## All rights reserved.
-##
-## This software may be freely copied, modified and redistributed without
-## fee for non-commerical purposes provided that this copyright notice is
-## preserved intact on all copies and modified copies.
-##
-## There is no warranty or other guarantee of fitness of this software.
-## It is provided solely "as is". The author(s) disclaim(s) all
-## responsibility and liability with respect to this software's usage
-## or its effect upon hardware, computer systems, other software, or
-## anything else.
-##
-##
-#
-# cvs_helper
-#
-
-# Remove old config
-rm <file>
-cvs remove <file>
-
-# Look at an old revision...put file in <dir>
-cvs export -d <dir> -rX.YZ
-