From 59f6ad266e57d295e5eb40825f2691b80b5f3629 Mon Sep 17 00:00:00 2001 From: Chris Feist Date: Thu, 14 Oct 2004 19:55:25 +0000 Subject: [PATCH] - Fixed an error in the init script which caused duplicate entries to be displayed when asking for autofs status. --- autofs.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/autofs.spec b/autofs.spec index fa498c7..bc8ad83 100644 --- a/autofs.spec +++ b/autofs.spec @@ -4,7 +4,7 @@ Summary: A tool for automatically mounting and unmounting filesystems. Name: autofs %define version 4.1.3 -%define release 22 +%define release 27 Version: %{version} Release: %{release} Epoch: 1 @@ -32,6 +32,7 @@ Patch24: autofs-4.1.3-umount-loopback.patch Patch25: autofs-4.1.3-close-fix.patch Patch26: autofs-4.1.3-intl-status.patch Patch27: autofs-4.1.3-localopts-multi.patch +Patch28: autofs-4.1.2-init-duplicate-map.patch Buildroot: /var/tmp/autofs-tmp BuildPrereq: autoconf, hesiod-devel, openldap-devel, perl Prereq: chkconfig @@ -90,6 +91,7 @@ echo %{version}-%{release} > .version #%patch25 -p1 -b .close-fix %patch26 -p1 -b .intl-status %patch27 -p1 -b .localopts-multi +%patch28 -p1 -b .init-duplicate-map cp $RPM_SOURCE_DIR/autofs.sysconfig . %build @@ -143,6 +145,10 @@ exit 0 %{_libdir}/autofs/* %changelog +* Thu Oct 14 2004 Chris Feist - 1:4.1.3-27 +- Fixed an error in the init script which caused duplicate entries to be + displayed when asking for autofs status. + * Fri Oct 1 2004 Jeff Moyer - 1:4.1.3-22 - Comment out map expiry (and related) patch for an FC3 build.