# executable search  path
PATH=$HOME/bin:/usr/ucb:/usr/local/bin:/bin:/usr/bin:/etc:/usr/lib/uucp:/usr/bin/X11:/usr/games:/usr/lib:/sbin:/usr/sbin:

# bbs stuff 
BBSDIR=/bbsdev
SYSOP=shaw

# generic stuff (for X and such)
TERMINFO=/usr/lib/terminfo
OPENWINHOME=/usr/openwin
LD_LIBRARY_PATH=/usr/openwin/lib


# setup manual paths
MANPATH=/usr/man:/usr/local/man:/usr/openwin/man:/usr/X386/man

# default prompt
prompt="`hostname`-bbs % "

# mail directory and check time
mail=/usr/spool/mail/$LOGNAME

# default permissions mask
umask=066

#timezone 
TZ=MST7MDT

# default editor
VISUAL=vi

# default time slice 
HZ=100

# now export it to the shell
export PATH BBSDIR SYSOP TERMINFO OPENWINHOME LD_LIBRARY_PATH MANPATH TZ HZ

# setup default terminal settings 
	stty erase "^H" kill "^U" intr "^C" eof "^D" 
	stty hupcl ixon ixoff

# now give me my 'quote of the login'
	echo Quote of the Login
	fortune

