source:
trunk/minix/etc/profile@
9
Last change on this file since 9 was 9, checked in by , 14 years ago | |
---|---|
File size: 143 bytes |
Rev | Line | |
---|---|---|
[9] | 1 | RC_TZ=/etc/rc.timezone |
2 | export TZ=GMT0 | |
3 | if [ -f "$RC_TZ" ] | |
4 | then . "$RC_TZ" | |
5 | fi | |
6 | export MANPATH=/usr/man:/usr/local/man:/usr/gnu/man:/usr/X11R6/man |
Note:
See TracBrowser
for help on using the repository browser.