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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.