X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Fvariables.sh;h=31da35faf7c2413186721c9bf70a33067ac7ce42;hb=c72b7521e60f5ca7d2873271767c7ff4fba09bf2;hp=868129259814bc69a4a8cd9335080ab4b74c32fe;hpb=0f49452f40415efb2a62048397ed8514a1058bb7;p=feisty_meow.git diff --git a/scripts/core/variables.sh b/scripts/core/variables.sh index 86812925..31da35fa 100644 --- a/scripts/core/variables.sh +++ b/scripts/core/variables.sh @@ -78,9 +78,12 @@ if [ -z "$NECHUNG" ]; then ############## - # umask sets a permission mask for all file creations. the mask used here - # disallows writes by the "group" and disallows "others" completely. - umask 027 + # umask sets a permission mask for all file creations. + # this mask disallows writes by "group" and "others". + umask 022 + # this mask disallows writes by the "group" and disallows "others" completely. + #umask 027 + # ulimit sets user limits. we set the maximum allowed core dump file size # to zero, because it is obnoxious to see the core dumps from crashed # programs lying around everywhere. @@ -126,8 +129,8 @@ if [ -z "$NECHUNG" ]; then export NECHUNG=$FEISTY_MEOW_DIR/infobase/fortunes.dat # ensure we use the right kind of secure shell. - export CVS_RSH=$FEISTY_MEOW_SCRIPTS/security/ssh.sh - export GIT_SSH=$FEISTY_MEOW_SCRIPTS/security/ssh.sh +# export CVS_RSH=$FEISTY_MEOW_SCRIPTS/security/ssh.sh +# export GIT_SSH=$FEISTY_MEOW_SCRIPTS/security/ssh.sh # the base checkout list is just to update feisty_meow. additional folder # names can be added in your customized scripts. the space at the end of @@ -187,7 +190,6 @@ if [ -z "$NECHUNG" ]; then ############## if [ ! -z "$SHELL_DEBUG" ]; then echo variables initialization ends....; fi - fi ##############