summaryrefslogtreecommitdiff
path: root/coreutils/Config.in
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-06-08 13:32:12 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2003-06-08 13:32:12 +0000
commit6c43f743a3f607f91ee22a53db880fce2df645f0 (patch)
treed0fcd64f90041aea39e1110fc4ce03860377647e /coreutils/Config.in
parenta721204ec502238198b5703cfea99fd97cbca266 (diff)
downloadbusybox-w32-6c43f743a3f607f91ee22a53db880fce2df645f0.tar.gz
busybox-w32-6c43f743a3f607f91ee22a53db880fce2df645f0.tar.bz2
busybox-w32-6c43f743a3f607f91ee22a53db880fce2df645f0.zip
sha1sum option to compare checksums
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r--coreutils/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in
index 0d5eff3c9..2bcc48a62 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -342,6 +342,13 @@ config CONFIG_SHA1SUM
342 help 342 help
343 Compute and check SHA1 message digest 343 Compute and check SHA1 message digest
344 344
345config CONFIG_FEATURE_SHA1SUM_CHECK
346 bool " Enale -c and -w options"
347 default n
348 help
349 Enabling the -c and -w options allow files to be checked
350 against pre-calculated hash values.
351
345config CONFIG_SLEEP 352config CONFIG_SLEEP
346 bool "sleep (single integer arg with no suffix)" 353 bool "sleep (single integer arg with no suffix)"
347 default n 354 default n