hi,

it seems neither mingetty nor rungetty is available in T2.
Maybe someone can point me to it ?

thanks


Tobias Gruetzmacher wrote:
> 
> If you don't want to modify your program, there is always the solution
> to autologin a specific user. mingetty has an option for this. From a PC
> where this solution is used (someone else set it up and it works ;)),
> here is the inittab entry:
> 
> 1:23:respawn:/sbin/mingetty --autologin gast tty1
> 
> this user has the following snippet in his .bashrc:
> 
> # autostart ncmpc on tty1
> if [ $(tty) = /dev/tty1 ]
> then
>   exec ncmpc
> fi
> 
> There once was another setup with rungetty and I don't know why it was
> changed to this way. This was the inittab entry with rungetty:
> 
> 1:23:respawn:/sbin/rungetty -u gast -g gast --autologin gast tty1 --
> /usr/bin/ncmpc
> 

-- 
View this message in context: 
http://www.nabble.com/automatic-start-of-interactive-programs-tp14786451p19833768.html
Sent from the T2 mailing list archive at Nabble.com.



----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of: unsubscribe t2

Reply via email to