2014-11-10 16:09:08 +01:00
|
|
|
# $NetBSD: profile,v 1.1 1997/06/21 06:07:39 mikel Exp $
|
|
|
|
#
|
|
|
|
# System-wide .profile file for sh(1).
|
2013-10-30 18:12:35 +01:00
|
|
|
|
2014-11-10 16:09:08 +01:00
|
|
|
# MINIX specifics
|
2014-09-04 15:37:27 +02:00
|
|
|
# Set library path
|
2014-11-10 16:09:08 +01:00
|
|
|
export LD_LIBRARY_PATH="/lib:/usr/lib:/usr/X11R7/lib:/usr/pkg/lib:/usr/local/lib"
|
2014-09-04 15:37:27 +02:00
|
|
|
|
2013-10-30 18:12:35 +01:00
|
|
|
# Set the timezone
|
2005-08-09 18:58:28 +02:00
|
|
|
export TZ=GMT0
|
2013-10-30 18:12:35 +01:00
|
|
|
RC_TZ=/etc/rc.timezone
|
|
|
|
|
|
|
|
if [ -f ${RC_TZ} ]; then
|
|
|
|
. ${RC_TZ}
|
2005-08-09 18:58:28 +02:00
|
|
|
fi
|
2013-10-30 18:12:35 +01:00
|
|
|
|
2014-11-10 16:09:08 +01:00
|
|
|
export TZ
|