Changeset 144 in MondoRescue


Ignore:
Timestamp:
Nov 29, 2005, 4:08:08 PM (18 years ago)
Author:
bcornec
Message:

Found the coredump generated due to an error in the application of a previous patch.

Location:
branches/2.05/mondo/mondo/common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.05/mondo/mondo/common/libmondo-files.c

    r141 r144  
    12291229    }
    12301230    fprintf(fout, "ifconfig lo 127.0.0.1  # config loopback\n");
    1231     fprintf(fout, "ifconfig %s %s # config client\n", nfs_dev,
     1231    fprintf(fout, "ifconfig %s %s   # config client\n", nfs_dev,
    12321232            nfs_client_ipaddr);
    1233     fprintf(fout, "ping -c 1 %s # ping server\n", nfs_server_ipaddr);
     1233    fprintf(fout, "ping -c 1 %s # ping server\n", nfs_server_ipaddr);
    12341234    fprintf(fout, "mount -t nfs -o nolock %s /tmp/isodir\n",
    12351235            bkpinfo->nfs_mount);
  • branches/2.05/mondo/mondo/common/newt-specific.c

    r128 r144  
    550550                    grep_for_me, filename, g_noof_log_lines);
    551551        } else {
    552             sprintf(command, "cat %s | tail -n%d %s", g_noof_log_lines,
     552            sprintf(command, "tail -n%d %s", g_noof_log_lines,
    553553                    filename);
    554554        }
Note: See TracChangeset for help on using the changeset viewer.