build system: move misplaced config entry for script applet
authorDenis Vlasenko <vda.linux@googlemail.com>
Mon, 21 Apr 2008 05:05:17 +0000 (05:05 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Mon, 21 Apr 2008 05:05:17 +0000 (05:05 -0000)
miscutils/Config.in
util-linux/Config.in

index aa626c209e7248bb60f0ab3dbdf1449c5b95d3f4..c4eb1083878c66e3c378e1514ef7ba3c88dc72bd 100644 (file)
@@ -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
index 869ec61d5fdcae3f7698a06e287c30eaae671bcb..8b5bf751c31ee2672570301d90cde2d0a873b0a1 100644 (file)
@@ -717,6 +717,12 @@ config RTCWAKE
        help
          Enter a system sleep state until specified wakeup time.
 
+config SCRIPT
+       bool "script"
+       default n
+       help
+         The script makes typescript of terminal session.
+
 config SETARCH
        bool "setarch"
        default n