linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] rpcbind: systemd socket activation (v2)
@ 2014-11-25 17:05 Steve Dickson
  2014-11-25 17:05 ` [PATCH] rpcbind: add support for systemd socket activation Steve Dickson
  2014-11-25 22:40 ` [PATCH] rpcbind: systemd socket activation (v2) J. Bruce Fields
  0 siblings, 2 replies; 5+ messages in thread
From: Steve Dickson @ 2014-11-25 17:05 UTC (permalink / raw)
  To: Linux NFS Mailing list; +Cc: Systemd Mailing List

This is based on a patch originally posted by Lennart Poettering:
<http://permalink.gmane.org/gmane.linux.nfs/33774>.

That patch was not merged due to the lack of a shared library and
as systemd was seen to be too Fedora specific.

Systemd now provides a shared library, and it is (or very soon will
be) the default init system on all the major Linux distributions.

This version of the patch has three changes from the original:

 * It uses the shared library.
 * It comes with unit files.
 * It is rebased on top of master.

Please review the patch with "git show -b" or otherwise ignoring the
whitespace changes, or it will be extremely difficult to read.

v5: incorporated comments on the PKG_CHECK_MODULES macro.

v4: reorganized the changes to make the diff easier to read
	remove systemd scripts.

v3: rebase
	fix typos
	listen on /run/rpcbind.sock, rather than /var/run/rpcbind.sock (the
	latter is a symlink to the former, but this means the socket can be
	created before /var is mounted)
	NB: this version has been compile-tested only as I no longer use
	rpcbind myself
v2: correctly enable systemd code at compile time
	handle the case where not all the required sockets were supplied
	listen on udp/tcp port 111 in addition to /var/run/rpcbind.sock
	do not daemonize

Tom Gundersen (1):
  rpcbind: add support for systemd socket activation

 Makefile.am   |  6 +++++
 configure.ac  | 12 +++++++++
 src/rpcbind.c | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
 3 files changed, 93 insertions(+), 6 deletions(-)

-- 
1.9.3


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-11-26 12:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-25 17:05 [PATCH] rpcbind: systemd socket activation (v2) Steve Dickson
2014-11-25 17:05 ` [PATCH] rpcbind: add support for systemd socket activation Steve Dickson
2014-11-26 12:48   ` Steve Dickson
2014-11-25 22:40 ` [PATCH] rpcbind: systemd socket activation (v2) J. Bruce Fields
2014-11-26 12:41   ` Steve Dickson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).