freebsd-dev/release/picobsd/dial/lang/login.pl
1999-08-28 01:35:59 +00:00

11 lines
114 B
Bash
Executable File

#!/bin/sh
# $FreeBSD$
if [ "$2" != "root" ]
then
exit
fi
cat /etc/motd
LANG=pl; export LANG
HOME=/root exec -sh