|
|
bc9fd4 |
diff -up nfs-utils-2.3.3/systemd/auth-rpcgss-module.service.orig nfs-utils-2.3.3/systemd/auth-rpcgss-module.service
|
|
|
bc9fd4 |
--- nfs-utils-2.3.3/systemd/auth-rpcgss-module.service.orig 2018-09-06 14:09:08.000000000 -0400
|
|
|
bc9fd4 |
+++ nfs-utils-2.3.3/systemd/auth-rpcgss-module.service 2018-10-17 10:42:17.682830880 -0400
|
|
|
bc9fd4 |
@@ -1,5 +1,5 @@
|
|
|
bc9fd4 |
-# We want to start gss-proxy on kernels that support it and rpc.svcgssd
|
|
|
bc9fd4 |
-# on those that don't. Those services check for support by checking
|
|
|
bc9fd4 |
+# We want to start gss-proxy on kernels that support it
|
|
|
bc9fd4 |
+# Those services check for support by checking
|
|
|
bc9fd4 |
# for existence of the path /proc/net/rpc/use-gss-proxy. Before they
|
|
|
bc9fd4 |
# can perform that check, they need this module loaded. (Unless
|
|
|
bc9fd4 |
# rpcsec_gss support is built directly into the kernel, in which case this
|
|
|
bc9fd4 |
@@ -7,8 +7,8 @@
|
|
|
bc9fd4 |
[Unit]
|
|
|
bc9fd4 |
Description=Kernel Module supporting RPCSEC_GSS
|
|
|
bc9fd4 |
DefaultDependencies=no
|
|
|
bc9fd4 |
-Before=gssproxy.service rpc-svcgssd.service rpc-gssd.service
|
|
|
bc9fd4 |
-Wants=gssproxy.service rpc-svcgssd.service rpc-gssd.service
|
|
|
bc9fd4 |
+Before=gssproxy.service rpc-gssd.service
|
|
|
bc9fd4 |
+Wants=gssproxy.service rpc-gssd.service
|
|
|
bc9fd4 |
ConditionPathExists=/etc/krb5.keytab
|
|
|
bc9fd4 |
|
|
|
bc9fd4 |
[Service]
|
|
|
bc9fd4 |
diff -up nfs-utils-2.3.3/systemd/nfs-client.target.orig nfs-utils-2.3.3/systemd/nfs-client.target
|
|
|
bc9fd4 |
--- nfs-utils-2.3.3/systemd/nfs-client.target.orig 2018-09-06 14:09:08.000000000 -0400
|
|
|
bc9fd4 |
+++ nfs-utils-2.3.3/systemd/nfs-client.target 2018-10-17 10:42:17.682830880 -0400
|
|
|
bc9fd4 |
@@ -9,7 +9,7 @@ Wants=rpc-statd-notify.service
|
|
|
bc9fd4 |
|
|
|
bc9fd4 |
# GSS services dependencies and ordering
|
|
|
bc9fd4 |
Wants=auth-rpcgss-module.service
|
|
|
bc9fd4 |
-After=rpc-gssd.service rpc-svcgssd.service gssproxy.service
|
|
|
bc9fd4 |
+After=rpc-gssd.service gssproxy.service
|
|
|
bc9fd4 |
|
|
|
bc9fd4 |
[Install]
|
|
|
bc9fd4 |
WantedBy=multi-user.target
|
|
|
bc9fd4 |
diff -up nfs-utils-2.3.3/systemd/nfs.conf.man.orig nfs-utils-2.3.3/systemd/nfs.conf.man
|
|
|
bc9fd4 |
--- nfs-utils-2.3.3/systemd/nfs.conf.man.orig 2018-09-06 14:09:08.000000000 -0400
|
|
|
bc9fd4 |
+++ nfs-utils-2.3.3/systemd/nfs.conf.man 2018-10-17 10:42:17.682830880 -0400
|
|
|
bc9fd4 |
@@ -226,15 +226,6 @@ See
|
|
|
bc9fd4 |
for details.
|
|
|
bc9fd4 |
|
|
|
bc9fd4 |
.TP
|
|
|
bc9fd4 |
-.B svcgssd
|
|
|
bc9fd4 |
-Recognized values:
|
|
|
bc9fd4 |
-.BR principal .
|
|
|
bc9fd4 |
-
|
|
|
bc9fd4 |
-See
|
|
|
bc9fd4 |
-.BR rpc.svcgssd (8)
|
|
|
bc9fd4 |
-for details.
|
|
|
bc9fd4 |
-
|
|
|
bc9fd4 |
-.TP
|
|
|
bc9fd4 |
.B exportfs
|
|
|
bc9fd4 |
Only
|
|
|
bc9fd4 |
.B debug=
|
|
|
bc9fd4 |
diff -up nfs-utils-2.3.3/systemd/nfs-server.service.orig nfs-utils-2.3.3/systemd/nfs-server.service
|
|
|
bc9fd4 |
--- nfs-utils-2.3.3/systemd/nfs-server.service.orig 2018-10-17 10:41:24.347121069 -0400
|
|
|
bc9fd4 |
+++ nfs-utils-2.3.3/systemd/nfs-server.service 2018-10-17 10:42:17.683830874 -0400
|
|
|
bc9fd4 |
@@ -14,7 +14,7 @@ Before= rpc-statd-notify.service
|
|
|
bc9fd4 |
|
|
|
bc9fd4 |
# GSS services dependencies and ordering
|
|
|
bc9fd4 |
Wants=auth-rpcgss-module.service
|
|
|
bc9fd4 |
-After=rpc-gssd.service gssproxy.service rpc-svcgssd.service
|
|
|
bc9fd4 |
+After=rpc-gssd.service gssproxy.service
|
|
|
bc9fd4 |
|
|
|
bc9fd4 |
[Service]
|
|
|
bc9fd4 |
Type=oneshot
|