SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for autofs-debuginfo-4.1.3-12.i386.rpm :
Sat Aug 7 00:00:00 2004 Jeff Moyer - 1:4.1.3-12
- Add a sysconfig entry to disable direct map support, and set this to
1 by default.
- Disable the beta map expiry logic so I can build into a stable distro.
- Add defaults for all of the sysconfig variables to the init script so
we don\'t trip over user errors (i.e. deleting /etc/sysconfig/autofs).

Thu Aug 5 00:00:00 2004 Jeff Moyer - 1:4.1.3-11
- Add beta map expiry code for wider testing. (Ian Kent)
- Fix check for ghosting option. I forgot to check for it in DAEMONOPTIONS.
- Remove STRIPDASH from /etc/sysconfig/autofs

Tue Jul 13 00:00:00 2004 Jeff Moyer - 1:4.1.3-10
- Add bad chdir patch from Ian Kent.
- Add a typo fix for the mtab lock file.
- Nuke the stripdash patch. It didn\'t solve a problem.

Wed Jun 23 00:00:00 2004 Jeff Moyer - 1:4.1.3-9
- Bump revison for inclusion in RHEL 3.

Tue Jun 22 00:00:00 2004 Jeff Moyer - 1:4.1.3-8
- Change icmp ping to an rpc ping. (Ian Kent)
- Fix i18n patch
o Remove the extra \\\" from one echo line.
o Use echo -e if we are going to do a \
in the echo string.

Tue Jun 22 00:00:00 2004 Alan Cox
- Fixed i18n bug #107463

Tue Jun 22 00:00:00 2004 Alan Cox
- Fixed i18n bug #107461

Wed Jun 16 00:00:00 2004 Elliot Lee
- rebuilt

Sun Jun 6 00:00:00 2004 Jeff Moyer - 1:4.1.3-4
- Perform an icmp ping request before rpc_pings, since the rpc clnt_create
function has a builtin default timeout of 60 seconds. This could result
in a long delay when a server in a replicated mount setup is down.
- For non-replicated server entries, ping a host before attempting to mount.
(Ian Kent)
- Change to %configure.
- Put version-release into .version to allow for automount --version to
print exact info.
- Nuke my get-best-mount patch which always uses the long timeout. This
should no longer be needed.
- Put name into changelog entries to make them consistent. Add e:n-v-r
into Florian\'s entry.
- Stop autofs before uninstalling

Sun Jun 6 00:00:00 2004 Florian La Roche - 1:4.1.3-3
- add a preun script to remove autofs

Wed Jun 2 00:00:00 2004 Jeff Moyer - 1:4.1.3-2
- Incorporate patch from Ian which fixes an infinite loop seen by those
running older versions of the kernel patches (triggered by non-strict mounts
being the default).

Wed Jun 2 00:00:00 2004 Jeff Moyer - 1:4.1.3-1
- Update to upstream 4.1.3.

Fri May 7 00:00:00 2004 Jeff Moyer - 1:4.1.2-6
- The lookup_yp module only dealt with YPERR_KEY, all other errors were
treated as success. As a result, if the ypdomain was not bound, the
subprocess that starts mounts would SIGSEGV. This is now fixed.
- Option parsing in the init script was not precise enough, sometimes matching
filesystem options to one of --ghost, --timeout, --verbose, or --debug.
The option-parsing patch addresses this issue by making the regexp\'s much
more precise.
- Ian has rolled a third version of the replicated mount fixes.

Wed May 5 00:00:00 2004 Jeff Moyer - 1:4.1.2-5
- Ian has a new fix for replicated server and multi-mounts. Updated the
patch for testing. Still beta. (Ian Kent)

Tue May 4 00:00:00 2004 Jeff Moyer - 1:4.1.2-4
- Fix broken multi-mounts. test patch. (Ian Kent)

Wed Apr 21 00:00:00 2004 Jeff Moyer - 1:4.1.2-3
- Fix a call to spawnl which forgot to specify a lock file. (nphilipp)

Thu Apr 15 00:00:00 2004 - 1:4.1.2-2
- Pass --libdir= to ./configure so we get this right on 64 bit platforms that
support backwards compat.

Thu Apr 15 00:00:00 2004 Jeff Moyer - 1:4.1.2-1
- Change hard-coded paths in the spec file to the %{_xxx} variety.
- Update to upstream 4.1.2.
- Add a STRIPDASH option to /etc/sysconfig/autofs which allows for
compatibility with the Sun automounter options specification syntax in
auto.master. See /etc/sysconfig/autofs for more information. Addresses
bug 113950.

