Changeset 1621 in MondoRescue for branches/stable/mondo/src/mondorestore


Ignore:
Timestamp:
Sep 7, 2007, 11:56:50 AM (18 years ago)
Author:
Bruno Cornec
Message:

(merge -r1599:1614 $SVN_M/branches/2.2.5 .)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/mondorestore/mondorestore.c

    r1594 r1621  
    712712    tmp1 = call_program_and_get_last_line_of_output("cat /proc/cmdline");
    713713#endif
    714         if ((strstr(tmp1,"restore") == NULL) ||
    715             (strstr(tmp1,"RESTORE") == NULL)) {
     714        if (strstr(tmp1,"RESTORE") == NULL) {
    716715            /* -H option */
    717716            mr_asprintf(&tmp,
Note: See TracChangeset for help on using the changeset viewer.