[Buildroot] [PATCH 2/2] rpcbind: add systemd support

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Mon Jul 27 21:46:23 UTC 2015


Dear Aurélien Chabot,

On Sun, 19 Jul 2015 23:02:39 +0200, Aurélien Chabot wrote:
> Signed-off-by: Aurélien Chabot <aurelien at chabot.fr>
> ---
>  package/rpcbind/rpcbind.mk      | 18 +++++++++++++++++-
>  package/rpcbind/rpcbind.service | 10 ++++++++++
>  package/rpcbind/rpcbind.socket  |  8 ++++++++
>  3 files changed, 35 insertions(+), 1 deletion(-)
>  create mode 100644 package/rpcbind/rpcbind.service
>  create mode 100644 package/rpcbind/rpcbind.socket

I've applied after:

    [Thomas:
     - fix indentation
     - indicate source of systemd files.]

The indentation was wrong on:

+ifeq ($(BR2_INIT_SYSTEMD),y)
+	RPCBIND_CONF_OPTS += --with-systemdsystemunitdir=/usr/lib/systemd/system
+else
+	RPCBIND_CONF_OPTS += --with-systemdsystemunitdir=no
+endif

The RPCBIND_CONF_OPTS lines should not be indented. That's just a pure
Buildroot convention, of course.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com



More information about the buildroot mailing list