aboutsummaryrefslogtreecommitdiff
path: root/coreutils/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r--coreutils/Config.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in
index 8cbc92f..bb81994 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -72,6 +72,12 @@ config COMM
comm is used to compare two files line by line and return
a three-column output.
+config CONDMV
+ bool "condmv"
+ default n
+ help
+ condmv is used to rename a file if the destination does not exist
+
config CP
bool "cp"
default n
@@ -136,6 +142,13 @@ config DF
df reports the amount of disk space used and available
on filesystems.
+config DFRM
+ bool "dfrm"
+ default n
+ help
+ dfrm deletes files from directories when the amount of free space is
+ too low
+
config FEATURE_DF_FANCY
bool "Enable -a, -i, -B"
default n
@@ -537,6 +550,13 @@ config FEATURE_FLOAT_SLEEP
help
Allow for fractional numeric parameters.
+config SLEEPKICK
+ bool "sleepkick"
+ default n
+ help
+ sleep is used to pause for a specified number of seconds.
+ And kick the /dev/watchdog every x seconds. RIPE ATLAS. Antony
+
config SORT
bool "sort"
default n