diff options
author | Glenn L McGrath | 2003-06-08 13:32:12 +0000 |
---|---|---|
committer | Glenn L McGrath | 2003-06-08 13:32:12 +0000 |
commit | 6c43f743a3f607f91ee22a53db880fce2df645f0 (patch) | |
tree | d0fcd64f90041aea39e1110fc4ce03860377647e /coreutils/Config.in | |
parent | a721204ec502238198b5703cfea99fd97cbca266 (diff) | |
download | busybox-6c43f743a3f607f91ee22a53db880fce2df645f0.zip busybox-6c43f743a3f607f91ee22a53db880fce2df645f0.tar.gz |
sha1sum option to compare checksums
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r-- | coreutils/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index 0d5eff3..2bcc48a 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in @@ -342,6 +342,13 @@ config CONFIG_SHA1SUM help Compute and check SHA1 message digest +config CONFIG_FEATURE_SHA1SUM_CHECK + bool " Enale -c and -w options" + default n + help + Enabling the -c and -w options allow files to be checked + against pre-calculated hash values. + config CONFIG_SLEEP bool "sleep (single integer arg with no suffix)" default n |