#!/bin/sh
# $Header: /afs/athena.mit.edu/astaff/project/layerdev/src/conf/RCS/login.del,v 1.2 93/08/31 15:53:04 mar Exp $

if [ -f /bin/csh.ultrix ]; then
	rm -f /bin/csh
	mv /bin/csh.ultrix /bin/csh
fi

ed /etc/ttys << EOF
/#console/s/#//
/athena/s/^/#/
/#:0/s/#//
w
q

# kill -HUP 1

EOF

