/[mldonkey]/mldonkey/src/daemon/driver/driverMain.ml
ViewVC logotype

Diff of /mldonkey/src/daemon/driver/driverMain.ml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.60 by spiralvoice, Wed Jul 27 19:57:24 2005 UTC revision 1.61 by spiralvoice, Mon Aug 1 20:09:13 2005 UTC
# Line 442  The core therefore is unable to get eDon Line 442  The core therefore is unable to get eDon
442  If you are using MLDonkey in a chroot environment you should  If you are using MLDonkey in a chroot environment you should
443  consider reading this article to get DNS support back:  consider reading this article to get DNS support back:
444  http://mldonkey.berlios.de/modules.php?name=Wiki&pagename=Chroot\n\n");  http://mldonkey.berlios.de/modules.php?name=Wiki&pagename=Chroot\n\n");
445      (
446        let real_glibc_version = MlUnix.glibc_version_num () in
447          if real_glibc_version <> Autoconf.glibc_version
448             && real_glibc_version <> "" then
449            lprintf (_b"
450    Attention!
451    This core is running with glibc %s but it was compiled with glibc %s.
452    This can lead to unexpected behaviour. Consider compiling the core yourself
453    or getting a binary compiled with glibc %s.\n\n")
454              real_glibc_version Autoconf.glibc_version Autoconf.glibc_version
455      );
456    load_config ();    load_config ();
457        
458    add_infinite_option_timer download_sample_rate CommonFile.sample_timer;    add_infinite_option_timer download_sample_rate CommonFile.sample_timer;
# Line 461  http://mldonkey.berlios.de/modules.php?n Line 471  http://mldonkey.berlios.de/modules.php?n
471    end;    end;
472    
473  (*  lprintf "(3) networks_iter load_complex_options\n"; *)  (*  lprintf "(3) networks_iter load_complex_options\n"; *)
   lprintf_nl "%s" (DriverControlers.text_of_html !!motd_html);  
474    lprintf_nl (_b "Check http://www.mldonkey.net/ for updates");    lprintf_nl (_b "Check http://www.mldonkey.net/ for updates");
475    networks_iter (fun r -> network_load_complex_options r);    networks_iter (fun r -> network_load_complex_options r);
476    lprintf (_b "%senabling networks: ") (log_time ());    lprintf (_b "%senabling networks: ") (log_time ());

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26