Commit Graph

475 Commits

Author SHA1 Message Date
Jeffrey E. Moyer
2f5c56845f - Merged my and Ian's socket leak fixes into one, smaller patch.
- Fix some more echo lines for internationalization.
2004-09-21 15:13:46 +00:00
Jeffrey E. Moyer
581c892967 - Umount loopback filesystems under automount points when stopping the
automounter.
- Uncomment the map expiry patch.
- change a close to an fclose in lookup_file.c
2004-09-10 17:51:10 +00:00
cvsdist
ead9ef3191 auto-import changelog data from autofs-4.1.3-17.src.rpm
4.1.3-17
- Add patch to support parsing nsswitch.conf to determine map sources.
- Disable this patch, and Ian's map expiry patch for a FC build.
4.1.3-16
- Version 3 of Ian's map expiry changes.
4.1.3-15
- Fix a socket leak in the rpc_subs, causing mounts to fail since we are
    running out of port space fairly quickly.
4.1.3-14
- New map expiry patch from Ian.
- Fix a couple signal races. No known problem reports of these, but they
    are holes, none-the-less.
4.1.3-13
- Only read one auto.master map (instead of concatenating all found
    sources).
- Uncomment Ian's experimental mount expiry patch.
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).
2004-09-09 03:27:00 +00:00
cvsdist
8271332433 auto-import changelog data from autofs-4.1.3-11.src.rpm
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
2004-09-09 03:26:01 +00:00
cvsdist
d9acc2b327 auto-import changelog data from autofs-4.1.3-10.src.rpm
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.
4.1.3-9
- Bump revison for inclusion in RHEL 3.
2004-09-09 03:25:58 +00:00
cvsdist
f136c30441 auto-import autofs-4.1.3-8 from autofs-4.1.3-8.src.rpm 2004-09-09 03:25:45 +00:00
cvsdist
b01a5c94b6 auto-import autofs-4.1.3-7 from autofs-4.1.3-7.src.rpm 2004-09-09 03:25:35 +00:00
cvsdist
733a362ce2 auto-import changelog data from autofs-4.1.3-6.src.rpm
Mon Jun 21 2004 Alan Cox <alan@redhat.com>
- Fixed i18n bug #107461
2004-09-09 03:25:31 +00:00
cvsdist
2ab1649275 auto-import changelog data from autofs-4.1.3-5.src.rpm
Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
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 CFLAGS="${CFLAGS:--O2 -g -pipe}" ; export CFLAGS ;
    CXXFLAGS="${CXXFLAGS:--O2 -g -pipe}" ; export CXXFLAGS ;
    FFLAGS="${FFLAGS:--O2 -g -pipe}" ; export FFLAGS ; for i in $(find .
    -name config.guess -o -name config.sub) ; do [ -f
    /usr/lib/rpm/redhat/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv
    /usr/lib/rpm/redhat/$(basename $i) $i ; done ; ./configure
    --host=x86_64-redhat-linux --build=x86_64-redhat-linux \
--target=x86_64-redhat-linux-gnu \
--program-prefix= \
--prefix=/usr \
--exec-prefix=/usr \
--bindir=/usr/bin \
--sbindir=/usr/sbin \
--sysconfdir=/etc \
--datadir=/usr/share \
--includedir=/usr/include \
--libdir=/usr/lib64 \
--libexecdir=/usr/libexec \
--localstatedir=/var \
--sharedstatedir=/usr/com \
--mandir=/usr/share/man \
--infodir=/usr/share/info.
- 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
4.1.3-3
- add a preun script to remove autofs
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).
4.1.3-1
- Update to upstream 4.1.3.
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.
4.1.2-5
- Ian has a new fix for replicated server and multi-mounts. Updated the
    patch for testing. Still beta. (Ian Kent)
4.1.2-4
- Fix broken multi-mounts. test patch. (Ian Kent)
4.1.2-3
- Fix a call to spawnl which forgot to specify a lock file. (nphilipp)
2004-09-09 03:25:25 +00:00
cvsdist
ee03eaec37 auto-import changelog data from autofs-4.1.2-2.src.rpm
4.1.2-2
- Pass --libdir= to ./configure so we get this right on 64 bit platforms
    that support backwards compat.
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.
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.
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.
4.1.1-4
- Fix init script to print out failures where appropriate.
- Build the automount daemon as a PIE.
2004-09-09 03:23:27 +00:00
cvsdist
c2d75c2025 auto-import changelog data from autofs-4.1.1-3.src.rpm
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.
4.1.1-2
- Prevent startup if a mountpoint is already mounted.
4.1.1-1
- Update to 4.1.1, as it fixes problems with wildcards that people are
    seeing quite a bit.
