May be one solution is:

cd /sbin
ln -s ngetty ngetty1
ln -s ngetty ngetty2
...
ln -s ngetty ngetty5
ln -s ngetty ngetty6

then put in /etc/inittab

ng1:1:respawn:/sbin/ngetty1 1 2 3 4 5 6 8 9 10 11 12
ng2:2:respawn:/sbin/ngetty2 1 2 3 4 5 6
ng3:2:respawn:/sbin/ngetty3 1 
...
ng5:5:respawn:/sbin/ngetty5 2 3 4 5

Nikola

PS.  actually ngetty is one small init and it starts ngetty-helper
on demand.  Respawn flag is not nessesary.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to