diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-01-30 16:27:37 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-01-30 16:27:37 +0100 |
commit | 67f6db6b2768e9af44132b0a11fbadf15c330283 (patch) | |
tree | 92f517e4161239008659d7156e2846163656331c /shell | |
parent | 35b54a3c247235b1bffe2a22784a1d5be10267f3 (diff) | |
download | busybox-w32-67f6db6b2768e9af44132b0a11fbadf15c330283.tar.gz busybox-w32-67f6db6b2768e9af44132b0a11fbadf15c330283.tar.bz2 busybox-w32-67f6db6b2768e9af44132b0a11fbadf15c330283.zip |
wget: add a big explanation what TLS code implements and what does not
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell')
-rw-r--r-- | shell/Config.src | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/Config.src b/shell/Config.src index 6a7e12aa7..ccb1b15fe 100644 --- a/shell/Config.src +++ b/shell/Config.src | |||
@@ -123,9 +123,9 @@ config FEATURE_SH_STANDALONE | |||
123 | This is implemented by re-execing /proc/self/exe (typically) | 123 | This is implemented by re-execing /proc/self/exe (typically) |
124 | with right parameters. | 124 | with right parameters. |
125 | 125 | ||
126 | However, there are drawbacks: it is problematic in chroot jails without | 126 | However, there are drawbacks: it is problematic in chroot jails |
127 | mounted /proc, and ps/top may show command name as 'exe' for applets | 127 | without mounted /proc, and ps/top may show command name as 'exe' |
128 | started this way. | 128 | for applets started this way. |
129 | 129 | ||
130 | config FEATURE_SH_NOFORK | 130 | config FEATURE_SH_NOFORK |
131 | bool "Run 'nofork' applets directly" | 131 | bool "Run 'nofork' applets directly" |