From d49d9f784d7c3eb51ec1d48cb3689677f29a8d72 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Fri, 27 Apr 2012 10:37:23 -0400 Subject: [PATCH] updated for new location of email addrs and calendar items. --- examples/custom_overrides/fred/fred_variables.sh | 4 ++++ scripts/email/move_spams_and_check.sh | 2 +- scripts/schedule/generate_reminders.pl | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/examples/custom_overrides/fred/fred_variables.sh b/examples/custom_overrides/fred/fred_variables.sh index 7305ddff..dfa4023f 100644 --- a/examples/custom_overrides/fred/fred_variables.sh +++ b/examples/custom_overrides/fred/fred_variables.sh @@ -7,6 +7,10 @@ if [ -z "$NETHACKOPTIONS" ]; then # The quartz directory has *really* personalized items. export QUARTZDIR=$HOME/quartz + # The cloud directory is our new repository that's always available. It serves as our + # personal cloud for data. + export CLOUD_DIR=$HOME/cloud + # The gruntose web site is expected to reside below, if it exists at all. export WEB_DIR=$HOME/web if [ "$(hostname)" = "zooty.koeritz.com" ]; then diff --git a/scripts/email/move_spams_and_check.sh b/scripts/email/move_spams_and_check.sh index 036e8274..43846ebe 100644 --- a/scripts/email/move_spams_and_check.sh +++ b/scripts/email/move_spams_and_check.sh @@ -14,7 +14,7 @@ SPAM_SPOOL="/var/spool/sa-exim" SPAM_HOLD="$HOME/spamcrud" # the white list needs to be a file of good email addresses that will # probably never send spam. it should be formatted one address to a line. -EMAIL_WHITE_LIST="$HOME/quartz/database/email_addresses.txt" +EMAIL_WHITE_LIST="$HOME/cloud/database/email_addresses.txt" # we'll save a report of the spam checks in the file below. REPORT_FILE="$HOME/spam_check_report_$(date_stringer).txt" diff --git a/scripts/schedule/generate_reminders.pl b/scripts/schedule/generate_reminders.pl index 0cb70081..5b348675 100644 --- a/scripts/schedule/generate_reminders.pl +++ b/scripts/schedule/generate_reminders.pl @@ -43,7 +43,7 @@ local($CAL_FILE); if (! $CAL_FILE) { # print "the CAL_FILE variable is not set.\n"; # print "defaulting it to a value that probably does not suit you.\n"; - $CAL_FILE = "$QUARTZDIR/database/calendar.dat"; + $CAL_FILE = "$CLOUD_DIR/database/calendar.dat"; } #print "calfile is $CAL_FILE\n"; -- 2.34.1