summaryrefslogtreecommitdiff
path: root/development/vic/README
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackbuilds.org>2011-03-14 15:34:45 -0500
committerRobby Workman <rworkman@slackbuilds.org>2011-03-14 15:34:45 -0500
commit386d703d43b65fc57ed95adeff1bd2839dc67218 (patch)
tree1047353fa796b2041aefb02dc1a92b132471002f /development/vic/README
parent783575d9fb3dd6bbb080068e2f143bfa010a1186 (diff)
downloadslackbuilds-386d703d43b65fc57ed95adeff1bd2839dc67218.tar.gz
development/vic: Removed (unmaintained)
Reference: http://lists.slackbuilds.org/pipermail/slackbuilds-users/2010-October/006570.html Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/vic/README')
-rw-r--r--development/vic/README13
1 files changed, 0 insertions, 13 deletions
diff --git a/development/vic/README b/development/vic/README
deleted file mode 100644
index 294ba67830..0000000000
--- a/development/vic/README
+++ /dev/null
@@ -1,13 +0,0 @@
-vic is a simple wrapper around the editor of your choice to first check a
-file out of RCS, edit the file, and then check the file back into RCS.
-
-There are safeguards to protect the user if the file is edited outside of RCS,
-and it allows the user to get the RCS archive back up to date.
-
-You can edit multiple programs at a time with something like: vic *.wc
-
-The editor name is drawn from the environment variables $VISUAL, $EDITOR, or
-(if all else fails) "vi".
-
-Also included is a simple program, show.locks, which shows all of the files
-from the current directory which are currently locked.