Changeset 94 in MondoRescue for trunk/mondo/mondo/mondoarchive/main.c


Ignore:
Timestamp:
Oct 29, 2005, 1:08:39 AM (19 years ago)
Author:
bcornec
Message:

x86_64 support (begining)
find_and_store_mondoarchives_home interface change
libmondo-tools.c modified with asprintf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/mondo/mondoarchive/main.c

    r87 r94  
    135135extern int g_currentY;
    136136extern bool g_text_mode;
    137 extern char *g_boot_mountpt;
    138137extern bool g_remount_cdrom_at_end, g_remount_floppy_at_end;
    139138extern char *g_mondo_home;
     
    314313    set_signals(TRUE);          // catch SIGTERM, etc.
    315314    nice(10);
     315    run_program_and_log_output("date", 1);
    316316    run_program_and_log_output("dmesg -n1", TRUE);
    317317
     
    564564    }
    565565
     566    run_program_and_log_output("date", 1);
     567
    566568    if (!g_text_mode) {
    567569        popup_and_OK
Note: See TracChangeset for help on using the changeset viewer.