Changeset 110 in MondoRescue


Ignore:
Timestamp:
Nov 6, 2005, 3:05:44 PM (18 years ago)
Author:
andree
Message:

busybox ping wants a space between option '-c' and its argument.

File:
1 edited

Legend:

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

    r94 r110  
    12351235    fprintf(fout, "ifconfig %s %s; # config client\n", nfs_dev,
    12361236            nfs_client_ipaddr);
    1237     fprintf(fout, "ping -c1 %s; # ping server\n", nfs_server_ipaddr);
     1237    fprintf(fout, "ping -c 1 %s; # ping server\n", nfs_server_ipaddr);
    12381238    fprintf(fout, "mount -t nfs -o nolock %s /tmp/isodir\n",
    12391239            bkpinfo->nfs_mount);
Note: See TracChangeset for help on using the changeset viewer.