From: hjl Date: Thu, 18 May 2000 21:37:26 +0000 (+0000) Subject: 2000-05-18 H.J. Lu X-Git-Tag: nfs-utils-0-1-7-4~1 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=2fa836dd82ed15151a46dbf7911879c5660d12ba;hp=bb7332c8ae35110fc9c93200be8830230b7a17be;ds=sidebyside 2000-05-18 H.J. Lu * etc/redhat/nfs.init (restart): Just do stop and start. --- diff --git a/ChangeLog b/ChangeLog index c96d894..b436636 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,12 @@ -2000-09-09 Jay Weber +2000-05-18 H.J. Lu - * added support for ext3 recognition in rquotad + * etc/redhat/nfs.init (restart): Just do stop and start. + +2000-05-09 Jay Weber + + * utils/rquotad/hasquota.c: added support for ext3 recognition + in rquotad. + * utils/rquotad/mntent.h: Likewise. 2000-05-01 H.J. Lu diff --git a/etc/redhat/nfs.init b/etc/redhat/nfs.init index 6da8e0c..d3eeab5 100755 --- a/etc/redhat/nfs.init +++ b/etc/redhat/nfs.init @@ -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 -