Changeset eec6401 in bootscripts-standard


Ignore:
Timestamp:
Nov 16, 2008, 11:26:22 AM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
5ef5f90
Parents:
983ca58
Message:

Final Update for NFS4 Server Script.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cblfs/init.d/nfs-server

    r983ca58 reec6401  
    1818
    1919                if [ "$NFS4" = "yes" ]; then
     20                        boot_mesg "Mounting rpc_pipefs virtual filesystem..."
     21                        /bin/mount -t rpc_pipefs rpc_pipefs /var/lib/nfs/rpc_pipefs 2>&1 > /dev/null
     22                        evaluate_retval
     23
    2024                        boot_mesg "Starting NFS4 idmapd..."
    2125                        loadproc /usr/sbin/rpc.idmapd
     
    6569                        boot_mesg "Stopping NFS idmapd..."
    6670                        killproc /usr/sbin/rpc.idmapd
     71
     72                        boot_mesg "Unmounting rpc_pipefs virtual filesystem..."
     73                        /bin/umount /var/lib/nfs/rpc_pipefs 2>&1 > /dev/null
     74                        evaluate_retval
    6775                fi
    6876
Note: See TracChangeset for help on using the changeset viewer.