minix/etc/profile
2006-04-03 14:26:53 +00:00

7 lines
143 B
Bash
Executable file

RC_TZ=/etc/rc.timezone
export TZ=GMT0
if [ -f "$RC_TZ" ]
then . "$RC_TZ"
fi
export MANPATH=/usr/man:/usr/local/man:/usr/gnu/man:/usr/X11R6/man