auto-import changelog data from autofs-3.1.7-21.src.rpm

Wed Aug 29 2001 Nalin Dahyabhai <nalin@redhat.com> 3.1.7-21
- don't inhibit starting if we have a subsys lock around -- that's the
    wrong thing to do anyway
- don't create a subsys lock if we're unconfigured (#52755)
Tue Aug 28 2001 Nalin Dahyabhai <nalin@redhat.com> 3.1.7-20
- always remove subsys lock file on stop (#32523)
- skip over empty and host direct maps (actually fix #33511, whoops)
- attempt to support inclusion of NIS maps in /etc/auto.master (#17385)
This commit is contained in:
cvsdist 2004-09-09 03:20:30 +00:00
parent c369ad6d74
commit 2bed64f7dc

View File

@ -1,7 +1,7 @@
Summary: A tool for automatically mounting and unmounting filesystems.
Name: autofs
Version: 3.1.7
Release: 19
Release: 21
Epoch: 1
License: GPL
Group: System Environment/Daemons
@ -44,7 +44,7 @@ network, you should install autofs.
%patch4 -p1 -b .linux-2.3
%patch5 -p1 -b .open_max
%patch6 -p1 -b .openldap2
#Aaargh! BIND 9 doesn't include a hesiod implementation!
#Aaargh! BIND 9 doesn't include a hesiod implementation! Aaargh!
#%patch7 -p1 -b .hesiod-bind
%patch8 -p1 -b .multiargs
%patch9 -p1 -b .fpic
@ -124,6 +124,16 @@ fi
#%dir /net
%changelog
* Wed Aug 29 2001 Nalin Dahyabhai <nalin@redhat.com> 3.1.7-21
- don't inhibit starting if we have a subsys lock around -- that's the
wrong thing to do anyway
- don't create a subsys lock if we're unconfigured (#52755)
* Tue Aug 28 2001 Nalin Dahyabhai <nalin@redhat.com> 3.1.7-20
- always remove subsys lock file on stop (#32523)
- skip over empty and host direct maps (actually fix #33511, whoops)
- attempt to support inclusion of NIS maps in /etc/auto.master (#17385)
* Wed Aug 15 2001 Nalin Dahyabhai <nalin@redhat.com>
- remove /misc from the default auto.master (#51059)