config: update size information
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
		@@ -14,7 +14,7 @@
 | 
			
		||||
 * 3) Save some space by using strcmp().  Calling strncmp() here was silly.
 | 
			
		||||
 */
 | 
			
		||||
//config:config BASENAME
 | 
			
		||||
//config:	bool "basename (371 bytes)"
 | 
			
		||||
//config:	bool "basename (438 bytes)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	basename is used to strip the directory and suffix from filenames,
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@
 | 
			
		||||
 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
 | 
			
		||||
 */
 | 
			
		||||
//config:config CHGRP
 | 
			
		||||
//config:	bool "chgrp (7.2 kb)"
 | 
			
		||||
//config:	bool "chgrp (7.6 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	chgrp is used to change the group ownership of files.
 | 
			
		||||
 
 | 
			
		||||
@@ -10,7 +10,7 @@
 | 
			
		||||
 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
 | 
			
		||||
 */
 | 
			
		||||
//config:config CHMOD
 | 
			
		||||
//config:	bool "chmod (5.1 kb)"
 | 
			
		||||
//config:	bool "chmod (5.5 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	chmod is used to change the access permission of files.
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@
 | 
			
		||||
 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
 | 
			
		||||
 */
 | 
			
		||||
//config:config CHOWN
 | 
			
		||||
//config:	bool "chown (7.2 kb)"
 | 
			
		||||
//config:	bool "chown (7.6 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	chown is used to change the user and/or group ownership
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@
 | 
			
		||||
 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
 | 
			
		||||
 */
 | 
			
		||||
//config:config CKSUM
 | 
			
		||||
//config:	bool "cksum (4.2 kb)"
 | 
			
		||||
//config:	bool "cksum (4.1 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	cksum is used to calculate the CRC32 checksum of a file.
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@
 | 
			
		||||
 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
 | 
			
		||||
 */
 | 
			
		||||
//config:config COMM
 | 
			
		||||
//config:	bool "comm (3.9 kb)"
 | 
			
		||||
//config:	bool "comm (4.2 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	comm is used to compare two files line by line and return
 | 
			
		||||
 
 | 
			
		||||
@@ -12,7 +12,7 @@
 | 
			
		||||
 * Size reduction.
 | 
			
		||||
 */
 | 
			
		||||
//config:config CP
 | 
			
		||||
//config:	bool "cp (9.7 kb)"
 | 
			
		||||
//config:	bool "cp (10 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	cp is used to copy files and directories.
 | 
			
		||||
 
 | 
			
		||||
@@ -9,7 +9,7 @@
 | 
			
		||||
 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
 | 
			
		||||
 */
 | 
			
		||||
//config:config CUT
 | 
			
		||||
//config:	bool "cut (5.3 kb)"
 | 
			
		||||
//config:	bool "cut (5.8 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	cut is used to print selected parts of lines from
 | 
			
		||||
 
 | 
			
		||||
@@ -19,7 +19,7 @@
 | 
			
		||||
   much as possible, missed out a lot of bounds checking */
 | 
			
		||||
 | 
			
		||||
//config:config DATE
 | 
			
		||||
//config:	bool "date (7.1 kb)"
 | 
			
		||||
//config:	bool "date (7 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	date is used to set the system date or display the
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@
 | 
			
		||||
 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
 | 
			
		||||
 */
 | 
			
		||||
//config:config DD
 | 
			
		||||
//config:	bool "dd (7.1 kb)"
 | 
			
		||||
//config:	bool "dd (7.5 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	dd copies a file (from standard input to standard output,
 | 
			
		||||
 
 | 
			
		||||
@@ -18,7 +18,7 @@
 | 
			
		||||
 * Implement -P and -B; better coreutils compat; cleanup
 | 
			
		||||
 */
 | 
			
		||||
//config:config DF
 | 
			
		||||
//config:	bool "df (7.5 kb)"
 | 
			
		||||
//config:	bool "df (6.8 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	df reports the amount of disk space used and available
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@
 | 
			
		||||
 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
 | 
			
		||||
 */
 | 
			
		||||
//config:config DIRNAME
 | 
			
		||||
//config:	bool "dirname (289 bytes)"
 | 
			
		||||
//config:	bool "dirname (329 bytes)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	dirname is used to strip a non-directory suffix from
 | 
			
		||||
 
 | 
			
		||||
