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.

File:
1 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);
Note: See TracChangeset for help on using the changeset viewer.