Notes on starting the bb server for the first time on a host:

	Edit server/config.h
		make sure MESSAGEBASE is defined as where you wish the bb
			datafiles to be located
		make sure OWNER_UID is defined as 0
	        make sure DAEMON_UID is defined as 1
	mkdir MESSAGEBASE{,/active,/dbm,/expired}
	Add following lines to /etc/syslog.conf:
		# bb log
		local2.debug			MESSAGEBASE/log
	Create the file MESSAGEBASE/log
		touch MESSAGEBASE/log
	kill -HUP `cat /etc/syslog.pid` to have syslogd reread its
		configuration file
	Run bin/server
	Take a look at MESSAGEBASE/log to verify the server started okay
	Run bin/bb
	Create new account called 'bb' (this account will be privileged)
        Create new account called 'daemon' with password 'blegga' (you could edit the source to set what you want the password to be).
	Create newuser room(?)
	Add /usr/local/lib/bbd (or whatever BBSERVER is defined as in
		your .config file) to your system's site-specific startup file
		(usually /etc/rc.local)
