diff options
-rw-r--r-- | ChangeLog | 9 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rwxr-xr-x | etc/redhat/nfs.init | 2 | ||||
-rw-r--r-- | nfs-utils.spec | 2 |
5 files changed, 13 insertions, 4 deletions
@@ -1,3 +1,12 @@ +2000-06-27 H.J. Lu <hjl@lucon.org> + + * etc/redhat/nfs.init: Run /usr/sbin/exportfs last during + startup to ensure all exiting clients are exported. + + * configure.in (VERSION): Set to "0.1.8.2". + * configure: Regenerated. + * nfs-utils.spec: Updated. + 2000-06-06 H.J. Lu <hjl@lucon.org> * configure.in (VERSION): Set to "0.1.8.1". @@ -544,7 +544,7 @@ fi # The nfs-utils version -VERSION="0.1.8.1" +VERSION="0.1.8.2" # Check whether --with-statedir or --without-statedir was given. diff --git a/configure.in b/configure.in index 5369f51..c01093b 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ AC_INIT(rules.mk) AC_PREFIX_DEFAULT(/usr) # The nfs-utils version -VERSION="0.1.8.1" +VERSION="0.1.8.2" AC_SUBST(VERSION) dnl ************************************************************* diff --git a/etc/redhat/nfs.init b/etc/redhat/nfs.init index a12e262..a00bd30 100755 --- a/etc/redhat/nfs.init +++ b/etc/redhat/nfs.init @@ -36,7 +36,6 @@ RPCMOUNTDOPTS="--no-nfs-version 3" case "$1" in start) # Start daemons. - action "Starting NFS services: " /usr/sbin/exportfs -r echo -n "Starting NFS quotas: " daemon rpc.rquotad echo @@ -46,6 +45,7 @@ case "$1" in echo -n "Starting NFS daemon: " daemon rpc.nfsd $RPCNFSDCOUNT echo + action "Starting NFS services: " /usr/sbin/exportfs -r touch /var/lock/subsys/nfs ;; stop) diff --git a/nfs-utils.spec b/nfs-utils.spec index c262c1c..103d849 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -1,6 +1,6 @@ Summary: NFS utlilities and supporting daemons for the kernel NFS server. Name: nfs-utils -Version: 0.1.8.1 +Version: 0.1.8.2 Release: 1 Source0: ftp://nfs.sourceforge.net/pub/nfs/%{name}-%{version}.tar.gz Group: System Environment/Daemons |