psss / rpms / zsh

Forked from rpms/zsh 5 years ago
Clone
cvsdist 2c8e3f3
# this file is encoded in UTF-8  -*- coding: utf-8 -*-
cvsdist 2c8e3f3
cvsdist abdd31b
Summary: A shell similar to ksh, but with improvements.
cvsdist abdd31b
Name: zsh
cvsdist 21be858
Version: 4.0.9
cvsdist 21be858
Release: 1
cvsdist 83b6adb
License: BSD
cvsdist 21be858
URL: http://zsh.sunsite.dk/
cvsdist abdd31b
Group: System Environment/Shells
cvsdist 83b6adb
Source0: ftp://ftp.zsh.org/pub/zsh-%{version}.tar.bz2
cvsdist abdd31b
Source1: zlogin.rhs
cvsdist abdd31b
Source2: zlogout.rhs
cvsdist abdd31b
Source3: zprofile.rhs
cvsdist abdd31b
Source4: zshrc.rhs
cvsdist abdd31b
Source5: zshenv.rhs
cvsdist 2c8e3f3
Source6: dotzshrc
cvsdist 92bd44f
Patch0: zsh-serial.patch
cvsdist 2c8e3f3
Patch1: zsh-4.0.6-make-test-fail.patch
cvsdist 21be858
#Patch2: zsh-4.0.7-completion-_files-110852.patch
cvsdist 21be858
Patch3: zsh-4.0.7-bckgrnd-bld-102042.patch
cvsdist abdd31b
Prereq: fileutils grep /sbin/install-info
cvsdist abdd31b
Buildroot: %{_tmppath}/%{name}-%{version}-root
cvsdist 83b6adb
Requires: libcap
cvsdist 21be858
BuildRequires: libtermcap-devel libcap-devel texinfo
cvsdist abdd31b
cvsdist 2c8e3f3
%{?_without_check: %define _without_check 1}
cvsdist 2c8e3f3
%{!?_without_check: %define _without_check 0}
cvsdist 2c8e3f3
cvsdist abdd31b
%description
cvsdist abdd31b
The zsh shell is a command interpreter usable as an interactive login
cvsdist abdd31b
shell and as a shell script command processor.  Zsh resembles the ksh
cvsdist abdd31b
shell (the Korn shell), but includes many enhancements.  Zsh supports
cvsdist abdd31b
command line editing, built-in spelling correction, programmable
cvsdist abdd31b
command completion, shell functions (with autoloading), a history
cvsdist 538cfb0
mechanism, and more.
cvsdist abdd31b
cvsdist 21be858
%package html
cvsdist 21be858
Summary: Zsh shell manual in html format
cvsdist 21be858
Group: System Environment/Shells
cvsdist 21be858
cvsdist 21be858
%description html
cvsdist 21be858
The zsh shell is a command interpreter usable as an interactive login
cvsdist 21be858
shell and as a shell script command processor.  Zsh resembles the ksh
cvsdist 21be858
shell (the Korn shell), but includes many enhancements.  Zsh supports
cvsdist 21be858
command line editing, built-in spelling correction, programmable
cvsdist 21be858
command completion, shell functions (with autoloading), a history
cvsdist 21be858
mechanism, and more.
cvsdist 21be858
cvsdist 21be858
This package contains the Zsh manual in html format.
cvsdist 21be858
cvsdist abdd31b
%prep
cvsdist abdd31b
cvsdist abdd31b
%setup -q
cvsdist 92bd44f
%patch0 -p1 -b .serial
cvsdist 2c8e3f3
%patch1 -p1 -b .fail
cvsdist 21be858
#%%patch2 -p1 -b .orig
cvsdist 21be858
%patch3 -p0 -b .bckgrnd
cvsdist 21be858
# patch3 touches zshconfig.ac
cvsdist 21be858
autoconf
cvsdist abdd31b
cvsdist abdd31b
%build
cvsdist 2c8e3f3
%define _bindir /bin
cvsdist 8075d0a
# Avoid stripping...
cvsdist 8075d0a
export LDFLAGS=""
cvsdist 21be858
%configure --enable-etcdir=%{_sysconfdir} --with-tcsetpgrp
cvsdist abdd31b
cvsdist 21be858
make all html
cvsdist 83b6adb
# Run the testsuite
cvsdist 2c8e3f3
%if ! %{_without_check}
cvsdist 2c8e3f3
# the completion tests hang on s390 and s390x
cvsdist 21be858
%ifarch s390 s390x ppc ppc64
cvsdist 2c8e3f3
  ( cd Test
cvsdist 2c8e3f3
    mkdir skipped
cvsdist 2c8e3f3
    mv Y*.ztst skipped )
