diff options
Diffstat (limited to 'networking')
-rw-r--r-- | networking/arping.c | 2 | ||||
-rw-r--r-- | networking/brctl.c | 2 | ||||
-rw-r--r-- | networking/dnsd.c | 2 | ||||
-rw-r--r-- | networking/ether-wake.c | 2 | ||||
-rw-r--r-- | networking/ftpgetput.c | 4 | ||||
-rw-r--r-- | networking/hostname.c | 4 | ||||
-rw-r--r-- | networking/ifplugd.c | 2 | ||||
-rw-r--r-- | networking/ip.c | 6 | ||||
-rw-r--r-- | networking/ipcalc.c | 2 | ||||
-rw-r--r-- | networking/isrv_identd.c | 2 | ||||
-rw-r--r-- | networking/nameif.c | 2 | ||||
-rw-r--r-- | networking/nbd-client.c | 2 | ||||
-rw-r--r-- | networking/nslookup.c | 2 | ||||
-rw-r--r-- | networking/ntpd.c | 2 | ||||
-rw-r--r-- | networking/pscan.c | 2 | ||||
-rw-r--r-- | networking/route.c | 2 | ||||
-rw-r--r-- | networking/slattach.c | 2 | ||||
-rw-r--r-- | networking/ssl_client.c | 2 | ||||
-rw-r--r-- | networking/telnetd.c | 2 | ||||
-rw-r--r-- | networking/traceroute.c | 2 | ||||
-rw-r--r-- | networking/tunctl.c | 2 | ||||
-rw-r--r-- | networking/udhcp/Config.src | 4 | ||||
-rw-r--r-- | networking/vconfig.c | 2 | ||||
-rw-r--r-- | networking/wget.c | 2 | ||||
-rw-r--r-- | networking/whois.c | 2 | ||||
-rw-r--r-- | networking/zcip.c | 2 |
26 files changed, 31 insertions, 31 deletions
diff --git a/networking/arping.c b/networking/arping.c index 86f0221..967f1ac 100644 --- a/networking/arping.c +++ b/networking/arping.c @@ -6,7 +6,7 @@ * Busybox port: Nick Fedchik <nick@fedchik.org.ua> */ //config:config ARPING -//config: bool "arping (9 kb)" +//config: bool "arping (9.1 kb)" //config: default y //config: help //config: Ping hosts by ARP packets. diff --git a/networking/brctl.c b/networking/brctl.c index 956bd91..7b0270b 100644 --- a/networking/brctl.c +++ b/networking/brctl.c @@ -10,7 +10,7 @@ * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ //config:config BRCTL -//config: bool "brctl (4.7 kb)" +//config: bool "brctl (9.9 kb)" //config: default y //config: help //config: Manage ethernet bridges. diff --git a/networking/dnsd.c b/networking/dnsd.c index a0f320c..a11d83f 100644 --- a/networking/dnsd.c +++ b/networking/dnsd.c @@ -17,7 +17,7 @@ * the first porting of oao' scdns to busybox also. */ //config:config DNSD -//config: bool "dnsd (9.8 kb)" +//config: bool "dnsd (10 kb)" //config: default y //config: help //config: Small and static DNS server daemon. diff --git a/networking/ether-wake.c b/networking/ether-wake.c index 36e90ac..68df193 100644 --- a/networking/ether-wake.c +++ b/networking/ether-wake.c @@ -64,7 +64,7 @@ * filter. That configuration consumes more power. */ //config:config ETHER_WAKE -//config: bool "ether-wake (4.9 kb)" +//config: bool "ether-wake (5.2 kb)" //config: default y //config: help //config: Send a magic packet to wake up sleeping machines. diff --git a/networking/ftpgetput.c b/networking/ftpgetput.c index 4c92f34..1172850 100644 --- a/networking/ftpgetput.c +++ b/networking/ftpgetput.c @@ -13,13 +13,13 @@ * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ //config:config FTPGET -//config: bool "ftpget (7.8 kb)" +//config: bool "ftpget (7.9 kb)" //config: default y //config: help //config: Retrieve a remote file via FTP. //config: //config:config FTPPUT -//config: bool "ftpput (7.5 kb)" +//config: bool "ftpput (7.6 kb)" //config: default y //config: help //config: Store a remote file via FTP. diff --git a/networking/hostname.c b/networking/hostname.c index 5491034..36cb708 100644 --- a/networking/hostname.c +++ b/networking/hostname.c @@ -10,13 +10,13 @@ * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ //config:config HOSTNAME -//config: bool "hostname (5.5 kb)" +//config: bool "hostname (5.8 kb)" //config: default y //config: help //config: Show or set the system's host name. //config: //config:config DNSDOMAINNAME -//config: bool "dnsdomainname (3.6 kb)" +//config: bool "dnsdomainname (3.8 kb)" //config: default y //config: help //config: Alias to "hostname -d". diff --git a/networking/ifplugd.c b/networking/ifplugd.c index 0b55bf4..a776d41 100644 --- a/networking/ifplugd.c +++ b/networking/ifplugd.c @@ -7,7 +7,7 @@ * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ //config:config IFPLUGD -//config: bool "ifplugd (10 kb)" +//config: bool "ifplugd (11 kb)" //config: default y //config: help //config: Network interface plug detection daemon. diff --git a/networking/ip.c b/networking/ip.c index 7c32086..36126b7 100644 --- a/networking/ip.c +++ b/networking/ip.c @@ -19,7 +19,7 @@ //config: trying to be portable, it's better to use "ip CMD" forms. //config: //config:config IPADDR -//config: bool "ipaddr (14 kb)" +//config: bool "ipaddr (15 kb)" //config: default y //config: select FEATURE_IP_ADDRESS //config: help @@ -40,7 +40,7 @@ //config: Short form of "ip route" //config: //config:config IPTUNNEL -//config: bool "iptunnel (9.6 kb)" +//config: bool "iptunnel (9.8 kb)" //config: default y //config: select FEATURE_IP_TUNNEL //config: help @@ -54,7 +54,7 @@ //config: Short form of "ip rule" //config: //config:config IPNEIGH -//config: bool "ipneigh (8.3 kb)" +//config: bool "ipneigh (8.6 kb)" //config: default y //config: select FEATURE_IP_NEIGH //config: help diff --git a/networking/ipcalc.c b/networking/ipcalc.c index e82e35d..92e7b28 100644 --- a/networking/ipcalc.c +++ b/networking/ipcalc.c @@ -12,7 +12,7 @@ * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ //config:config IPCALC -//config: bool "ipcalc (4.4 kb)" +//config: bool "ipcalc (4.6 kb)" //config: default y //config: help //config: ipcalc takes an IP address and netmask and calculates the diff --git a/networking/isrv_identd.c b/networking/isrv_identd.c index f564d60..a92afc7 100644 --- a/networking/isrv_identd.c +++ b/networking/isrv_identd.c @@ -7,7 +7,7 @@ * Licensed under GPLv2, see file LICENSE in this source tree. */ //config:config FAKEIDENTD -//config: bool "fakeidentd (8.7 kb)" +//config: bool "fakeidentd (9 kb)" //config: default y //config: select FEATURE_SYSLOG //config: help diff --git a/networking/nameif.c b/networking/nameif.c index 66e0426..461745c 100644 --- a/networking/nameif.c +++ b/networking/nameif.c @@ -10,7 +10,7 @@ * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ //config:config NAMEIF -//config: bool "nameif (6.6 kb)" +//config: bool "nameif (6.9 kb)" //config: default y //config: select FEATURE_SYSLOG //config: help diff --git a/networking/nbd-client.c b/networking/nbd-client.c index 755b42c..556fa8c 100644 --- a/networking/nbd-client.c +++ b/networking/nbd-client.c @@ -4,7 +4,7 @@ * Licensed under GPLv2, see file LICENSE in this source tree. */ //config:config NBDCLIENT -//config: bool "nbd-client (6 kb)" +//config: bool "nbd-client (6.3 kb)" //config: default y //config: help //config: Network block device client diff --git a/networking/nslookup.c b/networking/nslookup.c index 249083e..b67d354 100644 --- a/networking/nslookup.c +++ b/networking/nslookup.c @@ -1,7 +1,7 @@ /* vi: set sw=4 ts=4: */ //config:config NSLOOKUP -//config: bool "nslookup (9.7 kb)" +//config: bool "nslookup (10 kb)" //config: default y //config: help //config: nslookup is a tool to query Internet name servers. diff --git a/networking/ntpd.c b/networking/ntpd.c index c7519b8..93bd318 100644 --- a/networking/ntpd.c +++ b/networking/ntpd.c @@ -41,7 +41,7 @@ *********************************************************************** */ //config:config NTPD -//config: bool "ntpd (22 kb)" +//config: bool "ntpd (23 kb)" //config: default y //config: help //config: The NTP client/server daemon. diff --git a/networking/pscan.c b/networking/pscan.c index 816178b..13785de 100644 --- a/networking/pscan.c +++ b/networking/pscan.c @@ -6,7 +6,7 @@ * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ //config:config PSCAN -//config: bool "pscan (6 kb)" +//config: bool "pscan (6.2 kb)" //config: default y //config: help //config: Simple network port scanner. diff --git a/networking/route.c b/networking/route.c index 26146f8..6e2d30c 100644 --- a/networking/route.c +++ b/networking/route.c @@ -25,7 +25,7 @@ * remove ridiculous amounts of bloat. */ //config:config ROUTE -//config: bool "route (8.7 kb)" +//config: bool "route (9 kb)" //config: default y //config: help //config: Route displays or manipulates the kernel's IP routing tables. diff --git a/networking/slattach.c b/networking/slattach.c index 16b4c91..2f5cd15 100644 --- a/networking/slattach.c +++ b/networking/slattach.c @@ -13,7 +13,7 @@ * - The -F options allows disabling of RTS/CTS flow control. */ //config:config SLATTACH -//config: bool "slattach (6.2 kb)" +//config: bool "slattach (6.3 kb)" //config: default y //config: help //config: slattach configures serial line as SLIP network interface. diff --git a/networking/ssl_client.c b/networking/ssl_client.c index 397aad2..582fb0e 100644 --- a/networking/ssl_client.c +++ b/networking/ssl_client.c @@ -4,7 +4,7 @@ * Licensed under GPLv2, see file LICENSE in this source tree. */ //config:config SSL_CLIENT -//config: bool "ssl_client (25 kb)" +//config: bool "ssl_client (28 kb)" //config: default y //config: select TLS //config: help diff --git a/networking/telnetd.c b/networking/telnetd.c index fb90e7f..bfeea14 100644 --- a/networking/telnetd.c +++ b/networking/telnetd.c @@ -21,7 +21,7 @@ * Set process group corrections, initial busybox port */ //config:config TELNETD -//config: bool "telnetd (12 kb)" +//config: bool "telnetd (13 kb)" //config: default y //config: select FEATURE_SYSLOG //config: help diff --git a/networking/traceroute.c b/networking/traceroute.c index 4bbe1ab..767f537 100644 --- a/networking/traceroute.c +++ b/networking/traceroute.c @@ -216,7 +216,7 @@ //config: Utility to trace the route of IP packets. //config: //config:config TRACEROUTE6 -//config: bool "traceroute6 (13 kb)" +//config: bool "traceroute6 (12 kb)" //config: default y //config: depends on FEATURE_IPV6 //config: help diff --git a/networking/tunctl.c b/networking/tunctl.c index 28571ae..c17302e 100644 --- a/networking/tunctl.c +++ b/networking/tunctl.c @@ -10,7 +10,7 @@ * Licensed under GPLv2, see file LICENSE in this source tree. */ //config:config TUNCTL -//config: bool "tunctl (6.2 kb)" +//config: bool "tunctl (6.4 kb)" //config: default y //config: help //config: tunctl creates or deletes tun devices. diff --git a/networking/udhcp/Config.src b/networking/udhcp/Config.src index d9c501c..4b9259e 100644 --- a/networking/udhcp/Config.src +++ b/networking/udhcp/Config.src @@ -50,7 +50,7 @@ config DHCPD_LEASES_FILE of the file. Normally it is safe to leave it untouched. config DUMPLEASES - bool "dumpleases (5.1 kb)" + bool "dumpleases (5.3 kb)" default y help dumpleases displays the leases written out by the udhcpd. @@ -58,7 +58,7 @@ config DUMPLEASES by the absolute time that it expires in seconds from epoch. config DHCPRELAY - bool "dhcprelay (5.2 kb)" + bool "dhcprelay (5.5 kb)" default y help dhcprelay listens for DHCP requests on one or more interfaces diff --git a/networking/vconfig.c b/networking/vconfig.c index 7e805be..77fbe3a 100644 --- a/networking/vconfig.c +++ b/networking/vconfig.c @@ -7,7 +7,7 @@ * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ //config:config VCONFIG -//config: bool "vconfig (2.3 kb)" +//config: bool "vconfig (2.6 kb)" //config: default y //config: help //config: Creates, removes, and configures VLAN interfaces diff --git a/networking/wget.c b/networking/wget.c index 9ec0e67..199ddd4 100644 --- a/networking/wget.c +++ b/networking/wget.c @@ -9,7 +9,7 @@ * Kuhn's copyrights are licensed GPLv2-or-later. File as a whole remains GPLv2. */ //config:config WGET -//config: bool "wget (38 kb)" +//config: bool "wget (41 kb)" //config: default y //config: help //config: wget is a utility for non-interactive download of files from HTTP diff --git a/networking/whois.c b/networking/whois.c index caa71ac..3a1dbd4 100644 --- a/networking/whois.c +++ b/networking/whois.c @@ -10,7 +10,7 @@ * Add proxy support */ //config:config WHOIS -//config: bool "whois (6.3 kb)" +//config: bool "whois (6.5 kb)" //config: default y //config: help //config: whois is a client for the whois directory service diff --git a/networking/zcip.c b/networking/zcip.c index 311dfbe..137d46e 100644 --- a/networking/zcip.c +++ b/networking/zcip.c @@ -14,7 +14,7 @@ * certainly be used. Its naming is built over multicast DNS. */ //config:config ZCIP -//config: bool "zcip (8.4 kb)" +//config: bool "zcip (8.7 kb)" //config: default y //config: select FEATURE_SYSLOG //config: help |