- Timestamp:
- Nov 16, 2008, 8:43:05 AM (16 years ago)
- Branches:
- master
- Children:
- 983ca58
- Parents:
- ad1a0bc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cblfs/init.d/nfs-client
rad1a0bc r78b069e 18 18 19 19 if [ "$NFS4" = "yes" ]; then 20 boot mesg "Starting NFS gssd"20 boot_mesg "Starting NFS gssd..." 21 21 loadproc /usr/sbin/rpc.gssd -k ${NFS4KEYTAB:-/etc/nfs4.keytab} 22 22 23 boot mesg "Starting NFS idmapd"23 boot_mesg "Starting NFS idmapd..." 24 24 loadproc /usr/sbin/rpc.idmapd 25 25 fi … … 28 28 29 29 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 30 36 boot_mesg "Stopping NFS statd..." 31 37 killproc /usr/sbin/rpc.statd … … 40 46 status) 41 47 statusproc /usr/sbin/rpc.statd 48 statusproc /usr/sbin/rpc.gssd 49 statusproc /usr/sbin/rpc.idmapd 42 50 ;; 43 51
Note:
See TracChangeset
for help on using the changeset viewer.