Changeset 195 in MondoRescue for branches/2.05


Ignore:
Timestamp:
Dec 13, 2005, 7:10:50 PM (18 years ago)
Author:
bcornec
Message:

remove nice of mondoarchive + Changelogs update

Location:
branches/2.05
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2.05/mindi/CHANGES

    r157 r195  
    99- USB keyboard support (Bruno Cornec)
    1010- -p should now work with ISO/PXE/NFS modes (Bruno Cornec)
     11- relocate what was under /usr/share to /usr/lib (FHS compliance)
     12  (Bruno Cornec/Andree Leidenfrost)
     13- manage non ambiguous delivery under /usr (packages) or /usr/local (tar ball)
     14  (Bruno Cornec)
    1115
    12161.05 (2005-11-19)
  • branches/2.05/mondo/ChangeLog

    r174 r195  
    1616- Quadrupled ARBITRARY_MAXIMUM from 500 to 2000 for mondorestore's filebrowser
    1717  (Andree Leidenfrost)
     18- remove the renice of mondoarchive (Hugo Rabson)
     19- relocate what was under /usr/share to /usr/lib (FHS compliance)
     20  (Bruno Cornec/Andree Leidenfrost)
     21- manage non ambiguous delivery under /usr (packages) or /usr/local (tar ball)
     22  (Bruno Cornec)
     23- disable x11 build by default (Bruno Cornec)
     24- remove sbminst (Bruno Cornec/Andree Leidenfrost)
    1825
    1926v2.05 (2005-11-19)
  • branches/2.05/mondo/mondo/mondoarchive/main.c

    r169 r195  
    313313    register_pid(g_main_pid, "mondo");
    314314    set_signals(TRUE);          // catch SIGTERM, etc.
    315     nice(10);
    316315    run_program_and_log_output("dmesg -n1", TRUE);
    317316
Note: See TracChangeset for help on using the changeset viewer.