From 1ddc9b2bff06be375a47df71dd3bc458ac2d3f1a Mon Sep 17 00:00:00 2001 From: Chris Feist Date: Sat, 16 Oct 2004 00:10:49 +0000 Subject: [PATCH] - Fixed a bug which caused directories to never be unmounted. --- autofs.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/autofs.spec b/autofs.spec index bc8ad83..5f51325 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 27 +%define release 28 Version: %{version} Release: %{release} Epoch: 1 @@ -145,6 +145,9 @@ exit 0 %{_libdir}/autofs/* %changelog +* Fri Oct 15 2004 Chris Feist - 1:4.1.3-28 +- Fixed a bug which caused directories to never be unmounted. + * Thu Oct 14 2004 Chris Feist - 1:4.1.3-27 - Fixed an error in the init script which caused duplicate entries to be displayed when asking for autofs status.