Changeset 8bfe893 in bootscripts-standard for cblfs/init.d/nfs-server


Ignore:
Timestamp:
Nov 27, 2008, 6:08:45 PM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
45bb4ac
Parents:
91e0c48
Message:

Change the way we kill nfsd.

File:
1 edited

Legend:

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

    r91e0c48 r8bfe893  
    6060
    6161                boot_mesg "Stopping NFS nfsd..."
    62                 # nfsd needs HUP....
    63                 killproc nfsd HUP
     62                loadproc /usr/sbin/rpc.nfsd 0
    6463
    6564                if [ "$NFS4" = "yes" ]; then
Note: See TracChangeset for help on using the changeset viewer.