diff options
author | 2003-07-14 10:09:06 +0000 | |
---|---|---|
committer | 2003-07-14 10:09:06 +0000 | |
commit | c53189bffcae097b512f33ff022c8afe61d052d1 (patch) | |
tree | 8b507b25584301ad949efdacbae2aace8cdafa7e /admin | |
parent | make sure dirs land in the right place (diff) | |
download | gentoo-c53189bffcae097b512f33ff022c8afe61d052d1.tar.gz gentoo-c53189bffcae097b512f33ff022c8afe61d052d1.tar.bz2 gentoo-c53189bffcae097b512f33ff022c8afe61d052d1.zip |
only need to run the keychain stuff once
Diffstat (limited to 'admin')
-rw-r--r-- | admin/www.gentoo.org/scripts/cvs-page.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/www.gentoo.org/scripts/cvs-page.sh b/admin/www.gentoo.org/scripts/cvs-page.sh index 55d236b515..116e8d4baf 100644 --- a/admin/www.gentoo.org/scripts/cvs-page.sh +++ b/admin/www.gentoo.org/scripts/cvs-page.sh @@ -2,7 +2,7 @@ XSLTP=xsltproc OUTLOG=/tmp/clog source ~/.bashrc -source ~/.keychain/*-sh +source ~/.keychain/`hostname`-sh export CVS_RSH=ssh [ -z "${WEBROOT}" ] && echo "\$WEBROOT not set; exiting" && exit 1 |