]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
2000-05-18 H.J. Lu <hjl@lucon.org>
authorhjl <hjl>
Thu, 18 May 2000 21:37:26 +0000 (21:37 +0000)
committerhjl <hjl>
Thu, 18 May 2000 21:37:26 +0000 (21:37 +0000)
* etc/redhat/nfs.init (restart): Just do stop and start.

ChangeLog
etc/redhat/nfs.init

index c96d894f1bde859e662dedcd2eca2f54063facf6..b436636cd162fb6a96b132887b30dd850a4887b9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
-2000-09-09  Jay Weber <jweber@valinux.com>
+2000-05-18  H.J. Lu <hjl@lucon.org>
 
-       * added support for ext3 recognition in rquotad
+       * etc/redhat/nfs.init (restart): Just do stop and start.
+
+2000-05-09  Jay Weber <jweber@valinux.com>
+
+       * utils/rquotad/hasquota.c: added support for ext3 recognition
+       in rquotad.
+       * utils/rquotad/mntent.h: Likewise.
 
 2000-05-01  H.J. Lu <hjl@lucon.org>
 
index 6da8e0c0f7d42d7313b130d7cd1468ddf8301856..d3eeab5ebed7b5f004342adb509e1d7917198032 100755 (executable)
@@ -68,13 +68,8 @@ case "$1" in
        status rpc.rquotad
        ;;
   restart)
-       echo -n "Restarting NFS services: "
-       echo -n "rpc.mountd "
-       killproc rpc.mountd
-       daemon rpc.mountd $RPCMOUNTDOPTS
-       /usr/sbin/exportfs -r
-       touch /var/lock/subsys/nfs
-       echo "done."
+       $0 stop
+       $0 start
        ;;
   reload)
        /usr/sbin/exportfs -r
@@ -99,4 +94,3 @@ case "$1" in
 esac
 
 exit 0
-