6 lines
143 B
Bash
Executable file
6 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
|