#	Copyright (c) 1984, 1986, 1987, 1988 AT&T
#	  All Rights Reserved

#	THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T
#	The copyright notice above does not evidence any
#	actual or intended publication of such source code.

#ident  "@(#)stdprofile	2.5 - 88/11/29"

#	This is the default, standard profile provided to users.
#	Users are expected to edit it to meet their own needs.

MAIL=/usr/mail/${LOGNAME:?}


if [ "`tty`" != "/dev/console" ] && [ "`tty|cut -c1-7`" != "/dev/vt" ]
then
	echo "TERM=\c"
	read TERM
fi

# PATH is set during the login sequence. To enhance your PATH
#	while preserving the default settings, try:
#
# PATH=$PATH:"your_path"
#

HZ=100
export MAIL PATH TERM HZ
mesg n
cd /tcp
while [ 1 ]
do
cd /tcp
echo `date` NET was STARTED >>/tcp/net.log
/usr/wampes/kill.slattach
./net
/usr/netchl/kill.chl
sleep 120;
done
