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

11 lines
160 B
Perl
Raw Normal View History

1998-08-27 17:38:45 +00:00
#!/bin/sh
# $Id: login.pl,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $
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