aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2009-04-28 14:41:16 +1000
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2009-04-28 14:50:56 +1000
commitf12c99c0e44be0587faa2371af386c7f2d9e72f7 (patch)
tree068d2f66a30d7179f0a2c7533739477123b7809e /coreutils
parentc3a5ad18b81f9794f4d1ecc7a4772c9ef4a2b1bf (diff)
downloadbusybox-w32-f12c99c0e44be0587faa2371af386c7f2d9e72f7.tar.gz
busybox-w32-f12c99c0e44be0587faa2371af386c7f2d9e72f7.tar.bz2
busybox-w32-f12c99c0e44be0587faa2371af386c7f2d9e72f7.zip
Config.in: comment out programs/features that will not get supported anytime soon
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/Config.in19
1 files changed, 18 insertions, 1 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in
index be5e9527b..ad06abb32 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -36,18 +36,21 @@ config CATV
36config CHGRP 36config CHGRP
37 bool "chgrp" 37 bool "chgrp"
38 default n 38 default n
39 depends on !MINGW32
39 help 40 help
40 chgrp is used to change the group ownership of files. 41 chgrp is used to change the group ownership of files.
41 42
42config CHMOD 43config CHMOD
43 bool "chmod" 44 bool "chmod"
44 default n 45 default n
46 depends on !MINGW32
45 help 47 help
46 chmod is used to change the access permission of files. 48 chmod is used to change the access permission of files.
47 49
48config CHOWN 50config CHOWN
49 bool "chown" 51 bool "chown"
50 default n 52 default n
53 depends on !MINGW32
51 help 54 help
52 chown is used to change the user and/or group ownership 55 chown is used to change the user and/or group ownership
53 of files. 56 of files.
@@ -55,6 +58,7 @@ config CHOWN
55config CHROOT 58config CHROOT
56 bool "chroot" 59 bool "chroot"
57 default n 60 default n
61 depends on !MINGW32
58 help 62 help
59 chroot is used to change the root directory and run a command. 63 chroot is used to change the root directory and run a command.
60 The default command is `/bin/sh'. 64 The default command is `/bin/sh'.
@@ -138,6 +142,7 @@ config FEATURE_DD_IBS_OBS
138config DF 142config DF
139 bool "df" 143 bool "df"
140 default n 144 default n
145 depends on !MINGW32
141 help 146 help
142 df reports the amount of disk space used and available 147 df reports the amount of disk space used and available
143 on filesystems. 148 on filesystems.
@@ -284,6 +289,7 @@ config FEATURE_FANCY_HEAD
284config HOSTID 289config HOSTID
285 bool "hostid" 290 bool "hostid"
286 default n 291 default n
292 depends on !MINGW32
287 help 293 help
288 hostid prints the numeric identifier (in hexadecimal) for 294 hostid prints the numeric identifier (in hexadecimal) for
289 the current host. 295 the current host.
@@ -291,6 +297,7 @@ config HOSTID
291config ID 297config ID
292 bool "id" 298 bool "id"
293 default n 299 default n
300 depends on !MINGW32
294 help 301 help
295 id displays the current user and group ID names. 302 id displays the current user and group ID names.
296 303
@@ -322,6 +329,7 @@ config LN
322config LOGNAME 329config LOGNAME
323 bool "logname" 330 bool "logname"
324 default n 331 default n
332 depends on !MINGW32
325 help 333 help
326 logname is used to print the current user's login name. 334 logname is used to print the current user's login name.
327 335
@@ -413,6 +421,7 @@ config FEATURE_MKDIR_LONG_OPTIONS
413config MKFIFO 421config MKFIFO
414 bool "mkfifo" 422 bool "mkfifo"
415 default n 423 default n
424 depends on !MINGW32
416 help 425 help
417 mkfifo is used to create FIFOs (named pipes). 426 mkfifo is used to create FIFOs (named pipes).
418 The `mknod' program can also create FIFOs. 427 The `mknod' program can also create FIFOs.
@@ -420,6 +429,7 @@ config MKFIFO
420config MKNOD 429config MKNOD
421 bool "mknod" 430 bool "mknod"
422 default n 431 default n
432 depends on !MINGW32
423 help 433 help
424 mknod is used to create FIFOs or block/character special 434 mknod is used to create FIFOs or block/character special
425 files with the specified names. 435 files with the specified names.
@@ -440,12 +450,14 @@ config FEATURE_MV_LONG_OPTIONS
440config NICE 450config NICE
441 bool "nice" 451 bool "nice"
442 default n 452 default n
453 depends on !MINGW32
443 help 454 help
444 nice runs a program with modified scheduling priority. 455 nice runs a program with modified scheduling priority.
445 456
446config NOHUP 457config NOHUP
447 bool "nohup" 458 bool "nohup"
448 default n 459 default n
460 depends on !MINGW32
449 help 461 help
450 run a command immune to hangups, with output to a non-tty. 462 run a command immune to hangups, with output to a non-tty.
451 463
@@ -569,6 +581,7 @@ config FEATURE_STAT_FORMAT
569config STTY 581config STTY
570 bool "stty" 582 bool "stty"
571 default n 583 default n
584 depends on !MINGW32
572 help 585 help
573 stty is used to change and print terminal line settings. 586 stty is used to change and print terminal line settings.
574 587
@@ -581,6 +594,7 @@ config SUM
581config SYNC 594config SYNC
582 bool "sync" 595 bool "sync"
583 default n 596 default n
597 depends on !MINGW32
584 help 598 help
585 sync is used to flush filesystem buffers. 599 sync is used to flush filesystem buffers.
586 600
@@ -670,6 +684,7 @@ config TRUE
670config TTY 684config TTY
671 bool "tty" 685 bool "tty"
672 default n 686 default n
687 depends on !MINGW32
673 help 688 help
674 tty is used to print the name of the current terminal to 689 tty is used to print the name of the current terminal to
675 standard output. 690 standard output.
@@ -729,6 +744,7 @@ config FEATURE_WC_LARGE
729config WHO 744config WHO
730 bool "who" 745 bool "who"
731 default n 746 default n
747 depends on !MINGW32
732 select FEATURE_UTMP 748 select FEATURE_UTMP
733 help 749 help
734 who is used to show who is logged on. 750 who is used to show who is logged on.
@@ -736,6 +752,7 @@ config WHO
736config WHOAMI 752config WHOAMI
737 bool "whoami" 753 bool "whoami"
738 default n 754 default n
755 depends on !MINGW32
739 help 756 help
740 whoami is used to print the username of the current 757 whoami is used to print the username of the current
741 user id (same as id -un). 758 user id (same as id -un).
@@ -753,7 +770,7 @@ comment "Common options for cp and mv"
753config FEATURE_PRESERVE_HARDLINKS 770config FEATURE_PRESERVE_HARDLINKS
754 bool "Preserve hard links" 771 bool "Preserve hard links"
755 default n 772 default n
756 depends on CP || MV 773 depends on (CP || MV) && !MINGW32
757 help 774 help
758 Allow cp and mv to preserve hard links. 775 Allow cp and mv to preserve hard links.
759 776