Changeset 127 in MondoRescue for trunk/mondo/mondo/mondorestore/mondo-prep.c


Ignore:
Timestamp:
Nov 19, 2005, 2:27:31 AM (18 years ago)
Author:
bcornec
Message:

merge -r 125:126 $SVN_M/branches/2.05

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/mondo/mondorestore/mondo-prep.c

    r115 r127  
    488488            if (lvmversion == 2) {
    489489                strcpy(tmp, call_program_and_get_last_line_of_output
    490                        ("cat /var/log/mondo-archive.log | tail -n5 | grep Insufficient | tail -n1"));
     490                       ("tail -n5 /var/log/mondo-archive.log | grep Insufficient | tail -n1"));
    491491            } else {
    492492                strcpy(tmp, call_program_and_get_last_line_of_output
    493                        ("cat /var/log/mondo-archive.log | tail -n5 | grep lvcreate | tail -n1"));
     493                       ("tail -n5 /var/log/mondo-archive.log | grep lvcreate | tail -n1"));
    494494            }
    495495            for (p = tmp; *p != '\0' && !isdigit(*p); p++);
Note: See TracChangeset for help on using the changeset viewer.