cvsdist 2c8e3f3
%endif
cvsdist 21be858
  ZTST_verbose=0 make test
cvsdist 2c8e3f3
%endif
cvsdist abdd31b
cvsdist abdd31b
%install
cvsdist abdd31b
rm -rf $RPM_BUILD_ROOT
cvsdist 2c8e3f3
%makeinstall install.info \
cvsdist 2c8e3f3
	fndir=$RPM_BUILD_ROOT%{_datadir}/zsh/%{version}/functions \
cvsdist 2c8e3f3
	sitefndir=$RPM_BUILD_ROOT%{_datadir}/zsh/site-functions
cvsdist abdd31b
cvsdist 2c8e3f3
rm -f ${RPM_BUILD_ROOT}%{_bindir}/zsh-%{version}
cvsdist 2c8e3f3
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
cvsdist abdd31b
cvsdist 2c8e3f3
mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}
cvsdist 2c8e3f3
for i in zshrc zlogin zlogout zshenv zprofile; do
cvsdist 2c8e3f3
	cp -p $RPM_SOURCE_DIR/${i}.rhs ${RPM_BUILD_ROOT}%{_sysconfdir}/$i
cvsdist abdd31b
done
cvsdist abdd31b
cvsdist 2c8e3f3
mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/skel
cvsdist 2c8e3f3
cp -p %{SOURCE6} ${RPM_BUILD_ROOT}%{_sysconfdir}/skel/.zshrc
cvsdist 2c8e3f3
cvsdist abdd31b
%clean
cvsdist abdd31b
rm -rf $RPM_BUILD_ROOT
cvsdist abdd31b
cvsdist abdd31b
%post
cvsdist 2c8e3f3
if [ ! -f %{_sysconfdir}/shells ] ; then
cvsdist 2c8e3f3
    echo "%{_bindir}/zsh" > %{_sysconfdir}/shells
cvsdist abdd31b
else
cvsdist 2c8e3f3
    grep -q "^%{_bindir}/zsh$" %{_sysconfdir}/shells || echo "%{_bindir}/zsh" >> %{_sysconfdir}/shells
cvsdist abdd31b
fi
cvsdist abdd31b
cvsdist abdd31b
/sbin/install-info %{_infodir}/zsh.info.gz %{_infodir}/dir \
cvsdist abdd31b
	--entry="* zsh: (zsh).			An enhanced bourne shell."
cvsdist abdd31b
cvsdist abdd31b
%preun
cvsdist abdd31b
if [ "$1" = 0 ] ; then
cvsdist abdd31b
    /sbin/install-info --delete %{_infodir}/zsh.info.gz %{_infodir}/dir \
cvsdist abdd31b
	--entry="* zsh: (zsh).			An enhanced bourne shell."
cvsdist abdd31b
fi
cvsdist abdd31b
cvsdist abdd31b
%postun
cvsdist abdd31b
if [ "$1" = 0 ] ; then
cvsdist 2c8e3f3
    if [ -f %{_sysconfdir}/shells ] ; then
cvsdist 2c8e3f3
    	TmpFile=`%{_bindir}/mktemp /tmp/.zshrpmXXXXXX`
cvsdist 2c8e3f3
    	grep -v '^%{_bindir}/zsh$' %{_sysconfdir}/shells > $TmpFile
cvsdist 2c8e3f3
    	cp -f $TmpFile %{_sysconfdir}/shells
