repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
etc/services - sync with NetBSD-8
[minix3.git]
/
etc
/
profile
blob
5801079e0e447d075eb5b3f28cc37bad262b67ac
1
# $NetBSD: profile,v 1.1 1997/06/21 06:07:39 mikel Exp $
2
#
3
# System-wide .profile file for sh(1).
4
5
# MINIX specifics
6
# Set library path
7
export LD_LIBRARY_PATH="/lib:/usr/lib:/usr/X11R7/lib:/usr/pkg/lib:/usr/local/lib"
8
9
# Set the timezone
10
export TZ=GMT0
11
RC_TZ=/etc/rc.timezone
12
13
if [ -f ${RC_TZ} ]; then
14
. ${RC_TZ}
15
fi
16
17
export TZ