freebsd-dev/release/picobsd/dial/lang/login.pl

11 lines
114 B
Perl
Raw Normal View History

1998-08-27 17:38:45 +00:00
#!/bin/sh
1999-08-28 01:35:59 +00:00
# $FreeBSD$
1998-08-27 17:38:45 +00:00
if [ "$2" != "root" ]
then
exit
fi
cat /etc/motd
LANG=pl; export LANG
HOME=/root exec -sh