Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2023-07-10 18:25:21 +0300
committerDenys Vlasenko <vda.linux@googlemail.com>2023-07-10 18:25:21 +0300
commit5353df91cba7b397b9407701681708d0a1518df6 (patch)
tree7b7925e3e43c7ef44c618a629bbc6aa78a8c3bf7 /loginutils
parenta9047e09807f11bcd62f69c481ce19b2663f8862 (diff)
Update applet size estimates
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'loginutils')
-rw-r--r--loginutils/add-remove-shell.c4
-rw-r--r--loginutils/addgroup.c2
-rw-r--r--loginutils/chpasswd.c2
-rw-r--r--loginutils/cryptpw.c4
-rw-r--r--loginutils/deluser.c4
-rw-r--r--loginutils/getty.c2
-rw-r--r--loginutils/login.c2
-rw-r--r--loginutils/passwd.c2
-rw-r--r--loginutils/sulogin.c2
-rw-r--r--loginutils/vlock.c2
10 files changed, 13 insertions, 13 deletions
diff --git a/loginutils/add-remove-shell.c b/loginutils/add-remove-shell.c
index b09555aae..2470050e7 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 71d3a8db9..2b5ac7550 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 a032abbed..65530b614 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 2109e2eb5..1c338540f 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 8e7df737c..a82ffc317 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 cd6378d80..4581cc9f7 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 b02be2176..301be4a34 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 acc942275..1e8449627 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 681022acb..9c927ed79 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 720835c4b..11bf58ca0 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.