* [PATCH] Move nfs-utils_env.sh to a more appropriate directory
@ 2016-03-19 19:11 Steve Dickson
2016-04-27 17:32 ` Steve Dickson
0 siblings, 1 reply; 2+ messages in thread
From: Steve Dickson @ 2016-03-19 19:11 UTC (permalink / raw)
To: Linux NFS Mailing list
Currently nfs-utils_env.sh is installed in a
directory that is own by systemd. They requested
via https://bugzilla.redhat.com/show_bug.cgi?id=1303113
to move the script into /usr/libexec/nfs-utils
Signed-off-by: Steve Dickson <steved@redhat.com>
---
systemd/README | 2 +-
systemd/nfs-config.service | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/systemd/README b/systemd/README
index bbd7790..7c43df8 100644
--- a/systemd/README
+++ b/systemd/README
@@ -53,7 +53,7 @@ client and systemd cannot specify is two-pronged reverse dependency.
(i.e. stop this unit if none of these units are running)
Distro specific commandline configuration can be provided by
-installing a script /usr/lib/systemd/scripts/nfs-utils_env.sh
+installing a script /usr/libexec/nfs-utils/nfs-utils_env.sh
This should write /run/sysconfig/nfs-utils based on configuration
information such as in /etc/sysconfig/nfs or /etc/defaults/nfs.
It is run once by nfs-config.service.
diff --git a/systemd/nfs-config.service b/systemd/nfs-config.service
index 4b206b5..bd69e84 100644
--- a/systemd/nfs-config.service
+++ b/systemd/nfs-config.service
@@ -10,4 +10,4 @@ Type=oneshot
# incorporated. Having "RemainAfterExit=no" (the default)
# ensures this happens.
RemainAfterExit=no
-ExecStart=/usr/lib/systemd/scripts/nfs-utils_env.sh
+ExecStart=/usr/libexec/nfs-utils/nfs-utils_env.sh
--
2.5.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Move nfs-utils_env.sh to a more appropriate directory
2016-03-19 19:11 [PATCH] Move nfs-utils_env.sh to a more appropriate directory Steve Dickson
@ 2016-04-27 17:32 ` Steve Dickson
0 siblings, 0 replies; 2+ messages in thread
From: Steve Dickson @ 2016-04-27 17:32 UTC (permalink / raw)
To: Linux NFS Mailing list
On 03/19/2016 03:11 PM, Steve Dickson wrote:
> Currently nfs-utils_env.sh is installed in a
> directory that is own by systemd. They requested
> via https://bugzilla.redhat.com/show_bug.cgi?id=1303113
> to move the script into /usr/libexec/nfs-utils
>
> Signed-off-by: Steve Dickson <steved@redhat.com>
Committed...
steved.
> ---
> systemd/README | 2 +-
> systemd/nfs-config.service | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/systemd/README b/systemd/README
> index bbd7790..7c43df8 100644
> --- a/systemd/README
> +++ b/systemd/README
> @@ -53,7 +53,7 @@ client and systemd cannot specify is two-pronged reverse dependency.
> (i.e. stop this unit if none of these units are running)
>
> Distro specific commandline configuration can be provided by
> -installing a script /usr/lib/systemd/scripts/nfs-utils_env.sh
> +installing a script /usr/libexec/nfs-utils/nfs-utils_env.sh
> This should write /run/sysconfig/nfs-utils based on configuration
> information such as in /etc/sysconfig/nfs or /etc/defaults/nfs.
> It is run once by nfs-config.service.
> diff --git a/systemd/nfs-config.service b/systemd/nfs-config.service
> index 4b206b5..bd69e84 100644
> --- a/systemd/nfs-config.service
> +++ b/systemd/nfs-config.service
> @@ -10,4 +10,4 @@ Type=oneshot
> # incorporated. Having "RemainAfterExit=no" (the default)
> # ensures this happens.
> RemainAfterExit=no
> -ExecStart=/usr/lib/systemd/scripts/nfs-utils_env.sh
> +ExecStart=/usr/libexec/nfs-utils/nfs-utils_env.sh
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-04-27 17:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-19 19:11 [PATCH] Move nfs-utils_env.sh to a more appropriate directory Steve Dickson
2016-04-27 17:32 ` 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).