aboutsummaryrefslogtreecommitdiff
path: root/networking/hostname.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2023-07-10 17:25:21 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2023-07-10 17:25:21 +0200
commit5353df91cba7b397b9407701681708d0a1518df6 (patch)
tree7b7925e3e43c7ef44c618a629bbc6aa78a8c3bf7 /networking/hostname.c
parenta9047e09807f11bcd62f69c481ce19b2663f8862 (diff)
downloadbusybox-w32-5353df91cba7b397b9407701681708d0a1518df6.tar.gz
busybox-w32-5353df91cba7b397b9407701681708d0a1518df6.tar.bz2
busybox-w32-5353df91cba7b397b9407701681708d0a1518df6.zip
Update applet size estimates
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/hostname.c')
-rw-r--r--networking/hostname.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/hostname.c b/networking/hostname.c
index 549103485..36cb70866 100644
--- a/networking/hostname.c
+++ b/networking/hostname.c
@@ -10,13 +10,13 @@
10 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 10 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
11 */ 11 */
12//config:config HOSTNAME 12//config:config HOSTNAME
13//config: bool "hostname (5.5 kb)" 13//config: bool "hostname (5.8 kb)"
14//config: default y 14//config: default y
15//config: help 15//config: help
16//config: Show or set the system's host name. 16//config: Show or set the system's host name.
17//config: 17//config:
18//config:config DNSDOMAINNAME 18//config:config DNSDOMAINNAME
19//config: bool "dnsdomainname (3.6 kb)" 19//config: bool "dnsdomainname (3.8 kb)"
20//config: default y 20//config: default y
21//config: help 21//config: help
22//config: Alias to "hostname -d". 22//config: Alias to "hostname -d".