head	4.2;
access
	hal
	ljg
	fred
	udo
	nigel;
symbols
	r12:4.2;
locks; strict;
comment	@# @;


4.2
date	94.05.05.02.07.59;	author rcsadmin;	state Exp;
branches;
next	;


desc
@@


4.2
log
@This is the baseline version
@
text
@# /etc/profile Mon Feb 21 10:49:51 1994 CST
# Executed at login for all users.
umask 022
export VIEWER="/usr/bin/more -ls"
export PAGER="exec $VIEWER"
export PATH=:/bin:/usr/bin
export TERM=`ttytype`
export LOGNAME=$USER
export HZ=100
. /etc/timezone

# ksh is the only shell that pays attention to ENV
export ENV=/etc/.kshrc

# Display site news, e.g.
# The check on $HOME is to prevent motd from showing on going single user.
if [ -s /etc/motd -a "$HOME" != /etc ]; then
	$VIEWER /etc/motd
fi
@
