- Timestamp:
- Nov 16, 2008, 11:26:22 AM (16 years ago)
- Branches:
- master
- Children:
- 5ef5f90
- Parents:
- 983ca58
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cblfs/init.d/nfs-server
r983ca58 reec6401 18 18 19 19 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 20 24 boot_mesg "Starting NFS4 idmapd..." 21 25 loadproc /usr/sbin/rpc.idmapd … … 65 69 boot_mesg "Stopping NFS idmapd..." 66 70 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 67 75 fi 68 76
Note:
See TracChangeset
for help on using the changeset viewer.