Cover V11, I11
nov2002.tar

Listing 1 RSYNC server in 10 minutes

user$ cd /tmp
user$ ftp ftp.openpkg.org
Connected to ftp.openpkg.org.
220 ftp.openpkg.org OpenPKG Anonymous FTP Server ready.
Name (ftp.openpkg.org): anonymous
331 Anonymous login ok, send your email address as your password.
Password: you@example.com
230- [...] Welcome to OpenPKG.org! [...]
230 Anonymous access granted, restrictions apply.
ftp> bin
200 Type set to I.
ftp> cd release/1.1/SRC
ftp> get openpkg-1.1.0-1.1.0.src.sh
ftp> bye
221 Goodbye.
user$ sh openpkg-1.1.0-1.1.0.src.sh \
      --prefix=/usr/opkg --user=opkg --group=opkg
user$ su -
root# sh openpkg-1.1.0-1.1.0.*-uo.sh
root# su - opkg
opkg$ /usr/opkg/bin/rpm --rebuild \
      ftp://ftp.openpkg.org/release/1.1/SRC/rsync-2.5.5-1.1.0.src.rpm
opkg$ exit
root# /usr/opkg/bin/rpm -Uvh /usr/opkg/RPM/PKG/rsync-*.rpm
root# su - opkg
root# /usr/opkg/etc/rc rsync start
root# exit
user$ /usr/opkg/bin/rsync rsync://localhost/
pub             Public area of /usr/opkg OpenPKG instance
user$ su -
root# /usr/opkg/etc/rc rsync stop
root# /usr/opkg/bin/rpm -e rsync openpkg
root# exit
user$ rm -f openpkg-1.1.0-1.1.0.*