diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-18 22:01:24 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-18 22:01:24 +0200 |
commit | 4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e (patch) | |
tree | 133b5d5ad9f27d12a913057540d1e877c4bb1436 /loginutils | |
parent | 483405a9b0df6ea14344b1144959be1debef925e (diff) | |
download | busybox-4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e.tar.gz |
Update menuconfig items with approximate applet sizes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'loginutils')
-rw-r--r-- | loginutils/add-remove-shell.c | 4 | ||||
-rw-r--r-- | loginutils/addgroup.c | 2 | ||||
-rw-r--r-- | loginutils/adduser.c | 2 | ||||
-rw-r--r-- | loginutils/chpasswd.c | 2 | ||||
-rw-r--r-- | loginutils/cryptpw.c | 4 | ||||
-rw-r--r-- | loginutils/deluser.c | 4 | ||||
-rw-r--r-- | loginutils/getty.c | 2 | ||||
-rw-r--r-- | loginutils/login.c | 2 | ||||
-rw-r--r-- | loginutils/passwd.c | 2 | ||||
-rw-r--r-- | loginutils/su.c | 2 | ||||
-rw-r--r-- | loginutils/sulogin.c | 2 | ||||
-rw-r--r-- | loginutils/vlock.c | 2 |
12 files changed, 15 insertions, 15 deletions
diff --git a/loginutils/add-remove-shell.c b/loginutils/add-remove-shell.c index 54b62c773..eb16c6ead 100644 --- a/loginutils/add-remove-shell.c +++ b/loginutils/add-remove-shell.c @@ -8,13 +8,13 @@ * for details. */ //config:config ADD_SHELL -//config: bool "add-shell" +//config: bool "add-shell (2.8 kb)" //config: default y if DESKTOP //config: help //config: Add shells to /etc/shells. //config: //config:config REMOVE_SHELL -//config: bool "remove-shell" +//config: bool "remove-shell (2.7 kb)" //config: default y if DESKTOP //config: help //config: Remove shells from /etc/shells. diff --git a/loginutils/addgroup.c b/loginutils/addgroup.c index 94da4efbb..c02ff10e9 100644 --- a/loginutils/addgroup.c +++ b/loginutils/addgroup.c @@ -10,7 +10,7 @@ * */ //config:config ADDGROUP -//config: bool "addgroup" +//config: bool "addgroup (8.2 kb)" //config: default y //config: help //config: Utility for creating a new group account. diff --git a/loginutils/adduser.c b/loginutils/adduser.c index 40bc816a1..e2818f852 100644 --- a/loginutils/adduser.c +++ b/loginutils/adduser.c @@ -8,7 +8,7 @@ * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ //config:config ADDUSER -//config: bool "adduser" +//config: bool "adduser (15 kb)" //config: default y //config: help //config: Utility for creating a new user account. diff --git a/loginutils/chpasswd.c b/loginutils/chpasswd.c index baafd35c8..60f54ab01 100644 --- a/loginutils/chpasswd.c +++ b/loginutils/chpasswd.c @@ -6,7 +6,7 @@ * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ //config:config CHPASSWD -//config: bool "chpasswd" +//config: bool "chpasswd (18 kb)" //config: default y //config: help //config: Reads a file of user name and password pairs from standard input diff --git a/loginutils/cryptpw.c b/loginutils/cryptpw.c index 3dc8232e0..75769c813 100644 --- a/loginutils/cryptpw.c +++ b/loginutils/cryptpw.c @@ -10,14 +10,14 @@ * Licensed under GPLv2, see file LICENSE in this source tree. */ //config:config CRYPTPW -//config: bool "cryptpw" +//config: bool "cryptpw (14 kb)" //config: default y //config: help //config: Encrypts the given password with the crypt(3) libc function //config: using the given salt. //config: //config:config MKPASSWD -//config: bool "mkpasswd" +//config: bool "mkpasswd (15 kb)" //config: default y //config: help //config: Encrypts the given password with the crypt(3) libc function diff --git a/loginutils/deluser.c b/loginutils/deluser.c index fbb1614fb..5b05faf3a 100644 --- a/loginutils/deluser.c +++ b/loginutils/deluser.c @@ -9,13 +9,13 @@ * Licensed under GPLv2, see file LICENSE in this source tree. */ //config:config DELUSER -//config: bool "deluser" +//config: bool "deluser (8.4 kb)" //config: default y //config: help //config: Utility for deleting a user account. //config: //config:config DELGROUP -//config: bool "delgroup" +//config: bool "delgroup (5.6 kb)" //config: default y //config: help //config: Utility for deleting a group account. diff --git a/loginutils/getty.c b/loginutils/getty.c index ba6c784a3..d38471a42 100644 --- a/loginutils/getty.c +++ b/loginutils/getty.c @@ -22,7 +22,7 @@ * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ //config:config GETTY -//config: bool "getty" +//config: bool "getty (10 kb)" //config: default y //config: select FEATURE_SYSLOG //config: help diff --git a/loginutils/login.c b/loginutils/login.c index be05def09..fbdfd2925 100644 --- a/loginutils/login.c +++ b/loginutils/login.c @@ -3,7 +3,7 @@ * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ //config:config LOGIN -//config: bool "login" +//config: bool "login (24 kb)" //config: default y //config: select FEATURE_SYSLOG //config: help diff --git a/loginutils/passwd.c b/loginutils/passwd.c index b7b7423fd..ea8f07474 100644 --- a/loginutils/passwd.c +++ b/loginutils/passwd.c @@ -3,7 +3,7 @@ * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ //config:config PASSWD -//config: bool "passwd" +//config: bool "passwd (21 kb)" //config: default y //config: select FEATURE_SYSLOG //config: help diff --git a/loginutils/su.c b/loginutils/su.c index 4cce82405..b70696fe7 100644 --- a/loginutils/su.c +++ b/loginutils/su.c @@ -5,7 +5,7 @@ * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ //config:config SU -//config: bool "su" +//config: bool "su (19 kb)" //config: default y //config: select FEATURE_SYSLOG //config: help diff --git a/loginutils/sulogin.c b/loginutils/sulogin.c index 2e32e2bbd..cdc2c8c5a 100644 --- a/loginutils/sulogin.c +++ b/loginutils/sulogin.c @@ -5,7 +5,7 @@ * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ //config:config SULOGIN -//config: bool "sulogin" +//config: bool "sulogin (17 kb)" //config: default y //config: select FEATURE_SYSLOG //config: help diff --git a/loginutils/vlock.c b/loginutils/vlock.c index 5ba6a8780..e3b701d53 100644 --- a/loginutils/vlock.c +++ b/loginutils/vlock.c @@ -16,7 +16,7 @@ * It now works with md5, sha1, etc passwords. */ //config:config VLOCK -//config: bool "vlock" +//config: bool "vlock (17 kb)" //config: default y //config: help //config: Build the "vlock" applet which allows you to lock (virtual) terminals. |