80e5a6c
Summary: Automount utilities including an updated version of Amd
cvsdist f65ef2b
Name: am-utils
e54489a
Version: 6.1.5
4e1a5b8
Release: 19%{?dist}
cvsdist 7d20307
License: BSD
cvsdist fedb53a
Epoch: 5
cvsdist f65ef2b
Group: System Environment/Daemons
0c2a860
URL: http://am-utils.org
0c2a860
cvsdist fedb53a
Source: ftp://ftp.am-utils.org/pub/am-utils/am-utils-%{version}.tar.gz
4e1a5b8
Source1: amd.service
cvsdist f65ef2b
Source2: am-utils.conf
cvsdist f65ef2b
Source3: am-utils.sysconf
cvsdist f65ef2b
Source4: am-utils.net.map
0c2a860
0c2a860
BuildRequires: gdbm-devel
0c2a860
BuildRequires: hesiod-devel
0c2a860
BuildRequires: openldap-devel
0c2a860
BuildRequires: autoconf
0c2a860
BuildRequires: automake
0c2a860
BuildRequires: libtool
0c2a860
BuildRequires: bison
0c2a860
BuildRequires: flex
0c2a860
BuildRequires: tcp_wrappers-devel
4e1a5b8
BuildRequires: systemd-units
0c2a860
0c2a860
Requires: portmap
0c2a860
Requires: grep
0c2a860
Requires: gawk
0c2a860
Requires: findutils
0c2a860
0c2a860
Requires(pre):   /bin/grep
0c2a860
Requires(post):  /sbin/install-info
4e1a5b8
Requires(post):  systemd-sysv
0c2a860
Requires(preun): /sbin/install-info
0c2a860
d2e59be
# 203193 - tmpfile usage
d2e59be
Patch1: am-utils-6.1.5-rmtab-temp.patch
d2e59be
# 202180 - amd service doesn't work
d2e59be
Patch2: am-utils-6.1.5-nfs-version.patch
a6c241b
# UTS_RELEASE macro has been removed from the latest kernel
a6c241b
Patch3: am-utils-6.1.5-UTS_RELEASE.patch
1c85357
# Build system bugfixes
1c85357
Patch4: am-utils-6.1.5-buildsys.patch
ff776e7
# 435420 - CVE-2008-1078 am-utils: insecure usage of temporary files
ff776e7
Patch5: am-utils-6.1.5-expn-temp.patch
73d5ff0
# 450754 - Amd does not work with 2.6.25
4b3ba9d
# 602938 - am-utils fails on f13 with amfs_toplvl_mount
4b3ba9d
# 640383 - am-utils doesn't work in Fedora 13
73d5ff0
Patch6: am-utils-6.1.5-nolock-toplvl.patch
ece19f8
# 566711 - am-utils: incorrect use of tcp_wrapper
ece19f8
Patch7: am-utils-6.1.5-libwarp.patch
d2e59be
cvsdist 748b4b0
# We need to filter out some perl requirements for now.
ac7abda
%define _use_internal_dependency_generator 0
ac7abda
%define old_find_requires %{__find_requires}
cvsdist 748b4b0
cvsdist f65ef2b
%description
cvsdist f65ef2b
Am-utils includes an updated version of Amd, the popular BSD
80e5a6c
automounter.  An automounter is a program which maintains a cache
80e5a6c
of mounted filesystems.  Filesystems are mounted when they are
80e5a6c
first referenced by the user and unmounted after a certain period of
80e5a6c
inactivity. Amd supports a variety of filesystems, including NFS, UFS,
80e5a6c
CD-ROMS and local drives.
cvsdist f65ef2b
cvsdist f65ef2b
You should install am-utils if you need a program for automatically
cvsdist f65ef2b
mounting and unmounting filesystems.
cvsdist f65ef2b
cvsdist f65ef2b
%prep
cvsdist f65ef2b
%setup -q
54935de
d2e59be
%patch1 -p1
d2e59be
%patch2 -p1
a6c241b
%patch3 -p1
ff776e7
%patch4 -p1
ff776e7
%patch5 -p1
73d5ff0
%patch6 -p1
ece19f8
%patch7 -p1
cvsdist 5490612
ac7abda
find_requires=%{old_find_requires}
2c84280
echo "$find_requires | grep -v lostaltmail.conf" > find-requires
2c84280
chmod +x find-requires
cvsdist f65ef2b
cvsdist f65ef2b
%build
a6c241b
./bootstrap
cvsdist 383e44b
%configure \
80e5a6c
        --enable-shared \
