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