diff options
author | Guillem Jover <guillem@debian.org> | 2014-10-14 13:52:33 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2015-08-12 11:55:47 +0200 |
commit | a4256c6bb57dbb59767824133a9a42eceeadc522 (patch) | |
tree | 80825154c7b397dd6051bf7ec599ecf52cc0becd /doc | |
parent | 29efb9dda712554a2f05eb0475e3cd0a6b8a90fb (diff) |
Do not set unhonored DPKG_NO_TSTP variable for dpkg
Support for that variable was removed in dpkg in 1.15.6, in commit
6f037003e8b96878b485efb7cbd1f846e3bf4e97.
Closes: #765366
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dpkg-tech.dbk | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/doc/dpkg-tech.dbk b/doc/dpkg-tech.dbk index 2584cf640..f95716cf4 100644 --- a/doc/dpkg-tech.dbk +++ b/doc/dpkg-tech.dbk @@ -404,15 +404,7 @@ As yet unwritten. You can refer to the other manuals for now. See <itemizedlist> <listitem> <para> -DPKG_NO_TSTP - if set to a non-null value, this variable causes dpkg to run a -child shell process instead of sending itself a SIGTSTP, when the user selects -to background the dpkg process when it asks about conffiles. -</para> -</listitem> -<listitem> -<para> -SHELL - used to determine which shell to run in the case when DPKG_NO_TSTP -is set. +SHELL - used to determine which shell to run. </para> </listitem> <listitem> |