@@ -12,14 +12,14 @@
 | 
			
		||||
 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
 | 
			
		||||
 */
 | 
			
		||||
//config:config DOS2UNIX
 | 
			
		||||
//config:	bool "dos2unix (5.1 kb)"
 | 
			
		||||
//config:	bool "dos2unix (5.2 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	dos2unix is used to convert a text file from DOS format to
 | 
			
		||||
//config:	UNIX format, and vice versa.
 | 
			
		||||
//config:
 | 
			
		||||
//config:config UNIX2DOS
 | 
			
		||||
//config:	bool "unix2dos (5.1 kb)"
 | 
			
		||||
//config:	bool "unix2dos (5.2 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	unix2dos is used to convert a text file from UNIX format to
 | 
			
		||||
 
 | 
			
		||||
@@ -24,7 +24,7 @@
 | 
			
		||||
 * - use xfunc_error_retval
 | 
			
		||||
 */
 | 
			
		||||
//config:config ENV
 | 
			
		||||
//config:	bool "env (3.8 kb)"
 | 
			
		||||
//config:	bool "env (4 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	env is used to set an environment variable and run
 | 
			
		||||
 
 | 
			
		||||
@@ -21,13 +21,13 @@
 | 
			
		||||
 *  Caveat: this versions of expand and unexpand don't accept tab lists.
 | 
			
		||||
 */
 | 
			
		||||
//config:config EXPAND
 | 
			
		||||
//config:	bool "expand (5.8 kb)"
 | 
			
		||||
//config:	bool "expand (5.1 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	By default, convert all tabs to spaces.
 | 
			
		||||
//config:
 | 
			
		||||
//config:config UNEXPAND
 | 
			
		||||
//config:	bool "unexpand (6 kb)"
 | 
			
		||||
//config:	bool "unexpand (5.3 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	By default, convert only leading sequences of blanks to tabs.
 | 
			
		||||
 
 | 
			
		||||
@@ -23,7 +23,7 @@
 | 
			
		||||
 * provided they all associate ((x op x) op x).
 | 
			
		||||
 */
 | 
			
		||||
//config:config EXPR
 | 
			
		||||
//config:	bool "expr (6.1 kb)"
 | 
			
		||||
//config:	bool "expr (6.6 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	expr is used to calculate numbers and print the result
 | 
			
		||||
 
 | 
			
		||||
@@ -4,7 +4,7 @@
 | 
			
		||||
 * Licensed under GPLv2, see file LICENSE in this source tree.
 | 
			
		||||
 */
 | 
			
		||||
//config:config FACTOR
 | 
			
		||||
//config:	bool "factor (2.6 kb)"
 | 
			
		||||
//config:	bool "factor (2.7 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	factor factorizes integers
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@
 | 
			
		||||
 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
 | 
			
		||||
 */
 | 
			
		||||
//config:config FSYNC
 | 
			
		||||
//config:	bool "fsync (3.7 kb)"
 | 
			
		||||
//config:	bool "fsync (3.6 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	fsync is used to flush file-related cached blocks to disk.
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@
 | 
			
		||||
 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
 | 
			
		||||
 */
 | 
			
		||||
//config:config HEAD
 | 
			
		||||
//config:	bool "head (3.7 kb)"
 | 
			
		||||
//config:	bool "head (3.8 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	head is used to print the first specified number of lines
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@
 | 
			
		||||
 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
 | 
			
		||||
 */
 | 
			
		||||
//config:config HOSTID
 | 
			
		||||
//config:	bool "hostid (247 bytes)"
 | 
			
		||||
//config:	bool "hostid (286 bytes)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	hostid prints the numeric identifier (in hexadecimal) for
 | 
			
		||||
 
 | 
			
		||||
@@ -13,13 +13,13 @@
 | 
			
		||||
 * Added -G option Tito Ragusa (C) 2008 for SUSv3.
 | 
			
		||||
 */
 | 
			
		||||
//config:config ID
 | 
			
		||||
//config:	bool "id (6.7 kb)"
 | 
			
		||||
//config:	bool "id (7 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	id displays the current user and group ID names.
 | 
			
		||||
//config:
 | 
			
		||||
//config:config GROUPS
 | 
			
		||||
//config:	bool "groups (6.5 kb)"
 | 
			
		||||
