K 10 svn:author V 2 cy K 8 svn:date V 27 2010-11-18T20:44:32.000000Z K 7 svn:log V 433 Bjorn Zeeb discovered that screen(1) was mangling ut_host by performing strange translations. For example, foo.bar.com gets translated to foo:S.0. Unfortunately, this means that it also truncates IPv6 addresses, e.g. 2001:7b8:310::1 -> 2001:S.0. Wouldn't it be better to just use the hostname unmodified? ut_host is supposed to contain a hostname, not some arbitrary string. Submitted by: ed (Ed Schouten) Discovered by: Bjorn Zeeb END