Changeset 1918 in MondoRescue for branches/2.2.6/mondo/src/mondoarchive
- Timestamp:
- Apr 17, 2008, 1:40:13 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.6/mondo/src/mondoarchive/main.c
r1917 r1918 17 17 ***************************************************************************/ 18 18 19 /** change log ****** MONDO-DEVEL20 21 22 12/1023 - disable stopping/starting of autofs24 25 10/0126 - update g_erase_tmpdir_and_scratchdir to delete user-specified tmpdir, scratchdir27 28 06/1929 - added AUX_VER30 31 06/14/200432 - use mondorescue.iso, not mindi.iso33 34 02/10/200435 - tell users where BusyBox's sources are36 37 11/14/200338 - cleaned up logging at end#39 40 10/2341 - don't try to test-read tape ... That's already42 handled by post_param_configuration()43 44 10/1945 - if your PATH var is too long, abort46 47 09/2348 - added some comments49 - malloc/free global strings in new subroutines - malloc_libmondo_global_strings()50 and free_libmondo_global_strings() - which are in libmondo-tools.c51 - better magicdev support52 53 54 09/1655 - delete /var/log/partimagehack-debug.log at start of main()56 57 09/1558 - added askbootloader59 60 09/0961 - if your tape is weird, I'll pause between backup and verify62 - fixed silly bug in main() - re: say_at_end63 64 01/01 - 08/3165 - call 'dmesg -n1' at start, to shut the kernel logger up66 - moved g_erase_tmpdir_and_scratchdir to common/newt-specific.c67 - added 'don't panic' msg to start of logfile68 - added 'nice(20)' to main()69 - added lots of assert()'s and log_OS_error()'s70 - clean-up (Hugo)71 - make post_param_configuration() setup g_erase_tmpdir_and_scratchdir72 - if --version then print & exit quickly73 - re-run g_erase_tmpdir_and_scratchdir via system() at very end74 75 Year: 200276 - if user goes root with 'su' instead of 'su -' then77 workaround it by setting PATH correctly78 - wipe mondoarchive.log at very beginning79 - cleaned up code80 - if changed.files.N exists then copy to changes.files for display81 - run_program_and_log_output() now takes boolean operator to specify82 whether it will log its activities in the event of _success_83 - added popup list of changed files84 - removed 'beta-quality' warnings85 - if kernel not found and mondo in graphics mode then popup and ask86 for kernel path+filename87 - fixed tmp[] 'too small' bug88 - unmount and eject CD at end of verify cycle89 - moved interactively_obtain...() to libmondo-stream.c90 - wrote stuff to autodetect tape+cdrw+etc.91 - renamed from main.c to mondo-archive.c92 - fore+after warnings that this code is beta-quality93 - abort if running from ramdisk94 - remount floppy at end & unmount at start if Mandrake95 - took out #debug stuff96 - add 2> /dev/null to 'find' command97 - add support for bkpinfo->nonbootable_backup98 - add main function begin comment and debug conditional99 compilation - Stan Benoit100 - add debug statements to build a run tree. Stan Benoit101 **** end change log **********/102 103 104 19 /** 105 20 * @file … … 109 24 /************************* #include statements *************************/ 110 25 #include <pthread.h> 111 //#include <config.h>112 //#include "../../config.h"113 26 #include <stdio.h> 114 27 #include <stdlib.h> … … 137 50 138 51 /***************** global vars, used only by main.c ******************/ 139 extern bool g_skip_floppies;140 52 long diffs; 141 53
Note:
See TracChangeset
for help on using the changeset viewer.