rpm2cpio: handle bz2 too; code shrink
[oweals/busybox.git] / coreutils / Config.in
index b047ce5e29c18b5c7bdaaa544c06e309f5c0cdf2..cacfb9661a602374d0ecbd2fd0f7eefac6be344b 100644 (file)
@@ -204,7 +204,7 @@ config ENV
 config FEATURE_ENV_LONG_OPTIONS
        bool "Enable long options"
        default n
-       depends on ENV && GETOPT_LONG
+       depends on ENV && LONG_OPTS
        help
          Support long options for the env applet.
 
@@ -217,7 +217,7 @@ config EXPAND
 config FEATURE_EXPAND_LONG_OPTIONS
        bool "Enable long options"
        default n
-       depends on EXPAND && GETOPT_LONG
+       depends on EXPAND && LONG_OPTS
        help
          Support long options for the expand applet.
 
@@ -249,6 +249,12 @@ config FOLD
        help
          Wrap text to fit a specific width.
 
+config FSYNC
+       bool "fsync"
+       default n
+       help
+         fsync is used to flush file-related cached blocks to disk.
+
 config HEAD
        bool "head"
        default n
@@ -285,7 +291,7 @@ config INSTALL
 config FEATURE_INSTALL_LONG_OPTIONS
        bool "Enable long options"
        default n
-       depends on INSTALL && GETOPT_LONG
+       depends on INSTALL && LONG_OPTS
        help
          Support long options for the install applet.
 
@@ -358,7 +364,7 @@ config FEATURE_LS_USERNAME
 config FEATURE_LS_COLOR
        bool "Allow use of color to identify file types"
        default y
-       depends on LS && GETOPT_LONG
+       depends on LS && LONG_OPTS
        help
          This enables the --color option to ls.
 
@@ -388,7 +394,7 @@ config MKDIR
 config FEATURE_MKDIR_LONG_OPTIONS
        bool "Enable long options"
        default n
-       depends on MKDIR && GETOPT_LONG
+       depends on MKDIR && LONG_OPTS
        help
          Support long options for the mkdir applet.
 
@@ -415,7 +421,7 @@ config MV
 config FEATURE_MV_LONG_OPTIONS
        bool "Enable long options"
        default n
-       depends on MV && GETOPT_LONG
+       depends on MV && LONG_OPTS
        help
          Support long options for the mv applet.
 
@@ -492,7 +498,7 @@ config RMDIR
 config FEATURE_RMDIR_LONG_OPTIONS
        bool "Enable long options"
        default n
-       depends on RMDIR && GETOPT_LONG
+       depends on RMDIR && LONG_OPTS
        help
          Support long options for the rmdir applet, including
          --ignore-fail-on-non-empty for compatibility with GNU rmdir.
@@ -629,7 +635,7 @@ config TAIL
          from files.
 
 config FEATURE_FANCY_TAIL
-       bool "Enable extra tail options (-q, -s, and -v)"
+       bool "Enable extra tail options (-q, -s, -v, and -F)"
        default y
        depends on TAIL
        help
@@ -661,7 +667,7 @@ config TEST
 config FEATURE_TEST_64
        bool "Extend test to 64 bit"
        default n
-       depends on TEST || ASH_BUILTIN_TEST
+       depends on TEST || ASH_BUILTIN_TEST || HUSH
        help
          Enable 64-bit support in test.
 
@@ -726,7 +732,7 @@ config UNEXPAND
 config FEATURE_UNEXPAND_LONG_OPTIONS
        bool "Enable long options"
        default n
-       depends on UNEXPAND && GETOPT_LONG
+       depends on UNEXPAND && LONG_OPTS
        help
          Support long options for the unexpand applet.