31ae0b926a
This contains lots of bugfixes but not significant new features. - use "make install" to install systemd files instead of hand-code. - retain rpc-svcgssd for now until gss-proxy is packaged. OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=145
20 lines
392 B
Desktop File
20 lines
392 B
Desktop File
diff --git a/systemd/Makefile.am b/systemd/Makefile.am
|
|
index 0331926dcc03..03f96e93dccf 100644
|
|
--- a/systemd/Makefile.am
|
|
+++ b/systemd/Makefile.am
|
|
@@ -28,9 +28,13 @@ endif
|
|
if CONFIG_GSS
|
|
unit_files += \
|
|
auth-rpcgss-module.service \
|
|
- rpc-gssd.service \
|
|
+ rpc-gssd.service
|
|
+
|
|
+if CONFIG_SVCGSS
|
|
+unit_files += \
|
|
rpc-svcgssd.service
|
|
endif
|
|
+endif
|
|
|
|
EXTRA_DIST = $(unit_files)
|
|
|