This website requires JavaScript.
Explore
Help
Sign in
sanchayanmaity
/
minix
Watch
1
Star
0
Fork
You've already forked minix
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
1ba514e19c
minix
/
etc
/
profile
6 lines
76 B
Text
Raw
Normal View
History
Unescape
Escape
Don't source /etc/profile from /etc/rc, but source /etc/rc.timezone as a timezone instead, and set TZ=GMT0 as a default.
2005-08-09 18:58:28 +02:00
RC_TZ=/etc/rc.timezone
export TZ=GMT0
if [ -f "$RC_TZ" ]
then . "$RC_TZ"
fi
Reference in a new issue
Copy permalink