X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Fvariables.sh;h=2394821ba53874fd9d4d7e99faa555872e150679;hb=0237507bda3ecd0cebab0eeddc3cfefa4d9b3650;hp=ac708df3f2ae9de03e7a428ff8dcdbc3329f986e;hpb=4c3c1ebcea4f605039bb33c7233d413a34fc5305;p=feisty_meow.git diff --git a/scripts/core/variables.sh b/scripts/core/variables.sh index ac708df3..2394821b 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. @@ -123,7 +126,7 @@ if [ -z "$NECHUNG" ]; then ############## # set this so nechung can find its data. - export NECHUNG=$FEISTY_MEOW_DIR/database/fortunes.dat + 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