rpms/autofs/devel autofs-5.0.4-allow-automount-daemon-to-dump-core.patch, 1.1, 1.2 autofs.spec, 1.282, 1.283

Ian Kent iankent at fedoraproject.org
Fri Jul 17 02:11:39 UTC 2009


Author: iankent

Update of /cvs/pkgs/rpms/autofs/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12493

Modified Files:
	autofs-5.0.4-allow-automount-daemon-to-dump-core.patch 
	autofs.spec 
Log Message:
* Fri Jul 17 2009 Ian Kent <ikent at redhat.com> - 1:5.0.4-34
- fix typo in patch to allow dumping core.


autofs-5.0.4-allow-automount-daemon-to-dump-core.patch:
 CHANGELOG          |    1 +
 daemon/automount.c |   16 ++++++++++++----
 2 files changed, 13 insertions(+), 4 deletions(-)

Index: autofs-5.0.4-allow-automount-daemon-to-dump-core.patch===================================================================RCS file: /cvs/pkgs/rpms/autofs/devel/autofs-5.0.4-allow-automount-daemon-to-dump-core.patch,vretrieving revision 1.1retrieving revision 1.2diff -u -p -r1.1 -r1.2--- autofs-5.0.4-allow-automount-daemon-to-dump-core.patch	15 Jul 2009 02:44:43 -0000	1.1+++ autofs-5.0.4-allow-automount-daemon-to-dump-core.patch	17 Jul 2009 02:11:08 -0000	1.2@@ -51,7 +51,7 @@ index 44dcdd6..e7f801b 100644  	int sig;   -	sigfillset(&signalset);-+	memcpy(&signalset, &block_sigs, sizeof(sigset));++	memcpy(&signalset, &block_sigs, sizeof(signalset));  	sigdelset(&signalset, SIGCHLD);  	sigdelset(&signalset, SIGCONT);  

Index: autofs.spec===================================================================RCS file: /cvs/pkgs/rpms/autofs/devel/autofs.spec,vretrieving revision 1.282retrieving revision 1.283diff -u -p -r1.282 -r1.283--- autofs.spec	15 Jul 2009 02:44:44 -0000	1.282+++ autofs.spec	17 Jul 2009 02:11:09 -0000	1.283@@ -4,7 +4,7 @@ Summary: A tool for automatically mounting and unmounting filesystems Name: autofs Version: 5.0.4-Release: 32+Release: 34 Epoch: 1 License: GPLv2+ Group: System Environment/Daemons@@ -227,6 +227,9 @@ fi %{_libdir}/autofs/  %changelog+* Fri Jul 17 2009 Ian Kent <ikent at redhat.com> - 1:5.0.4-34+- fix typo in patch to allow dumping core.+ * Wed Jul 15 2009 Ian Kent <ikent at redhat.com> - 1:5.0.4-32 - fix an RPC fd leak. - don't block signals we expect to dump core.




More information about the fedora-extras-commits mailing list