[
{ type: install
  message: <<EOM
To setup SQL tables for the ATSlog, please run:

/usr/local/share/atslog/sql/install-sql.pl /usr/local/etc/atslog.conf

Please edit  /usr/local/etc/atslog.conf  to suit your needs.

Don't forget to add  atslogd_enable="YES"  into your /etc/rc.conf.

To make ATSlog www interface available through your web site, I suggest
that you add something like the following to httpd.conf:

    Alias /atslog/ "/usr/local/www/atslog/"
    <Directory "/usr/local/www/atslog/">
	Options none
	AllowOverride Limit
	Order Deny,Allow
	Deny from all
	Allow from 127.0.0.1 .example.com
    </Directory>

and then edit  /usr/local/www/atslog/include/config.inc.php
EOM
}
]
