Changeset 746 in MondoRescue for branches/stable/mondo


Ignore:
Timestamp:
Aug 5, 2006, 12:00:51 PM (18 years ago)
Author:
Bruno Cornec
Message:
  • Still trying to fix LABEL + LVM in mindi
  • Removed some X11 files remaining
  • remove some ps options not available with busybox
  • Use LOGFILE constantly in init & LogIt
Location:
branches/stable/mondo/mondo
Files:
4 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/mondo/mondorestore/mondo-prep.c

    r706 r746  
    23232323#else
    23242324    sprintf(program, "raidstart %s", raid_device);
    2325 //      sprintf (program, "raidstart " RAID_DEVICE_STUB "*");
    23262325#endif
    23272326    log_msg(1, "program = %s", program);
  • branches/stable/mondo/mondo/mondorestore/mondo-rstr-tools.c

    r704 r746  
    23572357    sprintf(command, "mount /dev/fd0u1722 %s", mountpt);
    23582358    sprintf(tmp,
    2359             "(sleep 15; kill `ps ax | grep \"%s\" | cut -d' ' -f1` 2> /dev/null) &",
     2359            "(sleep 15; kill `ps | grep \"%s\" | cut -d' ' -f1` 2> /dev/null) &",
    23602360            command);
    23612361    log_msg(1, "tmp = '%s'", tmp);
Note: See TracChangeset for help on using the changeset viewer.