summaryrefslogtreecommitdiff
path: root/data/cvs
diff options
context:
space:
mode:
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