summaryrefslogtreecommitdiff
path: root/data/cvs
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-02-14 12:35:55 +0000
committerJay Freeman <saurik@saurik.com>2008-02-14 12:35:55 +0000
commit26020feaa3a141909349610bfd69611a13b3a41e (patch)
treee18bc74f954a8ff268747ea9544d3730618eac29 /data/cvs
parent7ddabf0c54138f19869c915083d082f92009a3eb (diff)
Made the move to profile.d.
git-svn-id: http://svn.telesphoreo.org/trunk@85 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/cvs')
-rwxr-xr-xdata/cvs/cvs.sh1
-rw-r--r--data/cvs/make.sh2
2 files changed, 3 insertions, 0 deletions
diff --git a/data/cvs/cvs.sh b/data/cvs/cvs.sh
new file mode 100755
index 000000000..f9c172ccf
--- /dev/null
+++ b/data/cvs/cvs.sh
@@ -0,0 +1 @@
+export CVS_RSH=ssh
diff --git a/data/cvs/make.sh b/data/cvs/make.sh
index 0874bed08..91571090e 100644
--- a/data/cvs/make.sh
+++ b/data/cvs/make.sh
@@ -3,3 +3,5 @@ cd *
pkg:configure --without-gssapi
make
pkg:install
+pkg: mkdir -p /etc/profile.d
+pkg: cp -a %/cvs.sh /etc/profile.d