sulogin: use bb_error_msg instead of bb_info_msg; better message
[oweals/busybox.git] / coreutils / Config.src
index 1ec3a0a993a73cbc3dc76430b5100fbde20aa2df..619c2efe83fea4656121534e61f48d6b99373b23 100644 (file)
@@ -543,22 +543,6 @@ config FEATURE_SPLIT_FANCY
          Supports additional suffixes 'b' for 512 bytes,
          'g' for 1GiB for the -b option.
 
-config STAT
-       bool "stat"
-       default y
-       select PLATFORM_LINUX # statfs()
-       help
-         display file or filesystem status.
-
-config FEATURE_STAT_FORMAT
-       bool "Enable custom formats (-c)"
-       default y
-       depends on STAT
-       help
-         Without this, stat will not support the '-c format' option where
-         users can pass a custom format string for output. This adds about
-         7k to a nonstatic build on amd64.
-
 config STTY
        bool "stty"
        default y
@@ -571,12 +555,6 @@ config SUM
        help
          checksum and count the blocks in a file
 
-config SYNC
-       bool "sync"
-       default y
-       help
-         sync is used to flush filesystem buffers.
-
 config TAC
        bool "tac"
        default y
@@ -636,6 +614,14 @@ config UNAME
        help
          uname is used to print system information.
 
+config UNAME_OSNAME
+       string "Operating system name"
+       default "GNU/Linux"
+       depends on UNAME
+       help
+         Sets the operating system name reported by uname -o.  The
+         default is "GNU/Linux".
+
 config UNEXPAND
        bool "unexpand"
        default y