4.1.0-8
- Fix ldap init code to parse server name and options correctly.
4.1.0-7
- Moved the freeing of ap.path to cleanup_exit, as we would otherwise
    reference an already-freed variable.
4.1.0-6
- add %config(noreplace) for auto.* config files.
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.
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.
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
Mon Sep 29 2003 Ian Kent <raven@themaw.net>
- Added work around for O(1) patch oddity.
2004-09-09 03:23:15 +00:00
cvsdist
66a7370b9a auto-import changelog data from autofs-3.1.7-42.src.rpm
Mon Sep 08 2003 Nalin Dahyabhai <nalin@redhat.com> 3.1.7-42
- rebuild
Mon Sep 08 2003 Nalin Dahyabhai <nalin@redhat.com> 3.1.7-41
- add dependency on autoconf
- modify init script to look in %{_libdir}/autofs for the ldap auto.master
    helper instead of /usr/lib/autofs, which isn't always right (#103220)
Wed Jul 09 2003 Nalin Dahyabhai <nalin@redhat.com> 3.1.7-40
- rebuild
Wed Jul 09 2003 Nalin Dahyabhai <nalin@redhat.com> 3.1.7-39
- stop requiring /etc/redhat-release for the sake of the init script by
    hard-wiring that we're on RHL
Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
2004-09-09 03:21:44 +00:00
cvsdist
a0d6dd9c87 auto-import changelog data from autofs-3.1.7-37.src.rpm
Fri Apr 25 2003 Nalin Dahyabhai <nalin@redhat.com> 3.1.7-37
- sync with current linux/auto_fs.h from the current kernel tree (#88562)
2004-09-09 03:21:20 +00:00
cvsdist
c9b1110f15 auto-import changelog data from autofs-3.1.7-36.src.rpm
Wed Jan 22 2003 Tim Powers <timp@redhat.com> 3.1.7-36
- rebuilt
Tue Jan 07 2003 Nalin Dahyabhai <nalin@redhat.com> 3.1.7-35
- don't add the ldap library and include paths to the compiler flags
Wed Oct 30 2002 Nalin Dahyabhai <nalin@redhat.com> 3.1.7-34
- link the ldap helper directly with libresolv
2004-09-09 03:21:09 +00:00
cvsdist
554fe7e8cc auto-import changelog data from autofs-3.1.7-33.src.rpm
Tue Aug 27 2002 Nalin Dahyabhai <nalin@redhat.com> 3.1.7-33
- rebuild
2004-09-09 03:21:03 +00:00
cvsdist
a12e533b35 auto-import changelog data from autofs-3.1.7-32.src.rpm
Fri Jun 21 2002 Tim Powers <timp@redhat.com>
- automated rebuild
2004-09-09 03:21:01 +00:00
cvsdist
4798498e13 auto-import changelog data from autofs-3.1.7-31.src.rpm
Tue Jun 11 2002 Nalin Dahyabhai <nalin@redhat.com> 3.1.7-31
- try LDAPv3 when connecting to LDAP servers
Sun May 26 2002 Tim Powers <timp@redhat.com>
- automated rebuild
Thu May 16 2002 Nalin Dahyabhai <nalin@redhat.com> 3.1.7-29
- rebuild in new environment
2004-09-09 03:20:56 +00:00
cvsdist
98deaa37ab auto-import changelog data from autofs-3.1.7-28.src.rpm
Tue Apr 02 2002 Nalin Dahyabhai <nalin@redhat.com> 3.1.7-28
- try to properly handle nisplus maps (patch from Steve Foster via the
    autofs mailing list)
- override the STRIP makefile variable to not strip binaries (that's the
    build root policy's job)
2004-09-09 03:20:50 +00:00
cvsdist
df58b69130 auto-import changelog data from autofs-3.1.7-27.src.rpm
Mon Apr 01 2002 Nalin Dahyabhai <nalin@redhat.com> 3.1.7-27
- tweak the init script shutdown yet again, this time to prevent needless
    spewage at shutdown-time (#62147)
- only look at the nis auto.master when nsswitch lists "nis", not also when
    it lists "nisplus"
Fri Feb 22 2002 Nalin Dahyabhai <nalin@redhat.com> 3.1.7-26
- rebuild in new environment
Wed Jan 23 2002 Nalin Dahyabhai <nalin@redhat.com> 3.1.7-25
- rebuild in new environment
Wed Jan 09 2002 Tim Powers <timp@redhat.com> 3.1.7-24
- automated rebuild
Fri Oct 26 2001 Nalin Dahyabhai <nalin@redhat.com> 3.1.7-23
- bump release and rebuild to get libhesiod dependency right
Fri Oct 12 2001 Nalin Dahyabhai <nalin@redhat.com> 3.1.7-22
- enable hesiod lookup module
2004-09-09 03:20:44 +00:00
cvsdist
2bed64f7dc 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)
2004-09-09 03:20:30 +00:00
cvsdist
c369ad6d74 auto-import changelog data from autofs-3.1.7-19.src.rpm
Wed Aug 15 2001 Nalin Dahyabhai <nalin@redhat.com>
- remove /misc from the default auto.master (#51059)
2004-09-09 03:20:24 +00:00
cvsdist
889cb3fb0b auto-import changelog data from autofs-3.1.7-18.src.rpm
Wed Jun 20 2001 Nalin Dahyabhai <nalin@redhat.com>
- modify LDAP lookup helper and module to use nisMap/nisObject schema by
    default
Fri May 18 2001 Nalin Dahyabhai <nalin@redhat.com>
- add code to the LDAP lookup helper to allow it to look up and display any
    LDAP autofs map (more useful for debugging)
Fri Apr 27 2001 Nalin Dahyabhai <nalin@redhat.com>
- rebuild in new environment
Thu Apr 05 2001 Nalin Dahyabhai <nalin@redhat.com>
- skip over entries that read only "-hosts" (in SunOS maps, #33511)
- comment nfs mount to kernel.org out of the default auto.misc file
    (#33516)
- tweak the init script to not reuse timeout values when a map doesn't
    specify them (#34388)
2004-09-09 03:20:21 +00:00
cvsdist
0e6d8bda79 auto-import changelog data from autofs-3.1.7-14.src.rpm
Fri Mar 02 2001 Nalin Dahyabhai <nalin@redhat.com>
- rebuild in new environment
Tue Feb 27 2001 Preston Brown <pbrown@redhat.com>
- noreplace the auto.misc file
Mon Feb 26 2001 Nalin Dahyabhai <nalin@redhat.com>
- require /etc/redhat-release, which the init script uses to figure out
    that we're running under Red Hat Linux
Tue Feb 20 2001 Nalin Dahyabhai <nalin@redhat.com>
- fix init script after i18n changes
Fri Feb 16 2001 Nalin Dahyabhai <nalin@redhat.com>
- more init script i18n changes (#26520)
Tue Feb 06 2001 Nalin Dahyabhai <nalin@redhat.com>
- use a helper binary to look up LDAP auto.master information (the script
    can't parse base64)
Fri Feb 02 2001 Nalin Dahyabhai <nalin@redhat.com>
- remove the gprintf calls in the init script
Tue Jan 23 2001 Nalin Dahyabhai <nalin@redhat.com>
- gettextize the init script
Sat Jan 20 2001 Nalin Dahyabhai <nalin@redhat.com>
- tweak the files list (input from katzj@linuxpower.org)
Thu Jan 18 2001 Nalin Dahyabhai <nalin@redhat.com>
- handle multiple return values correctly in the LDAP lookup module
- start by default again
Wed Jan 17 2001 Nalin Dahyabhai <nalin@redhat.com>
- change start priority to match amd to work on NFS-mounted /usr (#23522)
- don't start by default unless the admin switches us on
- use -fPIC instead of -fpic for modules and honor other RPM_OPT_FLAGS
- gettextize the init script
Tue Jan 09 2001 Nalin Dahyabhai <nalin@redhat.com>
- fix option parsing in lookup_multi (I think)
- fix multi option handling in our hacked-up init script (reported by
    Thiago Bartolomei on the autofs mailing list)
Wed Dec 06 2000 Nalin Dahyabhai <nalin@redhat.com>
- update to 3.1.7
- add the man pages back in (fell out in 3.1.6)
Tue Nov 28 2000 Nalin Dahyabhai <nalin@redhat.com>
- don't require /etc/auto.master to be there to start
Mon Nov 27 2000 Nalin Dahyabhai <nalin@redhat.com>
- update to 3.1.6
- disable hesiod support because the new bind-devel doesn't include it
- try to use nsswitch.conf for getting the contents of auto.master
- only convert YP map names auto_home and auto_mnt
Fri Sep 08 2000 Nalin Dahyabhai <nalin@redhat.com>
- add -lresolv to build properly with OpenLDAP 2
2004-09-09 03:20:15 +00:00
cvsdist
f128f42151 auto-import changelog data from autofs-3.1.5-5.src.rpm
Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com>
- convert YP map names that start with "auto_" to "auto." (#16753)
Wed Aug 16 2000 Nalin Dahyabhai <nalin@redhat.com>
- add an extra pause after the initial shutdown attempt
Fri Aug 11 2000 Nalin Dahyabhai <nalin@redhat.com>
- patch init script to not shut down --submount mounts on reload
- remove temporary files again during reload
Thu Aug 10 2000 Nalin Dahyabhai <nalin@redhat.com>
- revert to 3.1.5
- add 3.1.6pre1 patch to handle LDAP maps
- add Epoch: to upgrade from Raw Hide or Pinstripe
- update to 3.1.6pre2
Fri Aug 04 2000 Nalin Dahyabhai <nalin@redhat.com>
- work around kernel insmod concurrency problem (#14972) by loading the
    module at start-time
Wed Aug 02 2000 Nalin Dahyabhai <nalin@redhat.com>
- fix duplicate detection for false matches (e.g. "/user" == "/users")
    (#15183)
Tue Aug 01 2000 Nalin Dahyabhai <nalin@redhat.com>
- merge ldap subpackage back into the main one and Obsolete: it
- clean up build warnings
- fix errors automounting ext2 filesystems due to uninitialized option
    string
Sat Jul 15 2000 Bill Nottingham <notting@redhat.com>
- move initscript back
Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
Mon Jul 10 2000 Nalin Dahyabhai <nalin@redhat.com>
- move the init script to the right place
Fri Jul 07 2000 Nalin Dahyabhai <nalin@redhat.com>
- add /net directory to the package
Thu Jul 06 2000 Nalin Dahyabhai <nalin@redhat.com>
- do manual unmounting in shutdown script
- change initscripts prereq to /etc/init.d
- move autoconf invocation to setup section
Wed Jul 05 2000 Nalin Dahyabhai <nalin@redhat.com>
- move condrestart to postun
- make condrestart check the right file to determine if already running
Wed Jul 05 2000 Florian La Roche <Florian.LaRoche@redhat.com>
- ignore errors in post script
Tue Jul 04 2000 Matt Wilson <msw@redhat.com>
- use full path to chkconfig
- full *correct* path to chkconfig
Tue Jun 27 2000 Nalin Dahyabhai <nalin@redhat.com>
- smoother starting/stopping on upgrades/removal
Thu Jun 15 2000 Nalin Dahyabhai <nalin@redhat.com>
- be more aggressive when shutting down autofs
- add condrestart support
Mon Jun 05 2000 Nalin Dahyabhai <nalin@redhat.com>
- move man pages to /usr/man
Wed May 31 2000 Nalin Dahyabhai <nalin@redhat.com>
- tweak argument parsing (bug #11801)
Mon May 22 2000 Nalin Dahyabhai <nalin@redhat.com>
- rebuild in new build environment
Mon May 08 2000 Nalin Dahyabhai <nalin@redhat.com>
- fix duplicate detection logic (duh!)
Tue May 02 2000 Nalin Dahyabhai <nalin@redhat.com>
- add config: and processname: tags to init script
Sun Apr 30 2000 Nalin Dahyabhai <nalin@redhat.com>
- fix shutdown logic (test -z $pid fails with multiple autofs daemons)
Wed Apr 26 2000 Nalin Dahyabhai <nalin@redhat.com>
- split off autofs4 for testing & development
- update patches for autofs4 for feeding back to autofs list
- make auto.master a noreplace file
Mon Apr 17 2000 Nalin Dahyabhai <nalin@redhat.com>
- split lookup_ldap into a subpackage (bug #10874)
Tue Apr 11 2000 Nalin Dahyabhai <nalin@redhat.com>
- add LDAP map support, requires openldap
- tweak init script patch to use fields 2+ for the map name instead of just
    2
Wed Apr 05 2000 Nalin Dahyabhai <nalin@redhat.com>
- fix bug #10402 by fixing the init script, hopefully for everybody
- merge patches for the init script into a single patch to send to hpa
- patch to build on 2.2 and late-series 2.3 kernels
Tue Feb 29 2000 Nalin Dahyabhai <nalin@redhat.com>
- enable hesiod support over libbind
Mon Feb 28 2000 Nalin Dahyabhai <nalin@redhat.com>
- fix init script bug when startup failed
- fix option passing in init script
Sun Feb 13 2000 Nalin Dahyabhai <nalin@redhat.com>
- make autofs start after ypbind by moving start priority 18, stop to 82
- make sure that calls to "ps aux" include "www" to avoid snippage
Wed Feb 02 2000 Nalin Dahyabhai <nalin@redhat.com>
- make sure all the docs get packaged
- make init script do status messages like others
- add "nosuid,nodev" to options for /misc/cd
- switch to using INSTALLROOT during make install
Fri Jan 21 2000 Nalin Dahyabhai <nalin@redhat.com>
- update to 3.1.4
Mon Sep 20 1999 Cristian Gafton <gafton@redhat.com>
- use ps axw instead of ps ax in the init script
Fri Sep 10 1999 Bill Nottingham <notting@redhat.com>
- chkconfig --del in %preun, not %postun
Tue Sep 07 1999 Cristian Gafton <gafton@redhat.com>
- add patch from HJLu to handle NIS auto.master better
Wed Aug 25 1999 Cristian Gafton <gafton@redhat.com>
- fix bug #4708
Sat Aug 21 1999 Bill Nottingham <notting@redhat.com>
- fix perms on /usr/lib/autofs/*
- add support for specifying maptype in auto.master
Fri Aug 13 1999 Cristian Gafton <gafton@redhat.com>
- add patch from rth to avoid an infinite loop
Wed Apr 28 1999 Cristian Gafton <gafton@redhat.com>
- use "autofs" instead of "automount" for /var/lock/subsys lock file
Fri Apr 09 1999 Cristian Gafton <gafton@redhat.com>
- enahanced initscript to try to load maps over NIS
- changed the mount point back to misc (there is a reason we leave /mnt
    alone)
- patched back autofs.misc to the version shipped on 5.2 to avoid replacing
    yet one more config file for those who upgrade
Wed Mar 24 1999 Preston Brown <pbrown@redhat.com>
- upgrade to 3.1.3, fixing smbfs stuff and other things
- changed mountpoint from /misc to /mnt
Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
- auto rebuild in the new build environment (release 10)
Mon Feb 08 1999 Bill Nottingham <notting@redhat.com>
- build for kernel-2.2/glibc2.1
Tue Oct 06 1998 Bill Nottingham <notting@redhat.com>
- fix bash2 breakage in init script
Sun Aug 23 1998 Jeff Johnson <jbj@redhat.com>
- typo in man page.
Mon Jul 20 1998 Jeff Johnson <jbj@redhat.com>
- added sparc to ExclusiveArch.
Thu May 07 1998 Prospector System <bugs@redhat.com>
- translations modified for de, fr, tr
Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com>
- updated to 3.1.1
Wed Apr 22 1998 Michael K. Johnson <johnsonm@redhat.com>
- enhanced initscripts
Fri Dec 05 1997 Michael K. Johnson <johnsonm@redhat.com>
- Link with -lnsl for glibc compliance.
Thu Oct 23 1997 Michael K. Johnson <johnsonm@redhat.com>
- exclusivearch for i386 for now, since our kernel packages on other
    platforms don't include autofs yet.
- improvements to initscripts.
Thu Oct 16 1997 Michael K. Johnson <johnsonm@redhat.com>
- Built package from 0.3.14 for 5.0
2004-09-09 03:19:59 +00:00
cvsdist
fcb8c81679 Setup of module autofs 2004-09-09 03:19:55 +00:00