blob: 6eaeb7a2b01d3056e2d5d4aa630c52aafd934af4 [file] [log] [blame]
#!/bin/sh
if [ -c /dev/$2 ]
then
/sbin/getty -L $1 $2
fi