Accepting request 181586 from network
- rpcbind-systemd-notify.patch make systemd service type "notify" this is almost the same as the default but with the difference that the daemon now is able to to notify systemd when it finished startup hence avoiding a race condition in where startup is faster than the process finishing its own internal setup routines. (forwarded request 181216 from elvigia) OBS-URL: https://build.opensuse.org/request/show/181586 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpcbind?expand=0&rev=32
This commit is contained in:
commit
53b593a252
23
rpcbind-systemd-notify.patch
Normal file
23
rpcbind-systemd-notify.patch
Normal file
@ -0,0 +1,23 @@
|
||||
--- rpcbind-0.2.0_git201103171419.orig/src/rpcbind.c
|
||||
+++ rpcbind-0.2.0_git201103171419/src/rpcbind.c
|
||||
@@ -253,7 +253,9 @@ main(int argc, char *argv[])
|
||||
#endif
|
||||
|
||||
network_init();
|
||||
-
|
||||
+#ifdef SYSTEMD
|
||||
+ sd_notify(0, "READY=1");
|
||||
+#endif
|
||||
my_svc_run();
|
||||
rpcbind_syslog(LOG_ERR, "svc_run returned unexpectedly");
|
||||
rpcbind_abort();
|
||||
--- rpcbind-0.2.0_git201103171419.orig/systemd/rpcbind.service.in
|
||||
+++ rpcbind-0.2.0_git201103171419/systemd/rpcbind.service.in
|
||||
@@ -2,6 +2,7 @@
|
||||
Description=RPC Bind
|
||||
|
||||
[Service]
|
||||
+Type=notify
|
||||
ExecStart=@bindir@/rpcbind -w -f
|
||||
|
||||
[Install]
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 27 21:36:52 UTC 2013 - crrodriguez@opensuse.org
|
||||
|
||||
- rpcbind-systemd-notify.patch make systemd service type
|
||||
"notify" this is almost the same as the default but
|
||||
with the difference that the daemon now is able to
|
||||
to notify systemd when it finished startup hence
|
||||
avoiding a race condition in where startup is faster than
|
||||
the process finishing its own internal setup routines.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 6 12:20:44 UTC 2013 - cfarrell@suse.com
|
||||
|
||||
|
@ -38,6 +38,7 @@ Patch1: socket-activation-don-t-unlink-socket-we-didn-t-create
|
||||
Patch2: socket-activation-fix-rpcbind-service-to-use-separate-sockets
|
||||
Patch3: rpcbind-journal.patch
|
||||
Patch4: move-lock-file-to-run-fs.patch
|
||||
Patch5: rpcbind-systemd-notify.patch
|
||||
%define statefile /var/lib/portmap.state
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
%{?systemd_requires}
|
||||
@ -65,6 +66,7 @@ cp %{SOURCE4} .
|
||||
%patch2 -p1
|
||||
%patch3
|
||||
%patch4 -p1
|
||||
%patch5 -p1
|
||||
|
||||
%build
|
||||
autoreconf -fiv
|
||||
|
Loading…
Reference in New Issue
Block a user