- Fixed a bug which caused directories to never be unmounted.
This commit is contained in:
parent
59f6ad266e
commit
1ddc9b2bff
@ -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 <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
|
||||
- Fixed an error in the init script which caused duplicate entries to be
|
||||
displayed when asking for autofs status.
|
||||
|
Loading…
Reference in New Issue
Block a user