* ANNOUNCE: nfs-utils-1.3.3 released.
@ 2015-09-26 17:39 ` Steve Dickson
0 siblings, 0 replies; 4+ messages in thread
From: Steve Dickson @ 2015-09-26 17:39 UTC (permalink / raw)
To: Linux NFS Mailing list; +Cc: linux-fsdevel@vger.kernel.org
Hello,
nfs-utils-1.3.3 has just been released, just in time for Bakeathon.
New functional has added to the nfsidmap command but
this release consists of mostly bug fixes.
Thanks to everyone who contributed!
The tarballs can be found in
http://kernel.org/pub/linux/utils/nfs-utils/1.3.3/
or
http://sourceforge.net/projects/nfs/files/nfs-utils/1.3.3
The change log is in
http://kernel.org/pub/linux/utils/nfs-utils/1.3.2/1.3.3-ChangeLog
or
http://sourceforge.net/projects/nfs/files/nfs-utils/1.3.3/
The git tree is at:
git://linux-nfs.org/nfs-utils
Please send comments/bugs to linux-nfs@vger.kernel.org
steved.
^ permalink raw reply [flat|nested] 4+ messages in thread
* ANNOUNCE: nfs-utils-1.3.3 released.
@ 2015-09-26 17:39 ` Steve Dickson
0 siblings, 0 replies; 4+ messages in thread
From: Steve Dickson @ 2015-09-26 17:39 UTC (permalink / raw)
To: Linux NFS Mailing list
Cc: linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Hello,
nfs-utils-1.3.3 has just been released, just in time for Bakeathon.
New functional has added to the nfsidmap command but
this release consists of mostly bug fixes.
Thanks to everyone who contributed!
The tarballs can be found in
http://kernel.org/pub/linux/utils/nfs-utils/1.3.3/
or
http://sourceforge.net/projects/nfs/files/nfs-utils/1.3.3
The change log is in
http://kernel.org/pub/linux/utils/nfs-utils/1.3.2/1.3.3-ChangeLog
or
http://sourceforge.net/projects/nfs/files/nfs-utils/1.3.3/
The git tree is at:
git://linux-nfs.org/nfs-utils
Please send comments/bugs to linux-nfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
steved.
--
To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH nfs-utils] systemd/Makefile: only install rpc-svcgssd.service if it is required.
2015-09-26 17:39 ` Steve Dickson
(?)
@ 2015-10-22 6:32 ` Neil Brown
2015-11-04 21:50 ` Steve Dickson
-1 siblings, 1 reply; 4+ messages in thread
From: Neil Brown @ 2015-10-22 6:32 UTC (permalink / raw)
To: Steve Dickson, Linux NFS Mailing list
[-- Attachment #1: Type: text/plain, Size: 547 bytes --]
If we build without rpc-svcgssd (the default), don't install matching
.service file.
Signed-off-by: NeilBrown <neilb@suse.com>
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)
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH nfs-utils] systemd/Makefile: only install rpc-svcgssd.service if it is required.
2015-10-22 6:32 ` [PATCH nfs-utils] systemd/Makefile: only install rpc-svcgssd.service if it is required Neil Brown
@ 2015-11-04 21:50 ` Steve Dickson
0 siblings, 0 replies; 4+ messages in thread
From: Steve Dickson @ 2015-11-04 21:50 UTC (permalink / raw)
To: Neil Brown, Linux NFS Mailing list
On 10/22/2015 02:32 AM, Neil Brown wrote:
>
> If we build without rpc-svcgssd (the default), don't install matching
> .service file.
>
> Signed-off-by: NeilBrown <neilb@suse.com>
Committed...
steved.
>
> 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)
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-11-04 21:50 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-26 17:39 ANNOUNCE: nfs-utils-1.3.3 released Steve Dickson
2015-09-26 17:39 ` Steve Dickson
2015-10-22 6:32 ` [PATCH nfs-utils] systemd/Makefile: only install rpc-svcgssd.service if it is required Neil Brown
2015-11-04 21:50 ` Steve Dickson
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.