cvs commit: ports/sysutils/screen Makefile
ports/sysutils/screen/files patch-utmp.c
Cy Schubert
cy at FreeBSD.org
Thu Nov 18 20:44:32 UTC 2010
cy 2010-11-18 20:44:32 UTC
FreeBSD ports repository
Modified files:
sysutils/screen Makefile
sysutils/screen/files patch-utmp.c
Log:
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
Revision Changes Path
1.81 +1 -1 ports/sysutils/screen/Makefile
1.6 +69 -2 ports/sysutils/screen/files/patch-utmp.c
More information about the cvs-ports
mailing list