//config:	bool "groups (6.7 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	Print the group names associated with current user id.
 | 
			
		||||
 
 | 
			
		||||
@@ -6,7 +6,7 @@
 | 
			
		||||
 * Licensed under GPLv2, see file LICENSE in this source tree.
 | 
			
		||||
 */
 | 
			
		||||
//config:config LINK
 | 
			
		||||
//config:	bool "link (3.1 kb)"
 | 
			
		||||
//config:	bool "link (3.2 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	link creates hard links between files.
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@
 | 
			
		||||
 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
 | 
			
		||||
 */
 | 
			
		||||
//config:config LN
 | 
			
		||||
//config:	bool "ln (4.5 kb)"
 | 
			
		||||
//config:	bool "ln (4.9 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	ln is used to create hard or soft links between files.
 | 
			
		||||
 
 | 
			
		||||
@@ -16,7 +16,7 @@
 | 
			
		||||
 * a diagnostic message and an error return.
 | 
			
		||||
 */
 | 
			
		||||
//config:config LOGNAME
 | 
			
		||||
//config:	bool "logname (894 bytes)"
 | 
			
		||||
//config:	bool "logname (1.1 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	logname is used to print the current user's login name.
 | 
			
		||||
 
 | 
			
		||||
@@ -6,31 +6,31 @@
 | 
			
		||||
 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
 | 
			
		||||
 */
 | 
			
		||||
//config:config MD5SUM
 | 
			
		||||
//config:	bool "md5sum (6.8 kb)"
 | 
			
		||||
//config:	bool "md5sum (6.5 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	Compute and check MD5 message digest
 | 
			
		||||
//config:
 | 
			
		||||
//config:config SHA1SUM
 | 
			
		||||
//config:	bool "sha1sum (6 kb)"
 | 
			
		||||
//config:	bool "sha1sum (5.9 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	Compute and check SHA1 message digest
 | 
			
		||||
//config:
 | 
			
		||||
//config:config SHA256SUM
 | 
			
		||||
//config:	bool "sha256sum (7.1 kb)"
 | 
			
		||||
//config:	bool "sha256sum (7 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	Compute and check SHA256 message digest
 | 
			
		||||
//config:
 | 
			
		||||
//config:config SHA512SUM
 | 
			
		||||
//config:	bool "sha512sum (7.6 kb)"
 | 
			
		||||
//config:	bool "sha512sum (7.4 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	Compute and check SHA512 message digest
 | 
			
		||||
//config:
 | 
			
		||||
//config:config SHA3SUM
 | 
			
		||||
//config:	bool "sha3sum (6.3 kb)"
 | 
			
		||||
//config:	bool "sha3sum (6.1 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	Compute and check SHA3 message digest
 | 
			
		||||
 
 | 
			
		||||
@@ -14,7 +14,7 @@
 | 
			
		||||
/* Nov 28, 2006      Yoshinori Sato <ysato@users.sourceforge.jp>: Add SELinux Support.
 | 
			
		||||
 */
 | 
			
		||||
//config:config MKDIR
 | 
			
		||||
//config:	bool "mkdir (4.4 kb)"
 | 
			
		||||
//config:	bool "mkdir (4.5 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	mkdir is used to create directories with the specified names.
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@
 | 
			
		||||
 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
 | 
			
		||||
 */
 | 
			
		||||
//config:config MKFIFO
 | 
			
		||||
//config:	bool "mkfifo (3.7 kb)"
 | 
			
		||||
//config:	bool "mkfifo (3.8 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	mkfifo is used to create FIFOs (named pipes).
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@
 | 
			
		||||
 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
 | 
			
		||||
 */
 | 
			
		||||
//config:config MKNOD
 | 
			
		||||
//config:	bool "mknod (4 kb)"
 | 
			
		||||
//config:	bool "mknod (4.5 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	mknod is used to create FIFOs or block/character special
 | 
			
		||||
 
 | 
			
		||||
@@ -29,7 +29,7 @@
 | 
			
		||||
 *        -p; else /tmp [deprecated]
 | 
			
		||||
 */
 | 
			
		||||
//config:config MKTEMP
 | 
			
		||||
//config:	bool "mktemp (4 kb)"
 | 
			
		||||
//config:	bool "mktemp (4.2 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	mktemp is used to create unique temporary files
 | 
			
		||||
 
 | 
			
		||||
