summaryrefslogtreecommitdiffstats
path: root/release/picobsd/dial/lang/login.pl
blob: 28df1b7f8157547dcba241f6b95cf77c75c1c123 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
# $FreeBSD$

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