From: Steve Dickson <SteveD@redhat.com>
To: Benjamin Coddington <bcodding@redhat.com>, linux-nfs@vger.kernel.org
Subject: Re: [PATCH] nfs-utils: Fix rpc.gssd and rpc.svcgssd args variable names
Date: Thu, 26 Feb 2015 14:38:23 -0500 [thread overview]
Message-ID: <54EF762F.3030801@RedHat.com> (raw)
In-Reply-To: <88e82aeaea947c3aa47f57dc5c02c5bdbe901961.1423671114.git.bcodding@redhat.com>
On 02/11/2015 11:17 AM, Benjamin Coddington wrote:
> This fixes mis-matched variable names from fedora's /etc/sysconfig/nfs.
>
> Signed-off-by: Benjamin Coddington <bcodding@redhat.com>
> ---
> systemd/rpc-gssd.service | 2 +-
> systemd/rpc-svcgssd.service | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/systemd/rpc-gssd.service b/systemd/rpc-gssd.service
> index d4a3819..6e1af86 100644
> --- a/systemd/rpc-gssd.service
> +++ b/systemd/rpc-gssd.service
> @@ -16,4 +16,4 @@ After=nfs-config.service
> EnvironmentFile=-/run/sysconfig/nfs-utils
>
> Type=forking
> -ExecStart=/usr/sbin/rpc.gssd $GSSDARGS
> +ExecStart=/usr/sbin/rpc.gssd $RPCGSSDARGS
> diff --git a/systemd/rpc-svcgssd.service b/systemd/rpc-svcgssd.service
> index f7424b0..0aeaed9 100644
> --- a/systemd/rpc-svcgssd.service
> +++ b/systemd/rpc-svcgssd.service
> @@ -16,4 +16,4 @@ After=nfs-config.service
> [Service]
> EnvironmentFile=-/run/sysconfig/nfs-utils
> Type=forking
> -ExecStart=/usr/sbin/rpc.svcgssd $SVCGSSDARGS
> +ExecStart=/usr/sbin/rpc.svcgssd $RPCSVCGSSDARGS
>
This is distro specific... So I'm going to leave as is...
steved.
prev parent reply other threads:[~2015-02-26 19:38 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-11 16:17 [PATCH] nfs-utils: Fix rpc.gssd and rpc.svcgssd args variable names Benjamin Coddington
2015-02-26 19:38 ` 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=54EF762F.3030801@RedHat.com \
--to=steved@redhat.com \
--cc=bcodding@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).