linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Neil Brown <nfbrown@novell.com>
To: Steve Dickson <SteveD@redhat.com>,
	Linux NFS Mailing list <linux-nfs@vger.kernel.org>
Subject: [PATCH nfs-utils] systemd/Makefile: only install rpc-svcgssd.service if it is required.
Date: Thu, 22 Oct 2015 17:32:35 +1100	[thread overview]
Message-ID: <87y4evza4c.fsf@notabene.neil.brown.name> (raw)
In-Reply-To: <5606D863.9060107@RedHat.com>

[-- Attachment #1: Type: text/plain, Size: 547 bytes --]


If we build without rpc-svcgssd (the default), don't install matching
.service file.

Signed-off-by: NeilBrown <neilb@suse.com>

diff --git a/systemd/Makefile.am b/systemd/Makefile.am
index 0331926dcc03..03f96e93dccf 100644
--- a/systemd/Makefile.am
+++ b/systemd/Makefile.am
@@ -28,9 +28,13 @@ endif
 if CONFIG_GSS
 unit_files += \
     auth-rpcgss-module.service \
-    rpc-gssd.service \
+    rpc-gssd.service
+
+if CONFIG_SVCGSS
+unit_files += \
     rpc-svcgssd.service
 endif
+endif
 
 EXTRA_DIST = $(unit_files)
 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]

  reply	other threads:[~2015-10-22  6:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-26 17:39 ANNOUNCE: nfs-utils-1.3.3 released Steve Dickson
2015-10-22  6:32 ` Neil Brown [this message]
2015-11-04 21:50   ` [PATCH nfs-utils] systemd/Makefile: only install rpc-svcgssd.service if it is required Steve Dickson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y4evza4c.fsf@notabene.neil.brown.name \
    --to=nfbrown@novell.com \
    --cc=SteveD@redhat.com \
    --cc=linux-nfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).