aboutsummaryrefslogtreecommitdiff
path: root/debianutils/Config.in
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-11-14 10:04:33 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2003-11-14 10:04:33 +0000
commite9080c9f4170b6634f8f8373874e758f48df9127 (patch)
treeb13b328cd2d77a6b5cdbdd05c508f46cf0ed83d9 /debianutils/Config.in
parent7b215b99b2c2af4491fdb05058eee1abcc0d37aa (diff)
downloadbusybox-w32-e9080c9f4170b6634f8f8373874e758f48df9127.tar.gz
busybox-w32-e9080c9f4170b6634f8f8373874e758f48df9127.tar.bz2
busybox-w32-e9080c9f4170b6634f8f8373874e758f48df9127.zip
NEW APPLET: pipe_progress, used by debian installer
Diffstat (limited to 'debianutils/Config.in')
-rw-r--r--debianutils/Config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/debianutils/Config.in b/debianutils/Config.in
index 6534cc7e8..399ccae6b 100644
--- a/debianutils/Config.in
+++ b/debianutils/Config.in
@@ -11,6 +11,12 @@ config CONFIG_MKTEMP
11 help 11 help
12 mktemp is used to create unique temporary files 12 mktemp is used to create unique temporary files
13 13
14config CONFIG_PIPE_PROGRESS
15 bool "pipe_progress"
16 default n
17 help
18 Display a dot to indicate pipe activity.
19
14config CONFIG_READLINK 20config CONFIG_READLINK
15 bool "readlink" 21 bool "readlink"
16 default n 22 default n