aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-04-21 05:05:17 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-04-21 05:05:17 +0000
commit376003bbbecec11fff581710b9f48795fe04c7a6 (patch)
tree803b55b8d936503983800387222156da13d241f3
parent5bb2fc2dc1c2239e2f593a69a47ef315cf21c0d9 (diff)
downloadbusybox-w32-376003bbbecec11fff581710b9f48795fe04c7a6.tar.gz
busybox-w32-376003bbbecec11fff581710b9f48795fe04c7a6.tar.bz2
busybox-w32-376003bbbecec11fff581710b9f48795fe04c7a6.zip
build system: move misplaced config entry for script applet
-rw-r--r--miscutils/Config.in12
-rw-r--r--util-linux/Config.in6
2 files changed, 9 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
437 help 437 help
438 Receive files using the Xmodem protocol. 438 Receive files using the Xmodem protocol.
439 439
440config SCRIPT 440config SETSID
441 bool "script" 441 bool "setsid"
442 default n 442 default n
443 help 443 help
444 The script makes typescript of terminal session. 444 setsid runs a program in a new session
445 445
446config STRINGS 446config STRINGS
447 bool "strings" 447 bool "strings"
@@ -450,12 +450,6 @@ config STRINGS
450 strings prints the printable character sequences for each file 450 strings prints the printable character sequences for each file
451 specified. 451 specified.
452 452
453config SETSID
454 bool "setsid"
455 default n
456 help
457 setsid runs a program in a new session
458
459config TASKSET 453config TASKSET
460 bool "taskset" 454 bool "taskset"
461 default n 455 default n
diff --git a/util-linux/Config.in b/util-linux/Config.in
index 869ec61d5..8b5bf751c 100644
--- a/util-linux/Config.in
+++ b/util-linux/Config.in
@@ -717,6 +717,12 @@ config RTCWAKE
717 help 717 help
718 Enter a system sleep state until specified wakeup time. 718 Enter a system sleep state until specified wakeup time.
719 719
720config SCRIPT
721 bool "script"
722 default n
723 help
724 The script makes typescript of terminal session.
725
720config SETARCH 726config SETARCH
721 bool "setarch" 727 bool "setarch"
722 default n 728 default n