Project

General

Profile

Download (129 Bytes) Statistics
| Branch: | Tag: | Revision:
1
# Detect interactive logins and display the shell
2
if [ -n "${SSH_TTY}" -o "${TERM}" = "cons25" ]; then
3
	/etc/rc.initial
4
	exit
5
fi
(3-3/5)