===========================================================================
$NetBSD$

To initialize the RTFM database, run

	${PREFIX}/sbin/rt-setup-database --action schema \
	    --datadir ${PREFIX}/share/RTFM \
	    --dba dbaadmin --prompt-for-dba-password
	${PREFIX}/sbin/rt-setup-database --action acl \
	    --datadir ${PREFIX}/share/RTFM \
	    --dba dbaadmin --prompt-for-dba-password

as a user in the ${RT_GROUP} group or as superuser.  In the previous
command-line, 'dbadmin' stands for the database administrator's username,
e.g. 'root' for MySQL.
===========================================================================
