diff options
author | Denys Vlasenko | 2023-07-10 17:25:21 +0200 |
---|---|---|
committer | Denys Vlasenko | 2023-07-10 17:25:21 +0200 |
commit | 5353df91cba7b397b9407701681708d0a1518df6 (patch) | |
tree | 7b7925e3e43c7ef44c618a629bbc6aa78a8c3bf7 /loginutils | |
parent | a9047e09807f11bcd62f69c481ce19b2663f8862 (diff) | |
download | busybox-5353df91cba7b397b9407701681708d0a1518df6.zip busybox-5353df91cba7b397b9407701681708d0a1518df6.tar.gz |
Update applet size estimates
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/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/sulogin.c | 2 | ||||
-rw-r--r-- | loginutils/vlock.c | 2 |
10 files changed, 13 insertions, 13 deletions
diff --git a/loginutils/add-remove-shell.c b/loginutils/add-remove-shell.c index b09555a..2470050 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 (3.1 kb)" +//config: bool "add-shell (3.3 kb)" //config: default y if DESKTOP //config: help //config: Add shells to /etc/shells. //config: //config:config REMOVE_SHELL -//config: bool "remove-shell (3 kb)" +//config: bool "remove-shell (3.3 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 71d3a8d..2b5ac75 100644 --- a/loginutils/addgroup.c +++ b/loginutils/addgroup.c @@ -9,7 +9,7 @@ * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ //config:config ADDGROUP -//config: bool "addgroup (8.6 kb)" +//config: bool "addgroup (8.8 kb)" //config: default y //config: select LONG_OPTS //config: help diff --git a/loginutils/chpasswd.c b/loginutils/chpasswd.c index a032abb..65530b6 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 (18 kb)" +//config: bool "chpasswd (19 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 2109e2e..1c33854 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 (14 kb)" +//config: bool "cryptpw (15 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 (15 kb)" +//config: bool "mkpasswd (16 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 8e7df73..a82ffc3 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 (9.1 kb)" +//config: bool "deluser (9.3 kb)" //config: default y //config: help //config: Utility for deleting a user account. //config: //config:config DELGROUP -//config: bool "delgroup (6.4 kb)" +//config: bool "delgroup (6.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 cd6378d..4581cc9 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 (10 kb)" +//config: bool "getty (11 kb)" //config: default y //config: select FEATURE_SYSLOG //config: help diff --git a/loginutils/login.c b/loginutils/login.c index b02be21..301be4a 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 (24 kb)" +//config: bool "login (25 kb)" //config: default y //config: select FEATURE_SYSLOG //config: help diff --git a/loginutils/passwd.c b/loginutils/passwd.c index acc9422..1e84496 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 (21 kb)" +//config: bool "passwd (22 kb)" //config: default y //config: select FEATURE_SYSLOG //config: help diff --git a/loginutils/sulogin.c b/loginutils/sulogin.c index 681022a..9c927ed 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 (17 kb)" +//config: bool "sulogin (18 kb)" //config: default y //config: select FEATURE_SYSLOG //config: help diff --git a/loginutils/vlock.c b/loginutils/vlock.c index 720835c..11bf58c 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 (17 kb)" +//config: bool "vlock (18 kb)" //config: default y //config: help //config: Build the "vlock" applet which allows you to lock (virtual) terminals. |