- fix typo in patch to allow dumping core.

This commit is contained in:
Ian Kent 2009-07-17 02:11:09 +00:00
parent a347ae035b
commit b77e0ae253
2 changed files with 5 additions and 2 deletions

View File

@ -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);

View File

@ -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@redhat.com> - 1:5.0.4-34
- fix typo in patch to allow dumping core.
* Wed Jul 15 2009 Ian Kent <ikent@redhat.com> - 1:5.0.4-32
- fix an RPC fd leak.
- don't block signals we expect to dump core.