Changeset 3261 in MondoRescue for branches/3.2/mindi/rootfs


Ignore:
Timestamp:
Mar 30, 2014, 4:18:24 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Remove now unneeded modules from net module list
  • Fix perl usage typos
  • Fix some error msgs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi/rootfs/usr/sbin/start-netfs

    r3216 r3261  
    118118    elif [ "$proto" != "" ]; then
    119119        if [ -x /sbin/rpcbind ]; then
    120             "Startng rpcbind daemon..."
    121             /sbin/rpcbind &
     120            "Starting rpcbind daemon..."
     121            /sbin/rpcbind -w &
    122122        fi
    123123        LogIt "Mounting Network share ($netfsmount) on /tmp/isodir..."
Note: See TracChangeset for help on using the changeset viewer.