This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch master in repository hurd.
commit d182bc06ed8377b8262e6e9141cb048e869fe050 Author: Samuel Thibault <[email protected]> Date: Sun Jan 15 17:18:33 2017 +0100 debian/local/runsystem: Do not hardcode TERM_TYPE to virtual fixes special handling of serial installation case. --- debian/changelog | 2 ++ debian/local/runsystem | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e551445..243dcfb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ hurd (1:0.9.git20170102-2) UNRELEASED; urgency=medium * patches/exec_set_exe.patch: New patch to implement /proc/<pid>/exe. * control: Break old versions of all gnumach packages for vm_wire_all. + * debian/local/runsystem: Do not hardcode TERM_TYPE to virtual, fixes + special handling of serial installation case. -- Samuel Thibault <[email protected]> Sun, 08 Jan 2017 15:39:20 +0000 diff --git a/debian/local/runsystem b/debian/local/runsystem index d3dc056..9ab93e4 100755 --- a/debian/local/runsystem +++ b/debian/local/runsystem @@ -86,5 +86,4 @@ then echo /dev/tty1 >/var/run/console-device fi -# Preset the terminal type for /lib/debian-installer/detect-console -eval exec env - $envvars TERM_TYPE=virtual $init +eval exec env - $envvars $init -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hurd/hurd.git
