- Fixed a bug which caused directories to never be unmounted.

This commit is contained in:
Chris Feist 2004-10-16 00:10:49 +00:00
parent 59f6ad266e
commit 1ddc9b2bff

View File

@ -4,7 +4,7 @@
Summary: A tool for automatically mounting and unmounting filesystems. Summary: A tool for automatically mounting and unmounting filesystems.
Name: autofs Name: autofs
%define version 4.1.3 %define version 4.1.3
%define release 27 %define release 28
Version: %{version} Version: %{version}
Release: %{release} Release: %{release}
Epoch: 1 Epoch: 1
@ -145,6 +145,9 @@ exit 0
%{_libdir}/autofs/* %{_libdir}/autofs/*
%changelog %changelog
* Fri Oct 15 2004 Chris Feist <cfeist@redhat.com> - 1:4.1.3-28
- Fixed a bug which caused directories to never be unmounted.
* Thu Oct 14 2004 Chris Feist <cfeist@redhat.com> - 1:4.1.3-27 * Thu Oct 14 2004 Chris Feist <cfeist@redhat.com> - 1:4.1.3-27
- Fixed an error in the init script which caused duplicate entries to be - Fixed an error in the init script which caused duplicate entries to be
displayed when asking for autofs status. displayed when asking for autofs status.