cd /sources/ &&
rm -rf rsync-3.0.2 &&
tar -xzf rsync-3.0.2.tar.gz &&
cd rsync-3.0.2 &&
./configure --prefix=/usr --sysconfdir=/etc &&
make &&
make install
The output should look something like this:
~~~
Please read our Terms of Use
The Mountain Climbing Journal filesystem has borrowed heavily from various pieces of Linux From Scratch.