diff --git a/source/base/bash/FrugalBuild b/source/base/bash/FrugalBuild index fd5b855..d65a861 100644 --- a/source/base/bash/FrugalBuild +++ b/source/base/bash/FrugalBuild @@ -9,7 +9,7 @@ if [ -z "$patchver" ]; then else pkgver=${basever}_$patchver fi -pkgrel=3 +pkgrel=4 pkgdesc="The GNU Bourne Again shell" url="http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html" backup=(etc/{profile,shells,skel/.bashrc}) diff --git a/source/base/bash/profile b/source/base/bash/profile index 11204af..ae8acf4 100644 --- a/source/base/bash/profile +++ b/source/base/bash/profile @@ -83,6 +83,9 @@ if [ -x /usr/bin/biff ]; then biff y fi +# No forkbombs, please. +ulimit -u 256 + # Append any additional sh scripts found in /etc/profile.d/: for i in /etc/profile.d/*.sh ; do if [ -x $i ]; then