diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-05-19 17:36:16 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-05-19 17:36:16 +0200 |
commit | 5e61115ea45c621867941e52e6ac016680415656 (patch) | |
tree | 7e92d0ee0720d907b4b35bfa510c3969c79eaaa8 /util-linux/Config.in | |
parent | 5a49d284a6a9f6cf2076f23561f95aebdfd44592 (diff) | |
download | busybox-w32-5e61115ea45c621867941e52e6ac016680415656.tar.gz busybox-w32-5e61115ea45c621867941e52e6ac016680415656.tar.bz2 busybox-w32-5e61115ea45c621867941e52e6ac016680415656.zip |
scriptreplay: new applet. +423 bytes
Signed-off-by: Pascal Bellard <pascal.bellard@ads-lu.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/Config.in')
-rw-r--r-- | util-linux/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in index e5c053fcf..024550172 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in | |||
@@ -764,6 +764,13 @@ config SCRIPT | |||
764 | help | 764 | help |
765 | The script makes typescript of terminal session. | 765 | The script makes typescript of terminal session. |
766 | 766 | ||
767 | config SCRIPTREPLAY | ||
768 | bool "scriptreplay" | ||
769 | default n | ||
770 | help | ||
771 | This program replays a typescript, using timing information | ||
772 | given by script -t. | ||
773 | |||
767 | config SETARCH | 774 | config SETARCH |
768 | bool "setarch" | 775 | bool "setarch" |
769 | default n | 776 | default n |