diff options
author | Pere Orga <gotrunks@gmail.com> | 2011-08-11 13:42:00 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-08-16 23:36:10 +0200 |
commit | b1611d9a4693f1dc8296ef44f7e0f6044032ce15 (patch) | |
tree | b3418ea24db0353d10c1e46cd3e4cd51af61f88f /coreutils/Config.src | |
parent | 4619802a5f399119345ca339886b7b060f2c15aa (diff) | |
download | busybox-w32-b1611d9a4693f1dc8296ef44f7e0f6044032ce15.tar.gz busybox-w32-b1611d9a4693f1dc8296ef44f7e0f6044032ce15.tar.bz2 busybox-w32-b1611d9a4693f1dc8296ef44f7e0f6044032ce15.zip |
hostid: fix behavior on identifiers starting with zeros
Signed-off-by: Pere Orga <gotrunks@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/Config.src')
-rw-r--r-- | coreutils/Config.src | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/coreutils/Config.src b/coreutils/Config.src index 65165d79b..a28449b11 100644 --- a/coreutils/Config.src +++ b/coreutils/Config.src | |||
@@ -269,13 +269,6 @@ config FEATURE_FANCY_HEAD | |||
269 | help | 269 | help |
270 | This enables the head options (-c, -q, and -v). | 270 | This enables the head options (-c, -q, and -v). |
271 | 271 | ||
272 | config HOSTID | ||
273 | bool "hostid" | ||
274 | default y | ||
275 | help | ||
276 | hostid prints the numeric identifier (in hexadecimal) for | ||
277 | the current host. | ||
278 | |||
279 | config INSTALL | 272 | config INSTALL |
280 | bool "install" | 273 | bool "install" |
281 | default y | 274 | default y |