mldonkey-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-commits] Changes to mldonkey/src/daemon/driver/driverMain.ml


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/daemon/driver/driverMain.ml
Date: Mon, 15 Aug 2005 16:22:51 -0400

Index: mldonkey/src/daemon/driver/driverMain.ml
diff -u mldonkey/src/daemon/driver/driverMain.ml:1.63 
mldonkey/src/daemon/driver/driverMain.ml:1.64
--- mldonkey/src/daemon/driver/driverMain.ml:1.63       Thu Aug  4 21:43:58 2005
+++ mldonkey/src/daemon/driver/driverMain.ml    Mon Aug 15 20:22:50 2005
@@ -74,6 +74,9 @@
   incr CommonWeb.hours;
   CommonWeb.load_web_infos ();
   if !CommonWeb.hours mod !!compaction_delay = 0 then Gc.compact ();
+  if !!backup_options_delay <> 0
+     && !CommonWeb.hours mod !!backup_options_delay = 0 then
+       CommonComplexOptions.backup_options ();
   DriverControlers.check_calendar ();
   CommonWeb.connect_redirector ();
   CommonFile.propose_filenames ()
@@ -657,7 +660,7 @@
       Sys.remove security_space_filename;
       DriverInteractive.save_config ();
       CommonComplexOptions.save_sources ();
-
+      CommonComplexOptions.backup_options ();
       lprintf_nl (_b "Core stopped")
     );
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]