statd: Fix test for foreground mode (bz 1188040)
Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
parent
bddd73d5a3
commit
f6e169fb37
25
nfs-utils-1.2.1-statd-bg.patch
Normal file
25
nfs-utils-1.2.1-statd-bg.patch
Normal file
@ -0,0 +1,25 @@
|
||||
commit 17a3e5bffb7110d46de1bf42b64b90713ff5ea50
|
||||
Author: Chris Mayo <aklhfex@gmail.com>
|
||||
Date: Sun Feb 1 12:03:46 2015 -0500
|
||||
|
||||
statd: Fix test for foreground mode
|
||||
|
||||
daemon_init parameter has the opposite sense
|
||||
to code removed in commit 7addf9d
|
||||
|
||||
Signed-off-by: Chris Mayo <aklhfex@gmail.com>
|
||||
Signed-off-by: Steve Dickson <steved@redhat.com>
|
||||
|
||||
diff --git a/utils/statd/statd.c b/utils/statd/statd.c
|
||||
index 60ce6d1..2b7a167 100644
|
||||
--- a/utils/statd/statd.c
|
||||
+++ b/utils/statd/statd.c
|
||||
@@ -393,7 +393,7 @@ int main (int argc, char **argv)
|
||||
simulator (--argc, ++argv); /* simulator() does exit() */
|
||||
#endif
|
||||
|
||||
- daemon_init(!(run_mode & MODE_NODAEMON));
|
||||
+ daemon_init((run_mode & MODE_NODAEMON));
|
||||
|
||||
if (run_mode & MODE_LOG_STDERR) {
|
||||
xlog_syslog(0);
|
@ -2,7 +2,7 @@ Summary: NFS utilities and supporting clients and daemons for the kernel NFS ser
|
||||
Name: nfs-utils
|
||||
URL: http://sourceforge.net/projects/nfs
|
||||
Version: 1.3.2
|
||||
Release: 0.0%{?dist}
|
||||
Release: 0.1%{?dist}
|
||||
Epoch: 1
|
||||
|
||||
# group all 32bit related archs
|
||||
@ -15,6 +15,8 @@ Source2: nfs.sysconfig
|
||||
Source3: nfs-utils_env.sh
|
||||
Source4: lockd.conf
|
||||
|
||||
Patch001: nfs-utils-1.2.1-statd-bg.patch
|
||||
|
||||
Patch100: nfs-utils-1.2.1-statdpath-man.patch
|
||||
Patch101: nfs-utils-1.2.1-exp-subtree-warn-off.patch
|
||||
Patch102: nfs-utils-1.2.3-sm-notify-res_init.patch
|
||||
@ -70,6 +72,8 @@ This package also contains the mount.nfs and umount.nfs program.
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%patch001 -p1
|
||||
|
||||
%patch100 -p1
|
||||
%patch101 -p1
|
||||
%patch102 -p1
|
||||
@ -293,6 +297,9 @@ fi
|
||||
/sbin/umount.nfs4
|
||||
|
||||
%changelog
|
||||
* Sun Feb 1 2015 Steve Dickson <steved@redhat.com> 1.3.2-0.1
|
||||
- statd: Fix test for foreground mode (bz 1188040)
|
||||
|
||||
* Sat Jan 31 2015 Steve Dickson <steved@redhat.com> 1.3.2-0.0
|
||||
- Updated to latest upstream release: 1-3-2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user