kilowatt
mach-o mach-o man
Hey, on my linux box I've got this line in my /etc/inittab
S2:12345:respawn:/sbin/getty ttyS0 DT19200 vt300
Now, I know mac os x is a bit different, but here's what I've figured out:
/sbin/getty in linux is like /usr/libexec/getty
(except that I can't figure out how to use it)
and, /etc/inittab is kinda like /etc/ttys
(except I can't figure it out, either).
Basically, I want a login prompt on my dumb terminal hooked up to my /dev/tty.modem port (via a null-modem cable). Does anyone know how to do this on mac os x? I don't mind if it doesn't start osx with that, I guess I really just want the correct useage for /usr/libexec/getty (yeah, I read the man page, etc etc)
Thanks!
S2:12345:respawn:/sbin/getty ttyS0 DT19200 vt300
Now, I know mac os x is a bit different, but here's what I've figured out:
/sbin/getty in linux is like /usr/libexec/getty
(except that I can't figure out how to use it)
and, /etc/inittab is kinda like /etc/ttys
(except I can't figure it out, either).
Basically, I want a login prompt on my dumb terminal hooked up to my /dev/tty.modem port (via a null-modem cable). Does anyone know how to do this on mac os x? I don't mind if it doesn't start osx with that, I guess I really just want the correct useage for /usr/libexec/getty (yeah, I read the man page, etc etc)
Thanks!