WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: bash  (Read 1766 times)

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
bash
« on: September 19, 2009, 10:44:55 PM »
Updated to 4.0:

Code: [Select]
Title:          bash.tcz
Description:    bash for tinycore
Version:        4.0
Author:         Chet Ramey
Original-site:  www.gnu.org/software/bash/
Copying-policy: GPL
Size: 356K
Extension_by:   Jason W
Comments:       Bash is a shell for Linux. This is the 4.0 release
with the bash-4.0-fixes-4.patch from LFS.
This extension is PPI compatible.
                ----------
Change-log:     2008/07/23 First version
       2008/09/09 Removed the symlink /bin/sh -> /bin/bash.
/bin/sh needs to remain pointing to busybox ash.
       2008/11/27 Recompiled for 486 and size optimization.
                2009/02/02 Made PPI compatible.
2009/04/05 Added basic bashrc
Current: 2009/09/19 Upgraded to version 4.0.

Code: [Select]
Title:          bash-locale.tcz
Description:    bash locales
Version:        4.0
Author:         Chet Ramey
Original-site:  www.gnu.org/software/bash/
Copying-policy: GPL
Size: 356K
Extension_by:   Jason W
Comments:       Bash is a shell for Linux. This is the locale
data.
This extension is PPI compatible.
                ----------
Change-log:     2008/07/23 First version
       2008/09/09 Removed the symlink /bin/sh -> /bin/bash.
/bin/sh needs to remain pointing to busybox ash.
       2008/11/27 Recompiled for 486 and size optimization.
                2009/02/02 Made PPI compatible.
2009/04/05 Added basic bashrc
Current: 2009/09/19 Upgraded to version 4.0.

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: bash
« Reply #1 on: February 21, 2010, 01:58:45 PM »
Fixed start up script to not overwrite existing /usr/local/etc/bashrc:

Code: [Select]
Title:          bash.tcz
Description:    bash for tinycore
Version:        4.0
Author:         Chet Ramey
Original-site:  www.gnu.org/software/bash/
Copying-policy: GPL
Size: 356K
Extension_by:   Jason W
Comments:       Bash is a shell for Linux. This is the 4.0 release
with the bash-4.0-fixes-4.patch from LFS.
This extension is PPI compatible.
                ----------
Change-log:     2008/07/23 First version
        2008/09/09 Removed the symlink /bin/sh -> /bin/bash.
/bin/sh needs to remain pointing to busybox ash.
        2008/11/27 Recompiled for 486 and size optimization.
                2009/02/02 Made PPI compatible.
2009/04/05 Added basic bashrc
2009/09/19 Upgraded to version 4.0.
Current: 2010/02/21 Corrected startup script to not overwrite
existing /usr/local/etc/bashrc.