From 9e0a9765d586ec5207111e35cceb3a705309aece Mon Sep 17 00:00:00 2001 From: Matt Colyer Date: Thu, 23 Apr 2009 19:06:41 -0700 Subject: Remove libiphone-initconf reference in the README. [#38 state:resolved] --- README | 3 +-- src/lockdown.c | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README b/README index 699064d..f010258 100644 --- a/README +++ b/README @@ -24,7 +24,6 @@ To compile run: ./configure make sudo make install # (if you want to install it into your system directories) - libiphone-initconf # (as the user you intend to use the library) On Ubuntu/Debian, you can do: sudo apt-get install build-essential automake autoconf libtool\ @@ -46,4 +45,4 @@ mailing list: http://lists.mattcolyer.com/listinfo.cgi/iphone-linux-dev-mattcolyer.com updated: - 2009-03-25 + 2009-04-23 diff --git a/src/lockdown.c b/src/lockdown.c index 64c325e..3b99edb 100644 --- a/src/lockdown.c +++ b/src/lockdown.c @@ -506,7 +506,7 @@ iphone_error_t iphone_lckd_new_client(iphone_device_t device, iphone_lckd_client host_id = get_host_id(); if (IPHONE_E_SUCCESS == ret && !host_id) { - log_debug_msg("No HostID found, run libiphone-initconf.\n"); + log_debug_msg("No HostID found, generation of HostID required.\n"); ret = IPHONE_E_INVALID_CONF; } -- cgit v1.1-32-gdbae