summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
-rwxr-xr-xetc/redhat/nfs.init2
-rw-r--r--nfs-utils.spec2
5 files changed, 13 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 73fe5ee..fecb80c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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".
diff --git a/configure b/configure
index 1611d70..3ce08f1 100755
--- a/configure
+++ b/configure
@@ -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