etc/services - sync with NetBSD-8
[minix3.git] / etc / profile
blob5801079e0e447d075eb5b3f28cc37bad262b67ac
1 #       $NetBSD: profile,v 1.1 1997/06/21 06:07:39 mikel Exp $
3 # System-wide .profile file for sh(1).
5 # MINIX specifics
6 # Set library path
7 export LD_LIBRARY_PATH="/lib:/usr/lib:/usr/X11R7/lib:/usr/pkg/lib:/usr/local/lib"
9 # Set the timezone
10 export TZ=GMT0
11 RC_TZ=/etc/rc.timezone
13 if [ -f ${RC_TZ} ]; then
14         . ${RC_TZ}
17 export TZ