Re: CVS commit: [netbsd-7] src/libexec/getty

2015-02-11 Thread Aymeric Vincent

Hi Matthew,

matthew green  writes:

>> update the example to use dty00 instead of ttyd0 to reflect a current 
>> practice
>
> is this actually right?  the example shows:
>
> # dialup at 1200 baud, no root logins
> dty00   "/usr/libexec/getty d1200"  dialup  on  # 555-1234
>
> but i thought the dty was the dial *out* device, which
> matches eg, com.c 1.143's commit message.

You're definitely right. The correct corresponding /dev entry should be
tty00 for dialin on NetBSD.

I'm waiting a bit for anyone to raise concerns and will fix in HEAD and
request new pullups.

Best regards,
 Aymeric


re: CVS commit: [netbsd-7] src/libexec/getty

2015-02-11 Thread matthew green

"Martin Husemann" writes:
> Module Name:  src
> Committed By: martin
> Date: Wed Feb 11 12:59:50 UTC 2015
> 
> Modified Files:
>   src/libexec/getty [netbsd-7]: ttys.5
> 
> Log Message:
> Pull up following revision(s) (requested by aymeric in ticket #508):
>   libexec/getty/ttys.5: revision 1.19
> update the example to use dty00 instead of ttyd0 to reflect a current practice

is this actually right?  the example shows:

# dialup at 1200 baud, no root logins
dty00   "/usr/libexec/getty d1200"  dialup  on  # 555-1234

but i thought the dty was the dial *out* device, which
matches eg, com.c 1.143's commit message.


.mrg.