Changeset ad1a0bc in bootscripts-standard for cblfs/init.d/nfs-client
- Timestamp:
- Nov 16, 2008, 8:18:47 AM (16 years ago)
- Branches:
- master
- Children:
- 78b069e
- Parents:
- 5c8d1b0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cblfs/init.d/nfs-client
r5c8d1b0 rad1a0bc 10 10 . /etc/sysconfig/rc 11 11 . $rc_functions 12 . /etc/sysconfig/nfs-client 12 13 13 14 case "$1" in … … 15 16 boot_mesg "Starting NFS statd..." 16 17 loadproc /usr/sbin/rpc.statd 18 19 if [ "$NFS4" = "yes" ]; then 20 bootmesg "Starting NFS gssd" 21 loadproc /usr/sbin/rpc.gssd -k ${NFS4KEYTAB:-/etc/nfs4.keytab} 22 23 bootmesg "Starting NFS idmapd" 24 loadproc /usr/sbin/rpc.idmapd 25 fi 26 17 27 ;; 18 28
Note:
See TracChangeset
for help on using the changeset viewer.