Changeset 3452 in MondoRescue for branches/3.2/mindi


Ignore:
Timestamp:
Aug 30, 2015, 3:52:51 AM (9 years ago)
Author:
Bruno Cornec
Message:
  • Creates cache directories for rpcbind (RHEL6 & 7) before launching the daemon
File:
1 edited

Legend:

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

    r3445 r3452  
    150150        if [ -x /sbin/rpcbind ]; then
    151151            echo "Starting rpcbind daemon..."
     152            mkdir -p /var/cache/rpcbind /var/lib/rpcbind
    152153            /sbin/rpcbind -w &
    153154        fi
Note: See TracChangeset for help on using the changeset viewer.