fbmuck-6.05/auto/
fbmuck-6.05/contrib/jresolver/
fbmuck-6.05/contrib/jresolver/org/
fbmuck-6.05/contrib/jresolver/org/fuzzball/
fbmuck-6.05/docs/devel/
fbmuck-6.05/game/
fbmuck-6.05/game/logs/
fbmuck-6.05/game/muf/
fbmuck-6.05/scripts/
fbmuck-6.05/src_docs/
/* $Id: driver.txt,v 1.1 2000/02/18 07:31:18 winged Exp $ */

This is where all the miscellaneous driver documentation goes.

Exit statuses of netmuck, and where they're called from:

0: Server shut down normally.  interface.c:main()
1: Bad command-line parameters, caused show_program_usage() to be called.
	interface.c:show_program_usage()
2: Server couldn't load database for some reason.  interface.c:main()
3: Incoming database is same name as outgoing database.  interface.c:main()
	(Only if DISKBASE defined)
4: Couldn't chdir to gamedir.  interface.c:main()
	(Only if -gamedir option passed to server)