Changeset 78b069e in bootscripts-standard


Ignore:
Timestamp:
Nov 16, 2008, 8:43:05 AM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
983ca58
Parents:
ad1a0bc
Message:
 
File:
1 edited

Legend:

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

    rad1a0bc r78b069e  
    1818
    1919                if [ "$NFS4" = "yes" ]; then
    20                         bootmesg "Starting NFS gssd"
     20                        boot_mesg "Starting NFS gssd..."
    2121                        loadproc /usr/sbin/rpc.gssd -k ${NFS4KEYTAB:-/etc/nfs4.keytab}
    2222
    23                         bootmesg "Starting NFS idmapd"
     23                        boot_mesg "Starting NFS idmapd..."
    2424                        loadproc /usr/sbin/rpc.idmapd
    2525                fi
     
    2828
    2929        stop)
     30                boot_mesg "Stopping NFS idmapd..."
     31                killproc /usr/sbin/rpc.idmapd
     32
     33                boot_mesg "Stopping NFS gssd..."
     34                killproc /usr/sbin/rpc.gssd
     35
    3036                boot_mesg "Stopping NFS statd..."
    3137                killproc /usr/sbin/rpc.statd
     
    4046        status)
    4147                statusproc /usr/sbin/rpc.statd
     48                statusproc /usr/sbin/rpc.gssd
     49                statusproc /usr/sbin/rpc.idmapd
    4250                ;;
    4351
Note: See TracChangeset for help on using the changeset viewer.