From 729c34ac8d1e706b3619743019a9a04f6e79a6ca Mon Sep 17 00:00:00 2001 From: Chris Feist Date: Feb 02 2005 19:25:45 +0000 Subject: - Stop automount from pinging hosts if there is only one host (#146887) --- diff --git a/autofs.spec b/autofs.spec index 7613f4c..e9a405a 100644 --- a/autofs.spec +++ b/autofs.spec @@ -4,7 +4,7 @@ Summary: A tool for automatically mounting and unmounting filesystems. Name: autofs %define version 4.1.3 -%define release 90 +%define release 94 Version: %{version} Release: %{release} Epoch: 1 @@ -50,6 +50,7 @@ Patch44: autofs-4.1.3-filestream-leak.patch Patch45: autofs-4.1.3-no-rmdir.patch Patch46: autofs-4.1.3-replicated-server-doc.patch Patch47: autofs-4.1.3-cache-release.patch +Patch48: autofs-4.1.3-non-replicated-ping.patch Buildroot: /var/tmp/autofs-tmp BuildPrereq: autoconf, hesiod-devel, openldap-devel, perl Prereq: chkconfig @@ -126,6 +127,8 @@ echo %{version}-%{release} > .version %patch45 -p1 -b .no-rmdir %patch46 -p1 -b .replicated-server-doc %patch47 -p1 -b .cache-release +%patch48 -p1 -b .non-replicated-ping + cp $RPM_SOURCE_DIR/autofs.sysconfig . %build @@ -179,6 +182,9 @@ exit 0 %{_libdir}/autofs/* %changelog +* Wed Feb 2 2005 Chris Feist - 1:4.1.3-94 +- Stop automount from pinging hosts if there is only one host (#146887) + * Wed Feb 2 2005 Jeff Moyer - 1:4.1.3-90 - Fix potential double free in cache_release. This bug showed up in a multi-map setup. Two calls to cache_release would result in a SIGSEGV,