NAME

syncpkgcd - a client daemon that fetches requests from a syncpkg daemon

SYNOPSIS

syncpkgcd [options]

OPTIONS

-d, —daemon

Run as daemon in the background.

-l, —logfile

Set the logfile (default: syncpkgcd.log).

-p, —pidfile

Set the pidfile (default: syncpkgcd.pid).

-u —uid

Set the daemon's user id.

DESCRIPTION

To set up syncpkgcd, you need the followings.

# su - syncpkgd
$ ssh-keygen -t dsa
Note
The ~/.ssh/id_dsa.pub file should be appended to ~/.ssh/authorized_keys on the server with a command="syncpkg-shell <nick>" prefix.
repos=('stable' 'current')
stable_servers=("syncpkgd@darcs.frugalware.org:/home/ftp/pub/frugalware/frugalware-stable")
current_servers=("syncpkgd@git.frugalware.org:/home/ftp/pub/frugalware/frugalware-current")
fst_root=~/repos
$ mkdir -p ~/repos
# service syncpkgcd add
# service syncpkgcd start
Note
You may want to check /var/log/syncpkgcd.log to see if everything works as expected.