- I reversed the checking for multimount entries, breaking those configs!
This update puts the code back the way it was before I broke it.
This commit is contained in:
parent
b933e4f7c2
commit
8e372a2914
@ -4,7 +4,7 @@
|
||||
Summary: A tool for automatically mounting and unmounting filesystems.
|
||||
Name: autofs
|
||||
%define version 4.1.4
|
||||
%define release 6
|
||||
%define release 7
|
||||
Version: %{version}
|
||||
Release: %{release}
|
||||
Epoch: 1
|
||||
@ -123,6 +123,10 @@ exit 0
|
||||
%{_libdir}/autofs/*
|
||||
|
||||
%changelog
|
||||
* Tue May 3 2005 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.4-7
|
||||
- I reversed the checking for multimount entries, breaking those configs!
|
||||
This update puts the code back the way it was before I broke it.
|
||||
|
||||
* Tue Apr 26 2005 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.4-6
|
||||
- Fix a race between mounting a share and updating the cache in the parent
|
||||
process. If the mount completed first, the parent would not expire the
|
||||
|
Loading…
Reference in New Issue
Block a user