diff options
author | Evangelos Foutras <evangelos@foutrelis.com> | 2017-12-27 23:25:32 +0200 |
---|---|---|
committer | Evangelos Foutras <evangelos@foutrelis.com> | 2017-12-27 23:33:45 +0200 |
commit | 7a3c5085017987b6ef934cf9d9b098b4994ba21a (patch) | |
tree | c4d3039654614ed99887ebe4c0badc6b7043693b | |
parent | eab5aba9b027a7689acaf2382a04ff69b5b8771e (diff) | |
download | devtools32-7a3c5085017987b6ef934cf9d9b098b4994ba21a.tar.xz |
Revert "makechrootpkg: Reopen console to assign the CTTY"
This reverts commit ddd508efc083fc9beb6f2c96e2537521b31c1e6f.
The underlying bug (FS#56529) was fixed in glibc 2.26-9.
-rw-r--r-- | makechrootpkg.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/makechrootpkg.in b/makechrootpkg.in index 9253544..511e519 100644 --- a/makechrootpkg.in +++ b/makechrootpkg.in @@ -219,9 +219,6 @@ EOF # These functions aren't run in makechrootpkg, # so no global variables _chrootbuild() { - # Work around nspawn not giving us a ctty - exec </dev/console - # No coredumps ulimit -c 0 |