* [PATCH] nfs-utils: Fix rpc.gssd and rpc.svcgssd args variable names
@ 2015-02-11 16:17 Benjamin Coddington
2015-02-26 19:38 ` Steve Dickson
0 siblings, 1 reply; 2+ messages in thread
From: Benjamin Coddington @ 2015-02-11 16:17 UTC (permalink / raw)
To: linux-nfs; +Cc: steved
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
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] nfs-utils: Fix rpc.gssd and rpc.svcgssd args variable names
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
0 siblings, 0 replies; 2+ messages in thread
From: Steve Dickson @ 2015-02-26 19:38 UTC (permalink / raw)
To: Benjamin Coddington, linux-nfs
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-02-26 19:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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).