From 2bed64f7dcb75ff1369bfa49be163e87368724ea Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 03:20:30 +0000 Subject: auto-import changelog data from autofs-3.1.7-21.src.rpm Wed Aug 29 2001 Nalin Dahyabhai 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 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) --- diff --git a/autofs.spec b/autofs.spec index 3142d34..81e1c19 100644 --- a/autofs.spec +++ b/autofs.spec @@ -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 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 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 - remove /misc from the default auto.master (#51059)