diff options
author | Jay Freeman <saurik@saurik.com> | 2008-02-14 12:35:55 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-02-14 12:35:55 +0000 |
commit | 26020feaa3a141909349610bfd69611a13b3a41e (patch) | |
tree | e18bc74f954a8ff268747ea9544d3730618eac29 /data/rsync | |
parent | 7ddabf0c54138f19869c915083d082f92009a3eb (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.sh | 2 | ||||
-rwxr-xr-x | data/rsync/rsync.sh | 1 |
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 |