summaryrefslogtreecommitdiff
path: root/devel/cvs
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-07-09 17:03:27 +0000
committergrant <grant@pkgsrc.org>2003-07-09 17:03:27 +0000
commit3ef68c51ebaa5263607440c73cfddf091e29baa3 (patch)
tree01248b3bf811244249b4c12658ecefc6656bf8cb /devel/cvs
parent2b21c288d152c4ed55b0e41f6732bd758cd18447 (diff)
downloadpkgsrc-3ef68c51ebaa5263607440c73cfddf091e29baa3.tar.gz
kill some leading whitespace
Diffstat (limited to 'devel/cvs')
-rw-r--r--devel/cvs/MESSAGE31
1 files changed, 16 insertions, 15 deletions
diff --git a/devel/cvs/MESSAGE b/devel/cvs/MESSAGE
index f2630b6de38..2197fe81184 100644
--- a/devel/cvs/MESSAGE
+++ b/devel/cvs/MESSAGE
@@ -1,26 +1,27 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.2 2002/09/12 19:37:07 wiz Exp $
+$NetBSD: MESSAGE,v 1.3 2003/07/09 17:03:27 grant Exp $
- Set up the master source repository. See the "Setting up the repository"
- section of cvs.info for details; the one-line summary is (if you are
- putting the repository in /src/master):
- $ cvs -d /src/master init
+Set up the master source repository. See the "Setting up the repository"
+section of cvs.info for details; the one-line summary is (if you are
+putting the repository in /src/master):
- Have all users of the CVS system set the CVSROOT environment
- variable appropriately to reflect the placement of your source
- repository. If the above example is used, the following commands
- can be placed in user's ~/.profile, ~/.bash_profile file; or in the
- system-wide /etc/profile:
+ $ cvs -d /src/master init
+
+Have all users of the CVS system set the CVSROOT environment
+variable appropriately to reflect the placement of your source
+repository. If the above example is used, the following commands
+can be placed in user's ~/.profile, ~/.bash_profile file; or in the
+system-wide /etc/profile:
CVSROOT=/src/master; export CVSROOT
- for sh/bash/ksh users, or place the following commands in the user's
- ~/.login, or system-wide in the /etc/csh.login file:
+for sh/bash/ksh users, or place the following commands in the user's
+~/.login, or system-wide in the /etc/csh.login file:
setenv CVSROOT /src/master
- for csh/tcsh users. If these environment variables are not already set
- in your current shell, set them now (or source the login script you
- just edited).
+for csh/tcsh users. If these environment variables are not already set
+in your current shell, set them now (or source the login script you
+just edited).
===========================================================================