How to Install arlogd : ----------------------- -- Install arlogd on a server : make -f install-server.mk -- Install arlogd on a client : make -f install-server.mk This will : ... create (with touch(1)) an empty /etc/arlogd.conf ; ... copy the daemon (arlogd.server or arlogd.client) to /usr/sbin ; ... copy init.d/arlogd-server (or init.d/arlogd-client) to /etc/init.d ; ... add arlogd as a service with -- chkconfig --add arlogd ; chkconfig arlogd on ; -- Note : the service is not started. Test the install : -- on a server : /usr/sbin/arlogd.server -t -v -- on a client : /usr/sbin/arlogd.client -t -v