@@ -12,7 +12,7 @@
 | 
			
		||||
 * Size reduction and improved error checking.
 | 
			
		||||
 */
 | 
			
		||||
//config:config MV
 | 
			
		||||
//config:	bool "mv (9.8 kb)"
 | 
			
		||||
//config:	bool "mv (10 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	mv is used to move or rename files or directories.
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@
 | 
			
		||||
 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
 | 
			
		||||
 */
 | 
			
		||||
//config:config NICE
 | 
			
		||||
//config:	bool "nice (1.8 kb)"
 | 
			
		||||
//config:	bool "nice (2.1 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	nice runs a program with modified scheduling priority.
 | 
			
		||||
 
 | 
			
		||||
@@ -5,7 +5,7 @@
 | 
			
		||||
 * Licensed under GPLv2, see file LICENSE in this source tree.
 | 
			
		||||
 */
 | 
			
		||||
//config:config NL
 | 
			
		||||
//config:	bool "nl (4.3 kb)"
 | 
			
		||||
//config:	bool "nl (4.6 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	nl is used to number lines of files.
 | 
			
		||||
 
 | 
			
		||||
@@ -4,7 +4,7 @@
 | 
			
		||||
 * Licensed under GPLv2, see LICENSE in this source tree
 | 
			
		||||
 */
 | 
			
		||||
//config:config NPROC
 | 
			
		||||
//config:	bool "nproc (248 bytes)"
 | 
			
		||||
//config:	bool "nproc (3.7 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	Print number of CPUs
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@
 | 
			
		||||
 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
 | 
			
		||||
 */
 | 
			
		||||
//config:config PASTE
 | 
			
		||||
//config:	bool "paste (4.5 kb)"
 | 
			
		||||
//config:	bool "paste (4.9 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	paste is used to paste lines of different files together
 | 
			
		||||
 
 | 
			
		||||
@@ -8,7 +8,7 @@
 | 
			
		||||
 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
 | 
			
		||||
 */
 | 
			
		||||
//config:config PRINTENV
 | 
			
		||||
//config:	bool "printenv (1 kb)"
 | 
			
		||||
//config:	bool "printenv (1.3 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	printenv is used to print all or part of environment.
 | 
			
		||||
 
 | 
			
		||||
@@ -38,7 +38,7 @@
 | 
			
		||||
/* 19990508 Busy Boxed! Dave Cinege */
 | 
			
		||||
 | 
			
		||||
//config:config PRINTF
 | 
			
		||||
//config:	bool "printf (3.3 kb)"
 | 
			
		||||
//config:	bool "printf (3.8 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	printf is used to format and print specified strings.
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@
 | 
			
		||||
 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
 | 
			
		||||
 */
 | 
			
		||||
//config:config PWD
 | 
			
		||||
//config:	bool "pwd (3.4 kb)"
 | 
			
		||||
//config:	bool "pwd (3.7 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	pwd is used to print the current directory.
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@
 | 
			
		||||
 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
 | 
			
		||||
 */
 | 
			
		||||
//config:config READLINK
 | 
			
		||||
//config:	bool "readlink (3.6 kb)"
 | 
			
		||||
//config:	bool "readlink (4 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	This program reads a symbolic link and returns the name
 | 
			
		||||
 
 | 
			
		||||
@@ -8,7 +8,7 @@
 | 
			
		||||
 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
 | 
			
		||||
 */
 | 
			
		||||
//config:config REALPATH
 | 
			
		||||
//config:	bool "realpath (1.1 kb)"
 | 
			
		||||
//config:	bool "realpath (1.6 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	Return the canonicalized absolute pathname.
 | 
			
		||||
 
 | 
			
		||||
@@ -11,7 +11,7 @@
 | 
			
		||||
 * Size reduction.
 | 
			
		||||
 */
 | 
			
		||||
//config:config RM
 | 
			
		||||
//config:	bool "rm (4.9 kb)"
 | 
			
		||||
//config:	bool "rm (5.4 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	rm is used to remove files or directories.
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@
 | 
			
		||||
 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
 | 
			
		||||
 */
 | 
			
		||||
//config:config RMDIR
 | 
			
		||||
//config:	bool "rmdir (3.4 kb)"
 | 
			
		||||
