summaryrefslogtreecommitdiff
path: root/data/rsync
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/rsync
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/rsync')
-rw-r--r--data/rsync/make.sh2
-rwxr-xr-xdata/rsync/rsync.sh1
2 files changed, 3 insertions, 0 deletions
diff --git a/data/rsync/make.sh b/data/rsync/make.sh
index 290d2eeef..9b2e673be 100644
--- a/data/rsync/make.sh
+++ b/data/rsync/make.sh
@@ -3,3 +3,5 @@ cd rsync-2.6.9
pkg:configure
make
pkg:install
+pkg: mkdir -p /etc/profile.d
+pkg: cp -a %/rsync.sh /etc/profile.d
diff --git a/data/rsync/rsync.sh b/data/rsync/rsync.sh
new file mode 100755
index 000000000..c6ee3c023
--- /dev/null
+++ b/data/rsync/rsync.sh
@@ -0,0 +1 @@
+export RSYNC_RSH=ssh