Wed Apr 7 00:00:00 2004 Jeff Moyer - 1:4.1.1-6
- Add the /etc/sysconfig/autofs file, and supporting infrastructure in
the init script.
- Add support for UNDERSCORE_TO_DOT for those who want it.
- We no longer own /net. Move it to the filesystem package.

Wed Mar 31 00:00:00 2004 Jeff Moyer - 1:4.1.1-5
- Clarify documentation on direct maps.
- Send automount daemons a HUP signal during reload. This tells them to
re-read maps (otherwise they use a cached version. Patch from the autofs
maintainer.

Mon Mar 22 23:00:00 2004 Jeff Moyer - 1:4.1.1-4
- Fix init script to print out failures where appropriate.
- Build the automount daemon as a PIE.

Thu Mar 18 23:00:00 2004 Jeff Moyer - 1:4.1.1-3
- Fix bug in get_best_mount, whereby if there is only one option, we
choose nothing. This is primarily due to the fact that we pass 0 in to
the get_best_mount function for the long timeout parameter. So, we
timeout trying to contact our first and only server, and never retry.

Thu Mar 18 23:00:00 2004 Jeff Moyer - 1:4.1.1-2
- Prevent startup if a mountpoint is already mounted.

Thu Mar 18 23:00:00 2004 Jeff Moyer - 1:4.1.1-1
- Update to 4.1.1, as it fixes problems with wildcards that people are
seeing quite a bit.

Wed Mar 17 23:00:00 2004 Jeff Moyer - 1:4.1.0-8
- Fix ldap init code to parse server name and options correctly.

Tue Mar 16 23:00:00 2004 Jeff Moyer - 1:4.1.0-7
- Moved the freeing of ap.path to cleanup_exit, as we would otherwise
reference an already-freed variable.

Mon Mar 15 23:00:00 2004 Jeff Moyer - 1:4.1.0-6
- add %config(noreplace) for auto.
* config files.

Wed Mar 10 23:00:00 2004 Jeff Moyer 1:4.1.0-5
- make the init script only recognize redhat systems. Nalin seems to remember
some arcane build system error that can be caused if we don\'t do this.

Wed Mar 10 23:00:00 2004 Jeff Moyer 1:4.1.0-4
- comment out /net and /misc from the default auto.master. /net is important
since in a default shipping install, we can neatly co-exist with amd.

Wed Mar 10 23:00:00 2004 Jeff Moyer 1:4.1.0-3
- Ported forward Red Hat\'s patches from 3.1.7 that were not already present
in 4.1.0.
- Moving autofs from version 3.1.7 to 4.1.0

Tue Sep 30 00:00:00 2003 Ian Kent
- Added work around for O(1) patch oddity.

Mon Aug 18 00:00:00 2003 Ian Kent
- Fixed tree mounts.
- Corrected transciption error in autofs4-2.4.18 kernel module

Mon Aug 11 00:00:00 2003 Ian Kent
- Checked and merged most of the RedHat v3 patches
- Fixed kernel module handling wu-ftpd login problem (again)

Fri Aug 8 00:00:00 2003 Ian Kent
- Removed ineffective lock stuff
- Added -n to bind mount to prevent mtab update error
- Added retry to autofs umount to clean matb after fail
- Redirected messages from above to debug log and added info message
- Fixed autofs4 module reentrancy, pwd and chroot handling

Thu Jul 31 00:00:00 2003 Ian Kent
- Fixed autofs4 ghosting patch for 2.4.19 and above (again)
- Fixed autofs directory removal on failure of autofs mount
- Fixed lock file wait function overlapping calls to (u)mount

Mon Jul 28 00:00:00 2003 Ian Kent
- Implemented LDAP direct map handling for nisMap and automountMap schema
- Fixed autofs4 ghosting patch for 2.4.19 and above (again)
- Added locking to fix overlapping internal calls to (u)mount
- Added wait for mtab~ to improve tolerance of overlapping external calls to (u)mount
- Fixed ghosted directory removal after failed mount attempt

Thu May 29 00:00:00 2003 Ian Kent
- Cleaned up an restructured my added code
- Corrected ghosting problem with 2.4.19 and above
- Added autofs4 ghosting patch for 2.4.19 and above
- Implemented HUP signal to force update of ghosted maps

Sat Mar 23 23:00:00 2002 Ian Kent
- Add patch to implement directory ghosting and direct mounts
- Add patch to for autofs4 module to support ghosting

Wed Jan 17 23:00:00 2001 Nalin Dahyabhai
- use -fPIC instead of -fpic for modules and honor other RPM_OPT_FLAGS

Tue Feb 29 23:00:00 2000 Nalin Dahyabhai
- enable hesiod support over libbind

Sat Aug 14 00:00:00 1999 Cristian Gafton
- add patch from rth to avoid an infinite loop


 
ICM