From 40913fefe902437160fc79b45805902bb95463cb Mon Sep 17 00:00:00 2001 From: lace <> Date: Thu, 12 Apr 2007 19:45:00 +0000 Subject: [PATCH] Default $CVSROOT -> anonymous. --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 8de8148..68937a0 100644 --- a/.bashrc +++ b/.bashrc @@ -97,7 +97,7 @@ for family in $HOME;do _bash_profile_addpath MANPATH "$arch/man" done done -_bash_profile_addpath -f -s CVSROOT "short@vellum.cz:/home/short/pserver/cvs" # default +_bash_profile_addpath -f -s CVSROOT ":pserver:pserver:@cvs.jankratochvil.net/cvs" # default [ -n "$JAVA_HOME" ] && _bash_profile_addpath PATH "$JAVA_HOME/bin" _bash_profile_addpath -s CVSROOT "$HOME/pserver/cvs" _bash_profile_addpath -s CVSROOT "$HOME/cvs" -- 1.8.3.1