summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2010-02-20 06:29:48 +0100
committerGuillem Jover <guillem@debian.org>2010-02-25 09:37:39 +0100
commit6f037003e8b96878b485efb7cbd1f846e3bf4e97 (patch)
treebe7355f7f958915a65a9cd74d1c29efffe4649cb /doc
parentecf0b87226f0db54551e2d34fca6fa45542f52a2 (diff)
downloaddpkg-6f037003e8b96878b485efb7cbd1f846e3bf4e97.tar.gz
dpkg: Always spawn a new shell on conffile prompt
Stop supporting self backgrounding, remove DPKG_NO_TSTP environment variable support, as we always spawn a shell now. This will allow setting useful environment variables for the user to use with other tools. And is less confusing, as the action to go back to dpkg does not depend on how dpkg was run. Closes: #38334
Diffstat (limited to 'doc')
-rw-r--r--doc/README.feature-removal-schedule7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/README.feature-removal-schedule b/doc/README.feature-removal-schedule
index afd573581..57d562649 100644
--- a/doc/README.feature-removal-schedule
+++ b/doc/README.feature-removal-schedule
@@ -98,4 +98,11 @@ Why:
Custom changelog parsers must be updated to support the new API (see
dpkg-parsechangelog(1) and README.api).
+What: support for environment variable DPKG_NO_TSTP
+Status: removed
+Since: 1.15.6
+Why:
+ Having two ways to let the administrator get to a shell on conffile prompt
+ is confusing, it also difficults setting up a consistent environment to be
+ used by external programs.