:
:Looking at the patch, is it safe to assume that if there's a '/' in a
:hostname, it MUST be a AF_UNIX socket? If so, wouldn't a strchr(hostp,
:'/') be better than 'hostp[0] == '/''? This way one can use relative paths
:as well, not just absolute ones.
:
:--
:[ Joseph Mallett            <[EMAIL PROTECTED]> ] [ http://srcsys.org ]

    'maybe'.  Generaly speaking, to ensure that we do not break
    some existing use of telnet it is best to be conservative.  You
    can always do 'telnet -u relative_path'

                                                -Matt


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to