cvsdist abdd31b
    	rm -f $TmpFile
cvsdist 2c8e3f3
    	chmod 644 %{_sysconfdir}/shells
cvsdist abdd31b
    fi
cvsdist abdd31b
fi
cvsdist abdd31b
cvsdist abdd31b
%files
cvsdist abdd31b
%defattr(-,root,root)
cvsdist 83b6adb
%doc README LICENCE Etc/BUGS Etc/CONTRIBUTORS Etc/FAQ Etc/FEATURES Etc/MACHINES
cvsdist 83b6adb
%doc Etc/NEWS Etc/zsh-development-guide Etc/completion-style-guide
cvsdist 2c8e3f3
%attr(755,root,root) %{_bindir}/zsh
cvsdist abdd31b
%{_mandir}/*/*
cvsdist abdd31b
%{_infodir}/*
cvsdist 83b6adb
%{_datadir}/zsh
cvsdist 2c8e3f3
%{_libdir}/zsh
cvsdist 2c8e3f3
%config(noreplace) %{_sysconfdir}/*
cvsdist abdd31b
cvsdist 21be858
%files html
cvsdist 21be858
%defattr(-,root,root)
cvsdist 21be858
%doc Doc/*.html
cvsdist 21be858
cvsdist abdd31b
%changelog
cvsdist 21be858
* Tue Jan 13 2004 Jens Petersen <petersen@redhat.com> - 4.0.9-1
cvsdist 21be858
- update to 4.0.9 release
cvsdist 21be858
- zsh-4.0.7-completion-_files-110852.patch no longer needed
cvsdist 21be858
- update zsh-4.0.7-bckgrnd-bld-102042.patch to better one with --with-tcsetpgrp
cvsdist 21be858
  configure option by Philippe Troin
cvsdist 21be858
- configure --with-tcsetpgrp
cvsdist 21be858
- buildrequire texinfo for makeinfo
cvsdist 21be858
- fix ownership of html manual (112749) [Florian La Roche]
cvsdist 21be858
cvsdist 21be858
* Tue Dec  9 2003 Jens Petersen <petersen@redhat.com> - 4.0.7-3
cvsdist 21be858
- no longer "stty erase" in /etc/zshrc for screen [Lon Hohberger]
cvsdist 21be858
cvsdist 21be858
* Thu Nov 27 2003 Jens Petersen <petersen@redhat.com> - 4.0.7-2
cvsdist 21be858
- quote %% in file glob'ing completion code (#110852)
cvsdist 21be858
  [reported with patch by Keith T. Garner]
cvsdist 21be858
- add zsh-4.0.7-bckgrnd-bld-102042.patch from Philippe Troin to allow
cvsdist 21be858
  configure to run in the background (#102042) [reported by Michael Redinger]
cvsdist 21be858
- above patch requires autoconf to be run
cvsdist 21be858
- include html manual in separate -html subpackage
cvsdist 21be858
- changed url to master site
cvsdist 21be858
- skip completion tests on ppc and ppc64 for now, since they hang
cvsdist 21be858
cvsdist 373df78
* Fri Jun 20 2003 Jens Petersen <petersen@redhat.com> - 4.0.7-1
cvsdist 373df78
- update to 4.0.7 bugfix release
cvsdist 373df78
cvsdist 373df78
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 373df78
- rebuilt
cvsdist 373df78
cvsdist 373df78
* Thu May  1 2003 Jens Petersen <petersen@redhat.com> - 4.0.6-7
cvsdist 373df78
- don't set stty erase in a dumb terminal with tput kbs in /etc/zshrc (#89856)
cvsdist 373df78
  [reported by Ben Liblit]
cvsdist 373df78
- make default prompt more informative, like bash
cvsdist 373df78
cvsdist 2c8e3f3
* Mon Feb 10 2003 Jens Petersen <petersen@redhat.com> - 4.0.6-5
cvsdist 2c8e3f3
- skip completion tests on s390 and s390x since they hang
cvsdist 2c8e3f3
cvsdist 2c8e3f3
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 2c8e3f3
- rebuilt
cvsdist 2c8e3f3
cvsdist 2c8e3f3
* Wed Dec 25 2002 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 2c8e3f3
- fix adding zsh to /etc/shells
cvsdist 2c8e3f3
cvsdist 2c8e3f3
* Fri Nov 29 2002 Florian La Roche <Florian.LaRoche@redhat.de> 4.0.6-2
cvsdist 2c8e3f3
- make sure /bin/zsh is owned by root and not bhcompile
cvsdist 2c8e3f3
- do not package zsh-%{version} into binary rpm
cvsdist 2c8e3f3
cvsdist 2c8e3f3
* Thu Nov 28 2002 Jens Petersen <petersen@redhat.com> 4.0.6-1
cvsdist 2c8e3f3
- define _bindir to be /bin and use it
cvsdist 2c8e3f3
- use _sysconfdir and _libdir
cvsdist 2c8e3f3
cvsdist 2c8e3f3
* Mon Nov 25 2002 Jens Petersen <petersen@redhat.com>
cvsdist 2c8e3f3
- 4.0.6
cvsdist 2c8e3f3
- add url
cvsdist 2c8e3f3
- add --without check build option
cvsdist 2c8e3f3
- don't autoconf
cvsdist 2c8e3f3
- make "make test" failure not go ignored
cvsdist 2c8e3f3
- move sourcing of profile from zshenv to new .zshrc file for now (#65509)
cvsdist 2c8e3f3
- preserve dates when installing rc files
cvsdist 2c8e3f3
cvsdist 2c8e3f3
* Fri Nov 15 2002 Jens Petersen <petersen@redhat.com>
cvsdist 2c8e3f3
- setup backspace better with tput in zshrc to please screen (#77833)
cvsdist 2c8e3f3
- encode spec file in utf-8
cvsdist 2c8e3f3
cvsdist 2c8e3f3
* Fri Jun 28 2002 Trond Eivind Glomsrød <teg@redhat.com> 4.0.4-8
cvsdist 92bd44f
- Make it work with a serial port (#56353)
cvsdist 92bd44f
- Add $HOME/bin to path for login shells (#67110)
cvsdist 92bd44f
cvsdist 4e02adc
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist 4e02adc
- automated rebuild
cvsdist 4e02adc
cvsdist 4e02adc
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist 4e02adc
- automated rebuild
cvsdist 4e02adc
cvsdist 2c8e3f3
* Fri Apr  5 2002 Trond Eivind Glomsrød <teg@redhat.com> 4.0.4-5
cvsdist cf11e41
- Source /etc/profile from /etc/zshenv instead of /etc/zprofile, 
cvsdist cf11e41
  to run things the same way bash do (#62788)
cvsdist cf11e41
cvsdist 2c8e3f3
* Tue Apr  2 2002 Trond Eivind Glomsrød <teg@redhat.com> 4.0.4-4
cvsdist 8075d0a
- Explicitly specify blank LDFLAGS to avoid autoconf thinking it 
cvsdist 8075d0a
  should strip when linking
cvsdist 8075d0a
cvsdist 2c8e3f3
* Thu Feb 21 2002 Trond Eivind Glomsrød <teg@redhat.com> 4.0.4-3
cvsdist 8075d0a
- Rebuild
cvsdist 8075d0a
cvsdist 8075d0a
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
cvsdist 8075d0a
- automated rebuild
cvsdist 8075d0a
cvsdist 2c8e3f3
* Fri Oct 26 2001 Trond Eivind Glomsrød <teg@redhat.com> 4.0.4-1
cvsdist 8075d0a
- 4.0.4
cvsdist 8075d0a
- Don't force emacs keybindings, they're the default (#55102)
cvsdist 8075d0a
cvsdist 2c8e3f3
* Wed Oct 24 2001 Trond Eivind Glomsrød <teg@redhat.com> 4.0.3-1
cvsdist 8075d0a
- 4.0.3
cvsdist 8075d0a
cvsdist 2c8e3f3
* Mon Jul 30 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 538cfb0
- Fix typo in comment in zshrc (#50214)
cvsdist 538cfb0
- Don't set environment variables in  /etc/zshrc (#50308)
cvsdist 538cfb0
cvsdist 2c8e3f3
* Tue Jun 26 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 83b6adb
- 4.0.2
cvsdist 83b6adb
- Run the testsuite during build
cvsdist 83b6adb
cvsdist 2c8e3f3
* Wed Jun 20 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 83b6adb
- Add libtermcap-devel and libcap-devel to buildrequires
cvsdist 83b6adb
cvsdist 2c8e3f3
* Fri Jun  1 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 83b6adb
- 4.0.1
cvsdist 83b6adb
cvsdist 2c8e3f3
* Thu May 17 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 83b6adb
- 4.0.1pre4
cvsdist 83b6adb
- zsh is now available in bz2 - use it
cvsdist 83b6adb
cvsdist 2c8e3f3
* Mon Apr  9 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 83b6adb
- 4.0.1pre3
cvsdist 83b6adb
- remove the dir file from the info directory
cvsdist 83b6adb
cvsdist 2c8e3f3
* Wed Mar 21 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 83b6adb
- Remove contents from /etc/zshenv file - no reason to duplicate things
cvsdist 83b6adb
  from /etc/profile, which is sourced from /etc/zprofile (#32478)
cvsdist 83b6adb
cvsdist 2c8e3f3
* Thu Mar 15 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 83b6adb
- 4.0.1pre2
cvsdist 83b6adb
- remove some obsolete code in /etc/zprofile
cvsdist 83b6adb
cvsdist 2ae9523
* Tue Feb 27 2001 Preston Brown <pbrown@redhat.com>
cvsdist 2ae9523
- noreplace config files.
cvsdist 2ae9523
cvsdist 2c8e3f3
* Thu Feb 15 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 2ae9523
- Handle RLIMIT_LOCKS in 2.4 (#27834 - patch from H.J. Lu)
cvsdist 2ae9523
cvsdist 2c8e3f3
* Mon Jan 08 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 2ae9523
- rebuild to fix #23568  (empty signal list)
cvsdist 2ae9523
cvsdist 2c8e3f3
* Tue Nov 28 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 2ae9523
- fix the post script, so we only have only line for zsh
cvsdist 2ae9523
  and can remove the trigger
cvsdist 2ae9523
- get rid of some instances of "/usr/local/bin/zsh"
cvsdist 2ae9523
cvsdist 28318b1
* Mon Nov 20 2000 Bill Nottingham <notting@redhat.com>
cvsdist 28318b1
- fix ia64 build
cvsdist 28318b1
cvsdist abdd31b
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
cvsdist abdd31b
- automatic rebuild
cvsdist abdd31b
cvsdist 2c8e3f3
* Sun Jul 02 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist abdd31b
- rebuild
cvsdist abdd31b
cvsdist 2c8e3f3
* Tue Jun 06 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist abdd31b
- 3.0.8
cvsdist abdd31b
- use %%configure and %%makeinstall
cvsdist abdd31b
- updated URL
cvsdist abdd31b
- disable old patches
cvsdist abdd31b
- add better patch for texi source
cvsdist abdd31b
- use %%{_mandir} and %%{_infodir}
cvsdist abdd31b
- use %%{_tmppath}
cvsdist abdd31b
cvsdist 2c8e3f3
* Tue May 02 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist abdd31b
- patched to recognize export in .zshrc (bug #11169)
cvsdist abdd31b
cvsdist abdd31b
* Tue Mar  7 2000 Jeff Johnson <jbj@redhat.com>
cvsdist abdd31b
- rebuild for sparc baud rates > 38400.
cvsdist abdd31b
cvsdist abdd31b
* Fri Mar 03 2000 Cristian Gafton <gafton@redhat.com>
cvsdist abdd31b
- fix postun script so that we don't remove ourselves on every update
cvsdist abdd31b
  doh...
cvsdist abdd31b
- add a trigger to fix old versions of the package
cvsdist abdd31b
cvsdist abdd31b
* Mon Jan 31 2000 Cristian Gafton <gafton@redhat.com>
cvsdist abdd31b
- rebuild to fix dependencies
cvsdist abdd31b
cvsdist abdd31b
* Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com>
cvsdist abdd31b
- update to 3.0.7.
cvsdist abdd31b
- source /etc/profile so that USER gets set correctly (#5655).
cvsdist abdd31b
cvsdist abdd31b
* Fri Sep 24 1999 Michael K. Johnson <johnsonm@redhat.com>
cvsdist abdd31b
- source /etc/profile.d/*.sh in zprofile
cvsdist abdd31b
cvsdist abdd31b
* Tue Sep 07 1999 Cristian Gafton <gafton@redhat.com>
cvsdist abdd31b
- fix zshenv and zprofile scripts - foxed versions from HJLu.
cvsdist abdd31b
cvsdist abdd31b
* Thu Jul 29 1999 Bill Nottingham <notting@redhat.com>
cvsdist abdd31b
- clean up init files some. (#4055)
cvsdist abdd31b
cvsdist abdd31b
* Tue May 18 1999 Jeff Johnson <jbj@redhat.com>
cvsdist abdd31b
- Make sure that env variable TmpFile is evaluated. (#2898)
cvsdist abdd31b
cvsdist abdd31b
* Sun May  9 1999 Jeff Johnson <jbj@redhat.com>
cvsdist abdd31b
- fix select timeval initialization (#2688).
cvsdist abdd31b
cvsdist abdd31b
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
cvsdist abdd31b
- auto rebuild in the new build environment (release 10)
cvsdist abdd31b
- fix the texi source
cvsdist abdd31b
- patch to detect & link against nsl
cvsdist abdd31b
cvsdist abdd31b
* Wed Mar 10 1999 Cristian Gafton <gafton@redhat.com>
cvsdist abdd31b
- use mktemp to handle temporary files.
cvsdist abdd31b
cvsdist abdd31b
* Thu Feb 11 1999 Michael Maher <mike@redhat.com>
cvsdist abdd31b
- fixed bug #365
cvsdist abdd31b
cvsdist abdd31b
* Thu Dec 17 1998 Cristian Gafton <gafton@redhat.com>
cvsdist abdd31b
- build for glibc 2.1
cvsdist abdd31b
cvsdist abdd31b
* Thu Sep 10 1998 Jeff Johnson <jbj@redhat.com>
cvsdist abdd31b
- compile for 5.2
cvsdist abdd31b
cvsdist abdd31b
* Sat Jun 06 1998 Prospector System <bugs@redhat.com>
cvsdist abdd31b
- translations modified for de
cvsdist abdd31b
cvsdist abdd31b
* Sat Jun  6 1998 Jeff Johnson <jbj@redhat.com>
cvsdist abdd31b
- Eliminate incorrect info page removal.
cvsdist abdd31b
cvsdist abdd31b
* Fri May 08 1998 Prospector System <bugs@redhat.com>
cvsdist abdd31b
- translations modified for de, fr, tr
cvsdist abdd31b
cvsdist abdd31b
* Sat Apr 11 1998 Cristian Gafton <gafton@redhat.com>
cvsdist abdd31b
- manhattan build
cvsdist abdd31b
- moved profile.d handling from zshrc to zprofile
cvsdist abdd31b
cvsdist abdd31b
* Wed Oct 21 1997 Cristian Gafton <gafton@redhat.com>
cvsdist abdd31b
- Upgraded to 3.0.5
cvsdist abdd31b
- Install-info handling
cvsdist abdd31b
cvsdist abdd31b
* Thu Jul 31 1997 Erik Troan <ewt@redhat.com>
cvsdist abdd31b
- built against glibc
cvsdist abdd31b
cvsdist abdd31b
* Thu Apr 10 1997 Michael Fulbright <msf@redhat.com>
cvsdist abdd31b
- Upgraded to 3.0.2
cvsdist abdd31b
- Added 'reasonable' default startup files in /etc