//config:	bool "rmdir (3.5 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	rmdir is used to remove empty directories.
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@
 | 
			
		||||
 * Licensed under GPLv2, see file LICENSE in this source tree.
 | 
			
		||||
 */
 | 
			
		||||
//config:config SEQ
 | 
			
		||||
//config:	bool "seq (3.6 kb)"
 | 
			
		||||
//config:	bool "seq (3.8 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	print a sequence of numbers
 | 
			
		||||
 
 | 
			
		||||
@@ -5,7 +5,7 @@
 | 
			
		||||
 * Licensed under GPLv2, see file LICENSE in this source tree.
 | 
			
		||||
 */
 | 
			
		||||
//config:config SHRED
 | 
			
		||||
//config:	bool "shred (5 kb)"
 | 
			
		||||
//config:	bool "shred (4.9 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	Overwrite a file to hide its contents, and optionally delete it
 | 
			
		||||
 
 | 
			
		||||
@@ -13,7 +13,7 @@
 | 
			
		||||
 * time suffixes for seconds, minutes, hours, and days.
 | 
			
		||||
 */
 | 
			
		||||
//config:config SLEEP
 | 
			
		||||
//config:	bool "sleep (1.7 kb)"
 | 
			
		||||
//config:	bool "sleep (2 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	sleep is used to pause for a specified number of seconds.
 | 
			
		||||
 
 | 
			
		||||
@@ -12,7 +12,7 @@
 | 
			
		||||
 * http://www.opengroup.org/onlinepubs/007904975/utilities/sort.html
 | 
			
		||||
 */
 | 
			
		||||
//config:config SORT
 | 
			
		||||
//config:	bool "sort (7.4 kb)"
 | 
			
		||||
//config:	bool "sort (7.7 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	sort is used to sort lines of text in specified files.
 | 
			
		||||
 
 | 
			
		||||
@@ -6,7 +6,7 @@
 | 
			
		||||
 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
 | 
			
		||||
 */
 | 
			
		||||
//config:config SPLIT
 | 
			
		||||
//config:	bool "split (5.4 kb)"
 | 
			
		||||
//config:	bool "split (5 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	Split a file into pieces.
 | 
			
		||||
 
 | 
			
		||||
@@ -13,7 +13,7 @@
 | 
			
		||||
 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
 | 
			
		||||
 */
 | 
			
		||||
//config:config STAT
 | 
			
		||||
//config:	bool "stat (10 kb)"
 | 
			
		||||
//config:	bool "stat (11 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	display file or filesystem status.
 | 
			
		||||
 
 | 
			
		||||
@@ -21,7 +21,7 @@
 | 
			
		||||
 * Special for busybox ported by Vladimir Oleynik <dzo@simtreas.ru> 2001
 | 
			
		||||
 */
 | 
			
		||||
//config:config STTY
 | 
			
		||||
//config:	bool "stty (8.6 kb)"
 | 
			
		||||
//config:	bool "stty (8.9 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	stty is used to change and print terminal line settings.
 | 
			
		||||
 
 | 
			
		||||
@@ -13,7 +13,7 @@
 | 
			
		||||
 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
 | 
			
		||||
 */
 | 
			
		||||
//config:config SUM
 | 
			
		||||
//config:	bool "sum (4.3 kb)"
 | 
			
		||||
//config:	bool "sum (4 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	checksum and count the blocks in a file
 | 
			
		||||
 
 | 
			
		||||
@@ -8,7 +8,7 @@
 | 
			
		||||
 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
 | 
			
		||||
 */
 | 
			
		||||
//config:config SYNC
 | 
			
		||||
//config:	bool "sync (769 bytes)"
 | 
			
		||||
//config:	bool "sync (3.8 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	sync is used to flush filesystem buffers.
 | 
			
		||||
 
 | 
			
		||||
@@ -13,7 +13,7 @@
 | 
			
		||||
 * http://www.uclibc.org/lists/busybox/2003-July/008813.html
 | 
			
		||||
 */
 | 
			
		||||
//config:config TAC
 | 
			
		||||
//config:	bool "tac (4.1 kb)"
 | 
			
		||||
//config:	bool "tac (3.9 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	tac is used to concatenate and print files in reverse.
 | 
			
		||||
 
 | 
			
		||||
