Original Question:
>Ever since Solaris 2.6 came out, the default console
>login is not a command line login. You have to use
>the mouse to enable a command line login. Is there
>a real easy way to disable this and go back to the
>old command line login by default?
As many pointed out, the solution is simple:
To disable dtlogin without reboting:
/usr/dt/bin/dtconfig -kill (kills dtlogin till next reboot)
Two solutions to disable dtlogin on the next reboot:
1) /usr/dt/bin/dtconfig -d (disables start after reboot as well)
2) rename /etc/rc2.d/S99dtlogin to something like /etc/rc2.d/s99dtlogin
so that it will not run on next reboot.
Thanks,
Leo
This archive was generated by hypermail 2.1.2 : Fri Sep 28 2001 - 23:12:39 CDT