Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

pdksh-5.2.14-2 RPM for i386

From Mirrored RPMS

Name: pdksh Distribution: BlueSky
Version: 5.2.14 Vendor: Red Hat, Inc.
Release: 2 Build date: Mon Feb 7 13:02:03 2000
Group: System Environment/Shells Build host: porky.devel.redhat.com
Size: 327039 Source RPM: pdksh-5.2.14-2.src.rpm
Packager: Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
Summary: A public domain clone of the Korn shell (ksh).
The pdksh package contains PD-ksh, a clone of the Korn shell (ksh).
The ksh shell is a command interpreter intended for both interactive
and shell script use.  Ksh's command language is a superset of the sh
shell language.

Install the pdksh package if you want to use a version of the ksh
shell.

Provides

Requires

Copyright

Public Domain

Changelog

* Mon Feb 07 2000 Jeff Johnson <jbj@redhat.com>
  - compress man pages.
* Tue Jul 20 1999 Jeff Johnson <jbj@redhat.com>
  - update to 5.2.14.
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
  - auto rebuild in the new build environment (release 3)
* Wed Mar 17 1999 Jeff Johnson <jbj@redhat.com>
  - glibc 2.1 doesn't init sys_siglist for 32 <= i < NSIG (#1473)
* Fri Mar 12 1999 Jeff Johnson <jbj@redhat.com>
  - upgrade to 5.2.13.
* Sun Aug 16 1998 Jeff Johnson <jbj@redhat.com>
  - build root
* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
  - translations modified for de, fr, tr
* Tue Oct 21 1997 Cristian Gafton <gafton@redhat.com>
  - fixed the spec file
* Fri Jul 18 1997 Erik Troan <ewt@redhat.com>
  - built against glibc

Files

/bin/ksh
/usr/bin/ksh
/usr/bin/pdksh
/usr/doc/pdksh-5.2.14
/usr/doc/pdksh-5.2.14/BUG-REPORTS
/usr/doc/pdksh-5.2.14/NEWS
/usr/doc/pdksh-5.2.14/NOTES
/usr/doc/pdksh-5.2.14/PROJECTS
/usr/doc/pdksh-5.2.14/README
/usr/man/man1/ksh.1.gz
/usr/man/man1/pdksh.1.gz

Post Install

if [ ! -f /etc/shells ]; then
	echo "/bin/ksh" > /etc/shells
else
	if ! grep '^/bin/ksh$' /etc/shells > /dev/null; then
		echo "/bin/ksh" >> /etc/shells
	fi
fi

Generated by rpm2html 1.2

sulinux-help@leland.stanford.edu, Tue Jul 18 23:19:26 2000