@@ -19,7 +19,7 @@
 | 
			
		||||
 * 7) lseek attempted when count==0 even if arg was +0 (from top)
 | 
			
		||||
 */
 | 
			
		||||
//config:config TAIL
 | 
			
		||||
//config:	bool "tail (7.1 kb)"
 | 
			
		||||
//config:	bool "tail (6.8 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	tail is used to print the last specified number of lines
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@
 | 
			
		||||
 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
 | 
			
		||||
 */
 | 
			
		||||
//config:config TEE
 | 
			
		||||
//config:	bool "tee (4.3 kb)"
 | 
			
		||||
//config:	bool "tee (4.2 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	tee is used to read from standard input and write
 | 
			
		||||
 
 | 
			
		||||
@@ -20,7 +20,7 @@
 | 
			
		||||
 *     "This program is in the Public Domain."
 | 
			
		||||
 */
 | 
			
		||||
//config:config TEST
 | 
			
		||||
//config:	bool "test (3.6 kb)"
 | 
			
		||||
//config:	bool "test (4.1 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	test is used to check file types and compare values,
 | 
			
		||||
 
 | 
			
		||||
@@ -28,7 +28,7 @@
 | 
			
		||||
 * rewrite  14-11-2008 vda
 | 
			
		||||
 */
 | 
			
		||||
//config:config TIMEOUT
 | 
			
		||||
//config:	bool "timeout (5.5 kb)"
 | 
			
		||||
//config:	bool "timeout (6 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	Runs a program and watches it. If it does not terminate in
 | 
			
		||||
 
 | 
			
		||||
@@ -13,7 +13,7 @@
 | 
			
		||||
 * Also, exiting on a failure was a bug.  All args should be processed.
 | 
			
		||||
 */
 | 
			
		||||
//config:config TOUCH
 | 
			
		||||
//config:	bool "touch (5.8 kb)"
 | 
			
		||||
//config:	bool "touch (5.9 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	touch is used to create or change the access and/or
 | 
			
		||||
 
 | 
			
		||||
@@ -19,7 +19,7 @@
 | 
			
		||||
 * TODO: graph, print
 | 
			
		||||
 */
 | 
			
		||||
//config:config TR
 | 
			
		||||
//config:	bool "tr (5.5 kb)"
 | 
			
		||||
//config:	bool "tr (5.1 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	tr is used to squeeze, and/or delete characters from standard
 | 
			
		||||
 
 | 
			
		||||
@@ -6,7 +6,7 @@
 | 
			
		||||
 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
 | 
			
		||||
 */
 | 
			
		||||
//config:config TRUNCATE
 | 
			
		||||
//config:	bool "truncate (4.7 kb)"
 | 
			
		||||
//config:	bool "truncate (4.2 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	truncate truncates files to a given size. If a file does
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@
 | 
			
		||||
 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
 | 
			
		||||
 */
 | 
			
		||||
//config:config TTY
 | 
			
		||||
//config:	bool "tty (3.3 kb)"
 | 
			
		||||
//config:	bool "tty (3.6 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	tty is used to print the name of the current terminal to
 | 
			
		||||
 
 | 
			
		||||
@@ -44,7 +44,7 @@
 | 
			
		||||
 *  Fix handling of -a to not print "unknown", add -o and -i support.
 | 
			
		||||
 */
 | 
			
		||||
//config:config UNAME
 | 
			
		||||
//config:	bool "uname (3.7 kb)"
 | 
			
		||||
//config:	bool "uname (3.9 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	uname is used to print system information.
 | 
			
		||||
@@ -59,7 +59,7 @@
 | 
			
		||||
//config:
 | 
			
		||||
//can't use "ARCH" for this applet, all hell breaks loose in build system :)
 | 
			
		||||
//config:config BB_ARCH
 | 
			
		||||
//config:	bool "arch (1.6 kb)"
 | 
			
		||||
//config:	bool "arch (1.1 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	Same as uname -m.
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@
 | 
			
		||||
 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
 | 
			
		||||
 */
 | 
			
		||||
//config:config UNIQ
 | 
			
		||||
//config:	bool "uniq (4.8 kb)"
 | 
			
		||||
//config:	bool "uniq (4.9 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	uniq is used to remove duplicate lines from a sorted file.
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@
 | 
			
		||||
 * Licensed under GPLv2, see LICENSE in this source tree
 | 
			
		||||
 */
 | 
			
		||||
