Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Nov 2010 20:44:32 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/sysutils/screen Makefile ports/sysutils/screen/files patch-utmp.c
Message-ID:  <201011182044.oAIKiWDP088438@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011182044.oAIKiWDP088438>