]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - etc/nodist/nfs-server
chkconfig line changed from 2345 99 01 to 2345 60 20
[nfs-utils.git] / etc / nodist / nfs-server
index d95eadab78997a1ce51c0517d194a153828664ea..65495e9f0ad9096973dafef987aa3871b2d081a9 100755 (executable)
@@ -3,7 +3,7 @@
 #       independent fashion.
 #
 # description:  starts and stops nfs server services
-# chkconfig: 2345 99 01
+# chkconfig: 2345 60 20
 #
 # Copyright (c) 2000-2001 Mission Critical Linux, Inc.
 #
@@ -50,10 +50,15 @@ start)
     $EXPORTFS -r
     echo "done."
 
+    echo -n "Starting $NFSD: "
+    startdaemon $PREFIX$NFSD $RPCNFSDCOUNT
+
     if /usr/sbin/rpcinfo -u localhost nfs 3 &>/dev/null 
     then
         RPCMOUNTDOPTS="$RPCMOUNTDOPTS --no-nfs-version 3"
     fi
+    echo -n "Starting $MOUNTD: "
+    startdaemon $MOUNTD $RPCMOUNTDOPTS
 
     # Start rquotad if it is set
     if [ -n "$RQUOTAD" ]
@@ -62,11 +67,6 @@ start)
         startdaemon $RQUOTAD
     fi
 
-    echo -n "Starting $MOUNTD: "
-    startdaemon $MOUNTD $RPCMOUNTDOPTS
-    echo -n "Starting $NFSD: "
-    startdaemon $PREFIX$NFSD $RPCNFSDCOUNT
-
     # if this lock file doesn't exist, init won't even try to run
     # the shutdown script for this service on RedHat systems!
     # on non-RedHat systems, /var/lock/subsys may not exist.