//config:config UNLINK
 | 
			
		||||
//config:	bool "unlink (3.5 kb)"
 | 
			
		||||
//config:	bool "unlink (3.2 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	unlink deletes a file by calling unlink()
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@
 | 
			
		||||
 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
 | 
			
		||||
 */
 | 
			
		||||
//config:config USLEEP
 | 
			
		||||
//config:	bool "usleep (1.1 kb)"
 | 
			
		||||
//config:	bool "usleep (1.3 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	usleep is used to pause for a specified number of microseconds.
 | 
			
		||||
 
 | 
			
		||||
@@ -11,7 +11,7 @@
 | 
			
		||||
 * "end" line
 | 
			
		||||
 */
 | 
			
		||||
//config:config UUDECODE
 | 
			
		||||
//config:	bool "uudecode (5.9 kb)"
 | 
			
		||||
//config:	bool "uudecode (5.8 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	uudecode is used to decode a uuencoded file.
 | 
			
		||||
@@ -175,7 +175,7 @@ int uudecode_main(int argc UNUSED_PARAM, char **argv)
 | 
			
		||||
//kbuild:lib-$(CONFIG_BASE64) += uudecode.o
 | 
			
		||||
 | 
			
		||||
//config:config BASE64
 | 
			
		||||
//config:	bool "base64 (5 kb)"
 | 
			
		||||
//config:	bool "base64 (4.9 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	Base64 encode and decode
 | 
			
		||||
 
 | 
			
		||||
@@ -8,7 +8,7 @@
 | 
			
		||||
 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
 | 
			
		||||
 */
 | 
			
		||||
//config:config UUENCODE
 | 
			
		||||
//config:	bool "uuencode (4.6 kb)"
 | 
			
		||||
//config:	bool "uuencode (4.4 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	uuencode is used to uuencode a file.
 | 
			
		||||
 
 | 
			
		||||
@@ -33,7 +33,7 @@
 | 
			
		||||
 * for which 'wc -c' should output '0'.
 | 
			
		||||
 */
 | 
			
		||||
//config:config WC
 | 
			
		||||
//config:	bool "wc (4.4 kb)"
 | 
			
		||||
//config:	bool "wc (4.5 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	wc is used to print the number of bytes, words, and lines,
 | 
			
		||||
 
 | 
			
		||||
@@ -15,7 +15,7 @@
 | 
			
		||||
 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
 | 
			
		||||
 */
 | 
			
		||||
//config:config WHO
 | 
			
		||||
//config:	bool "who (3.7 kb)"
 | 
			
		||||
//config:	bool "who (3.9 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	depends on FEATURE_UTMP
 | 
			
		||||
//config:	help
 | 
			
		||||
@@ -23,14 +23,14 @@
 | 
			
		||||
//config:
 | 
			
		||||
// procps-ng has this variation of "who":
 | 
			
		||||
//config:config W
 | 
			
		||||
//config:	bool "w (3.7 kb)"
 | 
			
		||||
//config:	bool "w (3.8 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	depends on FEATURE_UTMP
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	Print users currently logged on.
 | 
			
		||||
//config:
 | 
			
		||||
//config:config USERS
 | 
			
		||||
//config:	bool "users (3.2 kb)"
 | 
			
		||||
//config:	bool "users (3.4 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	depends on FEATURE_UTMP
 | 
			
		||||
//config:	help
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@
 | 
			
		||||
 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
 | 
			
		||||
 */
 | 
			
		||||
//config:config WHOAMI
 | 
			
		||||
//config:	bool "whoami (2.9 kb)"
 | 
			
		||||
//config:	bool "whoami (3.2 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	whoami is used to print the username of the current
 | 
			
		||||
 
 | 
			
		||||
@@ -11,7 +11,7 @@
 | 
			
		||||
 * Size reductions and removed redundant applet name prefix from error messages.
 | 
			
		||||
 */
 | 
			
		||||
//config:config YES
 | 
			
		||||
//config:	bool "yes (956 bytes)"
 | 
			
		||||
//config:	bool "yes (1.2 kb)"
 | 
			
		||||
//config:	default y
 | 
			
		||||
//config:	help
 | 
			
		||||
//config:	yes is used to repeatedly output a specific string, or
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user