80e5a6c
        --enable-am-cflags="${RPM_OPT_FLAGS} -DHAVE_LINUX_NFS_MOUNT_H" \
80e5a6c
        --enable-libs="-lnsl -lresolv"
80e5a6c
80e5a6c
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
80e5a6c
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
80e5a6c
cvsdist 5490612
make %{?_smp_flags}
cvsdist f65ef2b
cvsdist f65ef2b
%install
cvsdist f65ef2b
%makeinstall
cvsdist f65ef2b
4e1a5b8
mkdir -p ${RPM_BUILD_ROOT}/%{_sysconfdir}/sysconfig
4e1a5b8
mkdir -p ${RPM_BUILD_ROOT}%{_unitdir}
80e5a6c
4e1a5b8
install -m 755 %{SOURCE1} ${RPM_BUILD_ROOT}/%{_unitdir}/
80e5a6c
install -m 600 %{SOURCE2} ${RPM_BUILD_ROOT}/%{_sysconfdir}/amd.conf
80e5a6c
install -m 644 %{SOURCE3} ${RPM_BUILD_ROOT}/%{_sysconfdir}/sysconfig/amd
80e5a6c
install -m 640 %{SOURCE4} ${RPM_BUILD_ROOT}/%{_sysconfdir}/amd.net
cvsdist 5490612
80e5a6c
gzip -q9f ${RPM_BUILD_ROOT}/%{_infodir}/*info*
80e5a6c
mkdir -p ${RPM_BUILD_ROOT}/.automount
cvsdist f65ef2b
80e5a6c
rm -f ${RPM_BUILD_ROOT}/usr/sbin/ctl-amd
cvsdist 5490612
80e5a6c
# add symlinks to shared libs
80e5a6c
/sbin/ldconfig -n ${RPM_BUILD_ROOT}/%{_libdir}
80e5a6c
80e5a6c
# deprecated files
80e5a6c
for I in %{_libdir}/libamu.a \
80e5a6c
         %{_libdir}/libamu.la \
80e5a6c
         %{_libdir}/libamu.so \
80e5a6c
         %{_infodir}/dir \
80e5a6c
         %{_sysconfdir}/amd.conf-sample \
80e5a6c
         %{_sysconfdir}/lostaltmail.conf-sample; do
cvsdist 5490612
80e5a6c
         rm -f  $RPM_BUILD_ROOT$I
80e5a6c
done
cvsdist f65ef2b
cvsdist f65ef2b
%clean
80e5a6c
rm -rf ${RPM_BUILD_ROOT}
cvsdist f65ef2b
ac7abda
%define __find_requires %{_builddir}/%{name}-%{version}/find-requires
ac7abda
cvsdist f65ef2b
%pre
cvsdist f65ef2b
# Check if we have an old fashioned amd.conf and rename if to amd.net
80e5a6c
if test "$1" -ne 0; then
80e5a6c
  if test -r /etc/amd.conf; then
80e5a6c
    if grep -v -q "auto_dir" /etc/amd.conf; then
80e5a6c
       if test ! -e /etc/amd.net; then
80e5a6c
         mv -f /etc/amd.conf /etc/amd.net
80e5a6c
       fi
80e5a6c
    fi
80e5a6c
  fi
cvsdist f65ef2b
fi
cvsdist f65ef2b
cvsdist f65ef2b
%post
cvsdist f65ef2b
/sbin/ldconfig
0c2a860
if [ -f %{_infodir}/am-utils.info.gz ]; then
0c2a860
    /sbin/install-info %{_infodir}/am-utils.info.gz %{_infodir}/dir || :
0c2a860
fi
cvsdist f65ef2b
cvsdist f65ef2b
%preun
cvsdist e51b726
if [ $1 -eq 0 ]; then
0c2a860
   if [ -f %{_infodir}/am-utils.info.gz ]; then
80e5a6c
      /sbin/install-info --delete %{_infodir}/am-utils.info.gz %{_infodir}/dir || :
0c2a860
   fi
cvsdist f65ef2b
fi
cvsdist f65ef2b
4e1a5b8
%postun -p /sbin/ldconfig
4e1a5b8
4e1a5b8
%triggerun -- am-utils < 6.1.5-19
4e1a5b8
# Save the current service runlevel info
4e1a5b8
# User must manually run systemd-sysv-convert --apply amd
4e1a5b8
# to migrate them to systemd targets
4e1a5b8
/usr/bin/systemd-sysv-convert --save amd >/dev/null 2>&1 ||:
4e1a5b8
4e1a5b8
# Run these because the SysV package being removed won't do them
4e1a5b8
/sbin/chkconfig --del amd >/dev/null 2>&1 || :
4e1a5b8
/bin/systemctl try-restart amd.service >/dev/null 2>&1 || :
cvsdist f65ef2b
cvsdist f65ef2b
%files
cvsdist f65ef2b
%doc doc/*.ps AUTHORS BUGS ChangeLog NEWS README* scripts/*-sample
cvsdist f65ef2b
%dir /.automount
cvsdist 5490612
%{_bindir}/expn
cvsdist 7d20307
%{_bindir}/pawd
cvsdist 7d20307
%{_sbindir}/*
cvsdist f65ef2b
%{_mandir}/man[58]/*
cvsdist 5490612
%{_mandir}/man1/expn.1*
cvsdist f65ef2b
%{_mandir}/man1/pawd.1*
80e5a6c
%config(noreplace) %{_sysconfdir}/amd.net
80e5a6c
%config(noreplace) %{_sysconfdir}/amd.conf
80e5a6c
%config(noreplace) %{_sysconfdir}/sysconfig/amd
4e1a5b8
%{_unitdir}/amd.service
cvsdist f65ef2b
%{_infodir}/*info*.gz
Florian La Roche 1700543
%{_libdir}/libamu.so*
cvsdist f65ef2b
cvsdist f65ef2b
%changelog
4e1a5b8
* Thu Sep 08 2011 Tom Callaway <spot@fedoraproject.org> - 5:6.1.5-19
4e1a5b8
- convert from sysvinit to systemd
4e1a5b8
e510fac
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5:6.1.5-18
e510fac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
e510fac
4b3ba9d
* Wed Oct  6 2010 Karel Zak <kzak@redhat.com> 5:6.1.5-17
4b3ba9d
- fix #602938 - am-utils fails on f13 with amfs_toplvl_mount
4b3ba9d
- fix #640383 - am-utils doesn't work in Fedora 13
4b3ba9d
ece19f8
* Mon Mar  1 2010 Karel Zak <kzak@redhat.com> 5:6.1.5-16
ece19f8
- fix #566711 - am-utils: incorrect use of tcp_wrapper
ece19f8
197cf35
* Wed Feb 24 2010 Karel Zak <kzak@redhat.com> 5:6.1.5-15
197cf35
- fix #523221 - initscript collected problems LSB-compilant
197cf35
127417e
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5:6.1.5-14
127417e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
127417e
844cbae
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5:6.1.5-13
844cbae
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
844cbae
73d5ff0
* Tue Dec  2 2008 Karel Zak <kzak@redhat.com> 5:6.1.5-12
73d5ff0
- fix #450754 - Amd does not work with 2.6.25 (thanks to Philippe Troin)
73d5ff0
df2f3d2
* Thu May 29 2008 Karel Zak <kzak@redhat.com> 5:6.1.5-11
df2f3d2
- review & cleanup init script
df2f3d2
ff776e7
* Thu May 29 2008 Karel Zak <kzak@redhat.com> 5:6.1.5-10
ff776e7
- fix #435420 - CVE-2008-1078 am-utils: insecure usage of temporary files
ff776e7
80e5a6c
* Tue May 20 2008 Karel Zak <kzak@redhat.com> 5:6.1.5-9
80e5a6c
- spec file cleanup according to rpmlint
1c85357
- fix autotools stuff
80e5a6c
bb79349
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 5:6.1.5-8
bb79349
- Autorebuild for GCC 4.3
bb79349
2ab111c
* Wed Dec 05 2007 Release Engineering <rel-eng at fedoraproject dot org> - 6.1.5-7
2ab111c
 - Rebuild for deps
2ab111c
0c2a860
* Tue Mar 13 2007 Karel Zak <kzak@redhat.com> 5:6.1.5-6
0c2a860
- fix #223675 - am-utils: non-failsafe install-info
0c2a860
- fix #231843 - missing build dependency on tcp_wrappers
0c2a860
- cleanup spec file
0c2a860
a6c241b
* Mon Dec 18 2006 Karel Zak <kzak@redhat.com> 5:6.1.5-5
a6c241b
- fix #219437 - amd: stopping service will pop up an error dialog in
a6c241b
                system-config-services app.
a6c241b
- fix build (m4 stuff) of the package (UTS_RELEASE macro has been removed
a6c241b
                from the latest kernel-headers)
a6c241b
d2e59be
* Tue Aug 24 2006 Karel Zak <kzak@redhat.com> 5:6.1.5-4
d2e59be
- fix #203193 - tmpfile usage
d2e59be
- fix #202180 - amd service doesn't work
d2e59be
cf55725
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 5:6.1.5-3
45ab90c
- rebuild
cf55725
- Add missing br flex
45ab90c
8d6531e
* Thu Jun 01 2006 Peter Vrabec <pvrabec@redhat.com> 5:6.1.5-2
80e5a6c
- force to use HAVE_LINUX_NFS_MOUNT_H macro, because linux/nfs_mount.h
8d6531e
  check in configure fails on s390x
8d6531e
e54489a
* Mon May 29 2006 Peter Vrabec <pvrabec@redhat.com> 5:6.1.5-1
80e5a6c
- upgrade
e54489a
- add build depency
e54489a
36d5c6d
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 5:6.1.3-1.2.1
36d5c6d
- bump again for double-long bug on ppc(64)
36d5c6d
88167e8
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 5:6.1.3-1.2
88167e8
- rebuilt for new gcc4.1 snapshot and glibc changes
88167e8
12b0be6
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
12b0be6
- rebuilt
12b0be6
8de6dde
* Fri Oct 20 2005 Peter Vrabec <pvrabec@redhat.com> 6.1.3-1
8de6dde
- upgrade
8de6dde
54935de
* Wed Oct 04 2005 Peter Vrabec <pvrabec@redhat.com> 6.1.2.1-1
54935de
- upgrade
80e5a6c
- fix amd shutdown(#158268,#54246)
80e5a6c
- enhancement, /host/localhost and /host/<localmachinename>
54935de
  are symlinks to / (#11843)
6cfe968
2bbf03c
* Thu Aug 25 2005 Peter Vrabec <pvrabec@redhat.com> 6.1.1-2
2bbf03c
- use generic linux/nfs_mount.h check
2bbf03c
11553a7
* Fri Aug 19 2005 Peter Vrabec <pvrabec@redhat.com> 6.1.1-1
11553a7
- upgrade 6.1.1
11553a7
11553a7
* Wed Aug 17 2005 Peter Vrabec <pvrabec@redhat.com> 6.0.9-13
11553a7
- fix the regression introduced with (#143118) fix
Florian La Roche 1700543
b382378
* Thu Mar 24 2005 Peter Vrabec <pvrabec@redhat.com> 6.0.9-12
11553a7
- fix the am-utils part of #143118 by implementing the util-linux
11553a7
  mtab locking scheme into am-utils automounter, patch and testing
11553a7
  by Daniel Berrange <berrange@redhat.com>, improved locking
80e5a6c
  algorithm by <prockai@redhat.com> (which allows for several
80e5a6c
  hundred or even thousand of parallel makes to finish
11553a7
  successfully and keep /etc/mtab in sync with /proc/mounts  as well)
80e5a6c
6abb53c
* Thu Mar 17 2005 Peter Vrabec <pvrabec@redhat.com>
8e0b724
- rebuild by gcc4
32644fe
havill 93b75eb
* Tue Oct 12 2004 Adrian Havill <havill@redhat.com> 6.0.9-10
80e5a6c
- cleanup %%pre script so amd.conf won't get stat()ed if it doesn't
havill 93b75eb
  exist (#126656)
havill 93b75eb
cvsdist e51b726
* Wed Sep  1 2004 Nalin Dahyabhai <nalin@redhat.com> 6.0.9-9
cvsdist e51b726
- really fix %%preun this time
cvsdist e51b726
cvsdist 9042c98
* Tue Aug 31 2004 Nalin Dahyabhai <nalin@redhat.com> 6.0.9-8
cvsdist 9042c98
- rebuild
cvsdist 9042c98
cvsdist fd25bb8
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist fd25bb8
- rebuilt
cvsdist fd25bb8
cvsdist fd25bb8
* Mon Mar 15 2004 Nalin Dahyabhai <nalin@redhat.com>
cvsdist fd25bb8
- fix incorrect invocation of test in %%pre and %%preun
cvsdist fd25bb8
cvsdist 54a1bcb
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 54a1bcb
- rebuilt
cvsdist 54a1bcb
cvsdist 54a1bcb
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 54a1bcb
- rebuilt
cvsdist 54a1bcb
cvsdist 5de336c
* Tue Nov 11 2003 Nalin Dahyabhai <nalin@redhat.com> 6.0.9-5
cvsdist 5de336c
- change permissions on /etc/sysconfig/amd from 0755 to 0644 (#109681)
cvsdist 5de336c
cvsdist dcccd22
* Tue Aug  5 2003 Elliot Lee <sopwith@redhat.com> 6.0.9-4
cvsdist dcccd22
- Fix libtool
cvsdist dcccd22
cvsdist dcccd22
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist dcccd22
- rebuilt
cvsdist dcccd22
cvsdist 5490612
* Tue Feb 04 2003 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 5490612
- add symlink to shared lib
cvsdist 5490612
cvsdist 5490612
* Fri Jan 31 2003 Nalin Dahyabhai <nalin@redhat.com> 6.0.9-1
cvsdist 5490612
- update to 6.0.9
cvsdist 5490612
- disable RPM's internal dependency calculation so that we can filter out
cvsdist 5490612
  dependencies which are expected to be filled in by the site administrator
cvsdist 5490612
cvsdist 5490612
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 5490612
- rebuilt
cvsdist 5490612
cvsdist 5490612
* Tue Jan  7 2003 Nalin Dahyabhai <nalin@redhat.com> 6.0.8-3
cvsdist 5490612
- rebuild
cvsdist 5490612
cvsdist 5490612
* Wed Oct 30 2002 Nalin Dahyabhai <nalin@redhat.com> 6.0.8-1
cvsdist 5490612
- update to 6.0.8
cvsdist 5490612
cvsdist 2cc5972
* Tue Aug 27 2002 Nalin Dahyabhai <nalin@redhat.com> 6.0.7-9
cvsdist 2cc5972
- rebuild
cvsdist 2cc5972
cvsdist bd34b6f
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist bd34b6f
- automated rebuild
cvsdist bd34b6f
cvsdist 748b4b0
* Wed May 29 2002 Nalin Dahyabhai <nalin@redhat.com> 6.0.7-7
cvsdist 748b4b0
- adjust the perl reqs so that the lostaltmail config files aren't required
cvsdist 748b4b0
  by RPM
cvsdist 748b4b0
cvsdist 748b4b0
* Sun May 26 2002 Tim Powers <timp@redhat.com>
cvsdist 748b4b0
- automated rebuild
cvsdist 748b4b0
cvsdist 748b4b0
* Thu May  9 2002 Nalin Dahyabhai <nalin@redhat.com> 6.0.7-5
cvsdist 748b4b0
- rebuild in new environment
cvsdist 748b4b0
cvsdist 383e44b
* Fri Feb 22 2002 Nalin Dahyabhai <nalin@redhat.com> 6.0.7-4
cvsdist 383e44b
- rebuild in new environment
cvsdist 383e44b
cvsdist 383e44b
* Sat Jan 26 2002 Jeff Johnson <jbj@redhat.com>
cvsdist 383e44b
- add Provides: to white out certain perl Requires:
cvsdist 383e44b
cvsdist 383e44b
* Wed Jan 23 2002 Nalin Dahyabhai <nalin@redhat.com> 6.0.7-2
cvsdist 383e44b
- rebuild in new environment
cvsdist 383e44b
- require gdbm-devel at build-time instead of db1-devel
cvsdist 383e44b
cvsdist 383e44b
* Thu Sep  6 2001 Nalin Dahyabhai <nalin@redhat.com> 6.0.7-1
cvsdist 383e44b
- update to 6.0.7, fixing EIO on access bugs (#53251)
cvsdist 383e44b
- back out nfs3 patch; no longer needed for current kernels
cvsdist 383e44b
- don't explicitly strip binaries; let the buildroot policies handle it
cvsdist 383e44b
cvsdist 7d20307
* Wed Jul 18 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 7d20307
- rebuild
cvsdist 7d20307
cvsdist 7d20307
* Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 7d20307
- add BuildPrereq: db1-devel (#44987)
cvsdist 7d20307
- use FHS macros
cvsdist 7d20307
- return error codes correctly from init script (#44597)
cvsdist 35dabdf
cvsdist 35dabdf
* Tue May 22 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 35dabdf
- update to 6.0.6
cvsdist 35dabdf
cvsdist fedb53a
* Sat Apr  7 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist fedb53a
- update to 6.0.5
cvsdist fedb53a
- remove /net from the default MOUNTPTS
cvsdist fedb53a
cvsdist fedb53a
* Tue Mar 13 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist fedb53a
- use MOUNTPTS when starting
cvsdist fedb53a
cvsdist fedb53a
* Fri Mar  2 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist fedb53a
- rebuild in new environment
cvsdist fedb53a
cvsdist fedb53a
* Wed Feb 14 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 7d20307
- redo i18n for the init script (#24082)
cvsdist fedb53a
cvsdist fedb53a
* Tue Jan 23 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist fedb53a
- re-do workaround from advice from the am-utils maintainers
cvsdist fedb53a
- redo i18n for the init script
cvsdist fedb53a
cvsdist fedb53a
* Sat Jan 20 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist fedb53a
- work around clash with nfs3_fh definition in 2.4
cvsdist fedb53a
cvsdist fedb53a
* Tue Jan 16 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist fedb53a
- gettextize the init script (#24087)
cvsdist fedb53a
cvsdist fedb53a
* Tue Dec 19 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist fedb53a
- add ldconfig to %%postun
cvsdist fedb53a
- chuck the hesiod patch -- new bind-utils doesn't have the support for it
cvsdist fedb53a
cvsdist fedb53a
* Fri Sep  8 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist fedb53a
- rebuild in new environment
cvsdist fedb53a
cvsdist f65ef2b
* Sat Jul 15 2000 Bill Nottingham <notting@redhat.com>
cvsdist f65ef2b
- move initscript back
cvsdist f65ef2b
cvsdist f65ef2b
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
cvsdist f65ef2b
- automatic rebuild
cvsdist f65ef2b
cvsdist f65ef2b
* Thu Jul  6 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist f65ef2b
- only create /var/lock/subsys/amd if startup succeeds
cvsdist f65ef2b
- revamp shutdown procedure to minimize time spent just spinning
cvsdist f65ef2b
- change initscripts dependency to /etc/init.d
cvsdist f65ef2b
cvsdist f65ef2b
* Tue Jul  4 2000 Florian La Roche <Florian.LaRoche@redhat.com>
cvsdist f65ef2b
- delete noreplace from initscript
cvsdist f65ef2b
cvsdist f65ef2b
* Wed Jun 28 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist f65ef2b
- fix postun script
cvsdist f65ef2b
- add requires: initscripts
cvsdist f65ef2b
cvsdist f65ef2b
* Tue Jun 27 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist f65ef2b
- remove unnecessary libamu.so symlink
cvsdist f65ef2b
cvsdist f65ef2b
* Mon Jun 26 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist f65ef2b
- move init script to /etc/init.d
cvsdist f65ef2b
- add URL: tag
cvsdist f65ef2b
cvsdist f65ef2b
* Wed Jun 21 2000 Preston Brown <pbrown@redhat.com>
cvsdist f65ef2b
- noreplace config files
cvsdist f65ef2b
- gracefully stop/restart service
cvsdist f65ef2b
cvsdist f65ef2b
* Fri Jun 16 2000 Matt Wilson <msw@redhat.com>
cvsdist f65ef2b
- FHS paths
cvsdist f65ef2b
- 6.0.4 snapshot (as it builds against kernel 2.4 headers)
cvsdist f65ef2b
cvsdist f65ef2b
* Wed Feb 16 2000 Cristian Gafton <gafton@redhat.com>
cvsdist f65ef2b
- version 6.0.3
cvsdist f65ef2b
- enhance init script to be more wait4amd2die-like
cvsdist f65ef2b
- make default map type to be file (#9185)
cvsdist f65ef2b
- get rid of the kludges
cvsdist f65ef2b
cvsdist f65ef2b
* Thu Feb 03 2000 Cristian Gafton <gafton@redhat.com>
cvsdist f65ef2b
- man pages are compressed
cvsdist f65ef2b
- version 6.0.2
cvsdist f65ef2b
- fix descriptions
cvsdist f65ef2b
cvsdist f65ef2b
* Mon Sep 13 1999 Cristian Gafton <gafton@redhat.com>
cvsdist f65ef2b
- version 6.0.1 final
cvsdist f65ef2b
cvsdist f65ef2b
* Tue Aug 24 1999 Cristian Gafton <gafton@redhat.com>
cvsdist f65ef2b
- remove the noldap patch
cvsdist f65ef2b
- add amd.net file as the default config map file
cvsdist f65ef2b
- change the config file to teh new config file format instead of a
cvsdist f65ef2b
  simple map file name.
80e5a6c
- try to avoid some damage with a new %%pre script
cvsdist f65ef2b
- prereq grep now
cvsdist f65ef2b
- modify the init file so it calls amd -F /etc/amd.conf now
cvsdist f65ef2b
cvsdist f65ef2b
* Tue Aug 24 1999 Bill Nottingham <notting@redhat.com>
cvsdist f65ef2b
- update to 6.0.1s11
cvsdist f65ef2b
cvsdist f65ef2b
* Fri Jun 19 1999 Bill Nottingham <notting@redhat.com>
cvsdist f65ef2b
- don't run by default
cvsdist f65ef2b
cvsdist f65ef2b
* Mon May 31 1999 Kenneth Skaar <kenneths@regina.uio.no>
80e5a6c
- Fixed amd -F core dump and related dumps by other programs
cvsdist f65ef2b
cvsdist f65ef2b
* Thu Apr 08 1999 Preston Brown <pbrown@redhat.com>
cvsdist f65ef2b
- kill -HUP on reload, restart does a real restart.
cvsdist f65ef2b
cvsdist f65ef2b
* Fri Mar 26 1999 Bill Nottingham <notting@redhat.com>
cvsdist f65ef2b
- twiddle an echo in initscript
cvsdist f65ef2b
cvsdist f65ef2b
* Tue Mar 23 1999 Cristian Gafton <gafton@redhat.com>
cvsdist f65ef2b
- version 6.0 proper
cvsdist f65ef2b
- Serial:1 because to enforce versioning
cvsdist f65ef2b
80e5a6c
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
cvsdist f65ef2b
- auto rebuild in the new build environment (release 6)
cvsdist f65ef2b
cvsdist f65ef2b
* Wed Jan 06 1999 Cristian Gafton <gafton@redhat.com>
cvsdist f65ef2b
- rebuild for glibc 2.1
cvsdist f65ef2b
- strip all binaries
cvsdist f65ef2b
cvsdist f65ef2b
* Thu Aug 13 1998 Jeff Johnson <jbj@redhat.com>
cvsdist f65ef2b
- add missing ':' to default 'opts:=nosuid,nodev'
cvsdist f65ef2b
- install info pages
cvsdist f65ef2b
cvsdist f65ef2b
* Mon Jul 13 1998 Cristian Gafton <gafton@redhat.com>
cvsdist f65ef2b
- added the NIS support that the broken configure script failed to detect
cvsdist f65ef2b
cvsdist f65ef2b
* Tue May 05 1998 Cristian Gafton <gafton@redhat.com>
cvsdist f65ef2b
- disabled autofs support on alpha
cvsdist f65ef2b
- run ldconfig in postinstall
cvsdist f65ef2b
cvsdist f65ef2b
* Mon May 04 1998 Cristian Gafton <gafton@redhat.com>
cvsdist f65ef2b
- new package to replace the old and unmaintained amd