[moving to [EMAIL PROTECTED] On 5/15/08, Daniel O'Connor <[EMAIL PROTECTED]> wrote: > On Thu, 15 May 2008, Maksim Yevmenkin wrote: > > Modified files: > > usr.bin/bluetooth/rfcomm_sppd rfcomm_sppd.1 rfcomm_sppd.c > > Log: > > Make -t <tty> optional in server mode. If not specified use > > stdin/stdout. Document this. Do not require channel number in server > > mode. If not specified - bind to ''wildcard'' channel zero. Real > > channel number will be obtained automatically and registered with > > local sdpd(8). While I'm here fix serial port service registration. > > How hard would it be to have a '-t auto' and have it print out the pty > it just allocated? It would make it much easier for scripts to work if > that was possible. > > (Maybe just call openpty()?)
not hard at all. however, how would rfcomm_sppd(1) print tty name if, say, it was asked to run in background? perhaps it would be better to teach rfcomm_sppd(1) to work with nmdm(4)? thanks, max _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bluetooth To unsubscribe, send any mail to "[EMAIL PROTECTED]"
