sha1sum option to compare checksums
[oweals/busybox.git] / coreutils / Config.in
index 6ee319a0d2d16216fb5cf0bd70c199df14845144..2bcc48a627172436740c14c4966f8ce9bd3041c2 100644 (file)
@@ -9,7 +9,9 @@ config CONFIG_BASENAME
        bool "basename"
        default n
        help
-         Please submit a patch to add help text for this item.
+         basename is used to strip the directory and suffix from filenames,
+         leaving just the filename itself.  Enable this option if you wish 
+         to enable the 'basename' utility.
 
 config CONFIG_CAL
        bool "cal"
@@ -21,7 +23,8 @@ config CONFIG_CAT
        bool "cat"
        default n
        help
-         Please submit a patch to add help text for this item.
+         cat is used to concatenate files and print them to the standard
+         output.  Enable this option if you wish to enable the 'cat' utility.
 
 config CONFIG_CHGRP
        bool "chgrp"
@@ -111,17 +114,31 @@ config CONFIG_DOS2UNIX
          Please submit a patch to add help text for this item.
 
 config CONFIG_DU
-       bool "du"
+       bool "du (default blocksize of 512 bytes)"
        default n
        help
          Please submit a patch to add help text for this item.
 
+config CONFIG_FEATURE_DU_DEFALT_BLOCKSIZE_1K
+       bool "  Use a default blocksize of 1024 bytes (1K)"
+       default y
+       depends on CONFIG_DU
+       help
+         Please submit a patch to add help text for this item.
+
 config CONFIG_ECHO
-       bool "echo"
+       bool "echo (basic SUSv3 version taking no options"
        default n
        help
          Please submit a patch to add help text for this item.
 
+config CONFIG_FEATURE_FANCY_ECHO
+       bool "  Enable echo options (-n and -e)"
+       default y
+       depends on CONFIG_ECHO
+       help
+         Please submit a patch to add help text for this item.
+
 config CONFIG_ENV
        bool "env"
        default n
@@ -148,12 +165,25 @@ if !CONFIG_HUSH && !CONFIG_LASH && !CONFIG_MSH
              Please submit a patch to add help text for this item.
 endif
 
+config CONFIG_FOLD
+       bool "fold"
+       default n
+       help
+        Wrap text to fit a specific width.
+
 config CONFIG_HEAD
        bool "head"
        default n
        help
          Please submit a patch to add help text for this item.
 
+config CONFIG_FEATURE_FANCY_HEAD
+       bool "  Enable head options (-c, -q, and -v)"
+       default n
+       depends on CONFIG_HEAD
+       help
+         Please submit a patch to add help text for this item.
+
 config CONFIG_HOSTID
        bool "hostid"
        default n
@@ -306,12 +336,32 @@ config CONFIG_RMDIR
        help
          Please submit a patch to add help text for this item.
 
+config CONFIG_SHA1SUM
+       bool "sha1sum"
+       default n
+       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"
+       bool "sleep (single integer arg with no suffix)"
        default n
        help
          Please submit a patch to add help text for this item.
 
+config CONFIG_FEATURE_FANCY_SLEEP
+       bool "  Enable multiple integer args and optional time suffixes"
+       default n
+       depends on CONFIG_SLEEP
+       help
+         Please submit a patch to add help text for this item.
+
 config CONFIG_SORT
        bool "sort"
        default n
@@ -363,6 +413,13 @@ config CONFIG_TEE
        help
          Please submit a patch to add help text for this item.
 
+config CONFIG_FEATURE_TEE_USE_BLOCK_IO
+       bool "  Enable block i/o (larger/faster) instead of byte i/o."
+       default n
+       depends on CONFIG_TEE
+       help
+         Please submit a patch to add help text for this item.
+
 if CONFIG_ASH || CONFIG_HUSH || CONFIG_LASH || CONFIG_MSH
        config CONFIG_TEST
                default y