Re: [gentoo-user] Custom rsync command for "emerge --sync"?

2007-03-24 Thread Nico Schümann
Sorry, but could you tell me where to find the corresponding code that is responsible for this behaviour, because I can just find the hard coded path in the variable mentioned earlier. :) OK, that doesn't work. But it's easier. Open /usr/bin/emerge with your favourite editor and search for /usr

Re: [gentoo-user] Custom rsync command for "emerge --sync"?

2007-03-24 Thread Jan-Hendrik Zab
On Sat, 24 Mar 2007 19:41:52 +0100 "Nico Schümann" <[EMAIL PROTECTED]> wrote: > Hello, > > I hope you know about the script. > Create some kind of directory, let's say > /opt/mybin > copy your rsync script to this directory and call it "rsync". Then do this: > PATH=/opt/mybin:$PATH emerge --sync

Re: [gentoo-user] Custom rsync command for "emerge --sync"?

2007-03-24 Thread Nico Schümann
How do I tell emerge to use a custom rsync command? Hello, I hope you know about the script. Create some kind of directory, let's say /opt/mybin copy your rsync script to this directory and call it "rsync". Then do this: PATH=/opt/mybin:$PATH emerge --sync Regards, Nico -- gentoo-user@gentoo.o

[gentoo-user] Custom rsync command for "emerge --sync"?

2007-03-22 Thread Alexander Skwar
Hello. On one of my systems, I'd like to use a "custom" rsync command when emerge --sync is to be used (I'd like rsync to use a SOCKS proxy and I'd like emerge to call "socksify rsync" instead of just "rsync". For this, I'd write a tiny wrapper script). How do I tell emerge to use a custom rsync