A couple of people have suggested replacing /sbin/sulogin.
I recommend leaving the supplied programs as-is.  In a prior life
I made a point of cobbling up /sbin/suloginv,  where the trailing "v"
was because these were VM-hosted Linux systems.  It was basically

        #!/bin/sh
        PATH=/usr/sbin:/sbin:/usr/bin:/bin ; export PATH
        exec sh -i 0< /dev/console 1> /dev/console 2> /devconsole

Including an 'stty' would have been good.  I don't recall
if we had that at the time.  Worked well for closetted PC Linux too.

-- R;

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

Reply via email to