Imported Upstream version 20070115
[aiccu.git] / openbsd / pkg / MESSAGE
blob1be79db4ddae50df13d73b149dd49a27744df3d0
1 Copy ${PREFIX}/share/examples/sixxs-aiccu/aiccu.conf to
2 ${SYSCONFDIR} and insert your account data.
4 You can start the daemon with:
5 /usr/local/sbin/sixxs-aiccu start ${SYSCONFDIR}/aiccu.conf
7 Add the following to the /etc/rc.local script to start the daemon on boot:
9 if [ -x ${PREFIX}/sbin/sixxs-aiccu -a -f ${SYSCONFDIR}/aiccu.conf ]; then
10         echo -n ' sixxs-aiccu'
11         ${PREFIX}/sbin/sixxs-aiccu start ${SYSCONFDIR}/aiccu.conf