- Fixed an error in the init script which caused duplicate entries to be
displayed when asking for autofs status.
This commit is contained in:
parent
caa5a60de0
commit
59f6ad266e
@ -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 <cfeist@redhat.com> - 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 <jmoyer@redhat.com> - 1:4.1.3-22
|
||||
- Comment out map expiry (and related) patch for an FC3 build.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user