From: Steve Dickson <SteveD@redhat.com>
To: Neil Brown <nfbrown@novell.com>,
Linux NFS Mailing list <linux-nfs@vger.kernel.org>
Subject: Re: [PATCH nfs-utils] systemd/Makefile: only install rpc-svcgssd.service if it is required.
Date: Wed, 4 Nov 2015 16:50:22 -0500 [thread overview]
Message-ID: <563A7D9E.5010906@RedHat.com> (raw)
In-Reply-To: <87y4evza4c.fsf@notabene.neil.brown.name>
On 10/22/2015 02:32 AM, Neil Brown wrote:
>
> If we build without rpc-svcgssd (the default), don't install matching
> .service file.
>
> Signed-off-by: NeilBrown <neilb@suse.com>
Committed...
steved.
>
> 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)
>
>
prev parent reply other threads:[~2015-11-04 21:50 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 ` [PATCH nfs-utils] systemd/Makefile: only install rpc-svcgssd.service if it is required Neil Brown
2015-11-04 21:50 ` Steve Dickson [this message]
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=563A7D9E.5010906@RedHat.com \
--to=steved@redhat.com \
--cc=linux-nfs@vger.kernel.org \
--cc=nfbrown@novell.com \
/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).