From f17a4292237f9a53fee5e9f66adc59377586c896 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Dec 14 2004 13:31:58 +0000 Subject: make sure the correct hostname is used in the SM_NOTIFY message that is sent from a rebooted server which has multiple network interfaces. (bz 139101) Changed nfslock to send lockd a -KILL signal when coming down. (bz 125257) --- diff --git a/nfs-utils.spec b/nfs-utils.spec index 136f826..103c326 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -1,7 +1,7 @@ Summary: NFS utlilities and supporting daemons for the kernel NFS server. Name: nfs-utils Version: 1.0.6 -Release: 43 +Release: 47 # group all 32bit related archs %define all_32bit_archs i386 i686 athlon @@ -65,6 +65,7 @@ Patch56: nfs-utils-1.0.6-fd-sig-cleanup.patch Patch57: nfs-utils-1.0.6-idmap-syslog.patch Patch58: nfs-utils-1.0.6-idmap.conf.patch Patch59: nfs-utils-1.0.6-rquotad-overflow.patch +Patch60: nfs-utils-1.0.6-statd-notify-hostname.patch Patch100: nfs-utils-1.0.6-compile.patch Patch150: nfs-utils-1.0.6-pie.patch @@ -139,6 +140,7 @@ mv librpcsecgss-%{rpcsecgss} support/rpcsecgss %patch57 -p1 -b .syslog %patch58 -p1 -b .conf %patch59 -p1 -b .overflow +%patch60 -p1 -b .notify # Do the magic to get things to compile @@ -290,6 +292,14 @@ fi %config /etc/rc.d/init.d/nfslock %changelog +* Tue Dec 14 2004 Steve Dickson +- make sure the correct hostname is used in the SM_NOTIFY + message that is sent from a rebooted server which has + multiple network interfaces. (bz 139101) + +- Changed nfslock to send lockd a -KILL signal + when coming down. (bz 125257) + * Thu Nov 11 2004 Steve Dickson - Replaced a memcopy with explicit assignments in getquotainfo() of rquotad to fix potential overflow diff --git a/nfslock.init b/nfslock.init index 918bd1d..0ac8e6a 100755 --- a/nfslock.init +++ b/nfslock.init @@ -78,6 +78,8 @@ stop() { echo -n $"Stopping NFS locking: " killproc lockd echo + else + killproc lockd -KILL fi echo -n $"Stopping NFS statd: " killproc rpc.statd