diff --git a/autofs-5.0.4-allow-automount-daemon-to-dump-core.patch b/autofs-5.0.4-allow-automount-daemon-to-dump-core.patch index 3f47c8f..2542621 100644 --- a/autofs-5.0.4-allow-automount-daemon-to-dump-core.patch +++ b/autofs-5.0.4-allow-automount-daemon-to-dump-core.patch @@ -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); diff --git a/autofs.spec b/autofs.spec index deff016..ddcd5f8 100644 --- a/autofs.spec +++ b/autofs.spec @@ -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 - 1:5.0.4-34 +- fix typo in patch to allow dumping core. + * Wed Jul 15 2009 Ian Kent - 1:5.0.4-32 - fix an RPC fd leak. - don't block signals we expect to dump core.