diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-04-21 05:05:17 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-04-21 05:05:17 +0000 |
commit | 376003bbbecec11fff581710b9f48795fe04c7a6 (patch) | |
tree | 803b55b8d936503983800387222156da13d241f3 /miscutils | |
parent | 5bb2fc2dc1c2239e2f593a69a47ef315cf21c0d9 (diff) | |
download | busybox-376003bbbecec11fff581710b9f48795fe04c7a6.tar.gz |
build system: move misplaced config entry for script applet
Diffstat (limited to 'miscutils')
-rw-r--r-- | miscutils/Config.in | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index aa626c209..c4eb10838 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in @@ -437,11 +437,11 @@ config RX help Receive files using the Xmodem protocol. -config SCRIPT - bool "script" +config SETSID + bool "setsid" default n help - The script makes typescript of terminal session. + setsid runs a program in a new session config STRINGS bool "strings" @@ -450,12 +450,6 @@ config STRINGS strings prints the printable character sequences for each file specified. -config SETSID - bool "setsid" - default n - help - setsid runs a program in a new session - config TASKSET bool "taskset" default n |