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

ash-0.2-20 RPM for i386

From Mirrored RPMS

Name: ash Distribution: BlueSky
Version: 0.2 Vendor: Red Hat, Inc.
Release: 20 Build date: Thu Feb 3 11:12:26 2000
Group: System Environment/Shells Build host: porky.devel.redhat.com
Size: 336650 Source RPM: ash-0.2-20.src.rpm
Packager: Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
Summary: A smaller version of the Bourne shell (sh).
A shell is a basic system program which interprets user's keyboard or
mouse commands. The ash shell is a clone of Berkeley's Bourne shell
(sh). Ash supports all of the standard sh shell commands, but is
considerably smaller than sh.  The ash shell lacks some Bourne shell
features (for example, command-line histories), but it uses a lot less
memory.

You should install ash if you need a lightweight shell with many of
the same capabilities as the sh shell.

Provides

Requires

Copyright

BSD

Changelog

* Thu Feb 03 2000 Preston Brown <pbrown@redhat.com>
  - gzipped man pages
* Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com>
  - rebuild against the lastest glibc in the sparc tree
* Sat Sep 11 1999 Bill Nottingham <notting@redhat.com>
  - fix bogosity with fd's > 0
  - fix builtin echo to understand -n & -e at the same time
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
  - auto rebuild in the new build environment (release 17)
* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
  - Injected new description and group.
* Tue Jan 12 1999 Cristian Gafton <gafton@redhat.com>
  - build on glibc 2.1
* Fri Nov 06 1998 Preston Brown <pbrown@redhat.com>
  - updated to correct path on SunSITE.
* Fri Aug 28 1998 Jeff Johnson <jbj@redhat.com>
  - recompile statically linked binary for 5.2/sparc
* Tue May 05 1998 Prospector System <bugs@redhat.com>
  - translations modified for de, fr, tr
* Mon Oct 20 1997 Erik Troan <ewt@redhat.com>
  - made /bin/ash built shared
  - added ash.static
  - uses a buildroot and %attr
* Sun Aug 24 1997 Erik Troan <ewt@redhat.com>
  - built against glibc
  - statically linked
* Wed Apr 16 1997 Erik Troan <ewt@redhat.com>
  - fixed preinstall script to >> /etc/shells for bsh.

Files

/bin/ash
/bin/ash.static
/bin/bsh
/usr/man/man1/ash.1.gz
/usr/man/man1/bsh.1.gz

Post Install

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

Generated by rpm2html 1.2

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