lots of replacements of old file name 'profile.sh' with new name of
authorChris Koeritz <fred@gruntose.com>
Sun, 29 Jan 2012 20:28:17 +0000 (15:28 -0500)
committerChris Koeritz <fred@gruntose.com>
Sun, 29 Jan 2012 20:28:17 +0000 (15:28 -0500)
'launch_feisty_meow.sh'.

18 files changed:
database/configuration/cron/bookmarks_builder.crontab
database/configuration/cron/doxygen.crontab
database/configuration/cron/linux_config_snarf.crontab
database/configuration/cron/nechung_fortune.crontab
database/configuration/cron/overload_check.crontab
database/configuration/cron/random_sound.crontab
database/configuration/cron/uptime_report.crontab
database/configuration/cron/zooty_archive_packer.crontab
scripts/core/byejob.sh
scripts/core/lightweight_launch.sh [deleted file]
scripts/examples/feisty_meow_startup/bashrc_grover
scripts/examples/feisty_meow_startup/bashrc_root
scripts/examples/feisty_meow_startup/bashrc_user
scripts/examples/feisty_meow_startup/bashrc_user_windoz
scripts/generator/bootstrap_build.sh
scripts/makefile
scripts/security/start_tunnels.sh
scripts/security/tell_zooty_our_ip.sh

index b1c8f06231ea4d200c6e7cae91baebfe5dd433ae..141c6d0423c30884f55106937906c18d7336c53e 100644 (file)
@@ -4,6 +4,6 @@ SHELL=/bin/bash
 # m h dom mon dow command
 
 # regenerate the bookmarks pages.
-24 10 * * * (source $HOME/feisty_meow/scripts/core/profile.sh; bash $HOME/feisty_meow/scripts/bookmarks/create_marks.sh ) &>/tmp/zz_bookmarkingering_$USER.log 
+24 10 * * * (source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; bash $HOME/feisty_meow/scripts/bookmarks/create_marks.sh ) &>/tmp/zz_bookmarkingering_$USER.log 
 
 
index 3ab74e0ea1e09d0950029f0b3c1a2acf7becfbee..3de4b3dde3dceb3e1533f7802e93776b329e7b7e 100644 (file)
@@ -3,4 +3,4 @@ SHELL=/bin/bash
 
 # m h dom mon dow command
 
-20 4 * * * (source $HOME/feisty_meow/scripts/core/profile.sh; cd $HOME/hoople/docs; make) &>/tmp/doxy_make.log 
+20 4 * * * (source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; cd $HOME/hoople/docs; make) &>/tmp/doxy_make.log 
index a1c07ce27be2f4d5a531a802467a29c5b655ad51..421cd490637e1d0823bbc734957ebb8e3af7ff18 100644 (file)
@@ -4,6 +4,6 @@ SHELL=/bin/bash
 # m h dom mon dow command
 
 # do a backup of the config files once a week.
-28 7 * * 4 (source $HOME/feisty_meow/scripts/core/profile.sh; cd /z/stuffing/archives; perl $HOME/feisty_meow/scripts/archival/snarf_linux_config.pl) &>/dev/null 
+28 7 * * 4 (source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; cd /z/stuffing/archives; perl $HOME/feisty_meow/scripts/archival/snarf_linux_config.pl) &>/dev/null 
 
 
index 16bb964bccfad188ffe28bb668f878326a4ad30c..6cbeab692b3a3345ae528d8d8cce5b021a9f1b87 100644 (file)
@@ -3,4 +3,4 @@ SHELL=/bin/bash
 
 # m h dom mon dow command
 
-* * * * * (export LIGHTWEIGHT_INIT=true; source $HOME/feisty_meow/scripts/core/profile.sh; perl $HOME/feisty_meow/scripts/text/new_sig.pl) &>/dev/null 
+* * * * * (export LIGHTWEIGHT_INIT=true; source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; perl $HOME/feisty_meow/scripts/text/new_sig.pl) &>/dev/null 
index e300b58cdda14b178fbf8855d2e96f8ebcf0b887..23d3ad778fee354833907047ca837cc5d56af429 100644 (file)
@@ -4,6 +4,6 @@ SHELL=/bin/bash
 # m h dom mon dow command
 
 # make a report of the current state of information overload in our notes files.
-24 22 * * * (source $HOME/feisty_meow/scripts/core/profile.sh; bash $HOME/feisty_meow/scripts/notes/info_overload_report.sh ) &>/tmp/zz_info_overload_$USER.log 
+24 22 * * * (source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; bash $HOME/feisty_meow/scripts/notes/info_overload_report.sh ) &>/tmp/zz_info_overload_$USER.log 
 
 
index f1dc1325344ae241cd2e946744bcb92045db6cc1..e9fdb984025a103f13aed65218f21deffa37f78b 100644 (file)
@@ -3,4 +3,4 @@ SHELL=/bin/bash
 
 # m h dom mon dow command
 
-* * * * * (export LIGHTWEIGHT_INIT=true; source $HOME/feisty_meow/scripts/core/profile.sh; bash $HOME/feisty_meow/scripts/multimedia/randomly_play.sh) &>/dev/null 
+* * * * * (export LIGHTWEIGHT_INIT=true; source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; bash $HOME/feisty_meow/scripts/multimedia/randomly_play.sh) &>/dev/null 
index b4f337fd068941842ec3aeff0c348802f00469cb..f3fe77dd4ec1011eca870ad8969d5ddc9ecd4909 100644 (file)
@@ -4,5 +4,5 @@ SHELL=/bin/bash
 # m h dom mon dow command
 
 # the script writes the current time and current uptime to the log file.
-0 * * * * (source $HOME/feisty_meow/scripts/core/profile.sh; bash $HOME/feisty_meow/scripts/system/write_uptime_report.sh) &>/dev/null 
+0 * * * * (source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; bash $HOME/feisty_meow/scripts/system/write_uptime_report.sh) &>/dev/null 
 
index 45153eeab7f124ec9177be55a48df5cd76ddd0ca..f0025bba7ae0ae0b5dab5272afe17732983ec8c0 100644 (file)
@@ -4,6 +4,6 @@ SHELL=/bin/bash
 # m h dom mon dow command
 
 # this packs up our archives once a day.
-32 6 0 * * (source $HOME/feisty_meow/scripts/core/profile.sh; bash $HOME/feisty_meow/scripts/archival/pack_yeti.sh ; bash $HOME/feisty_meow/scripts/archival/pack_hoople.sh ) &>/tmp/packing_cron.log 
+32 6 0 * * (source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; bash $HOME/feisty_meow/scripts/archival/pack_yeti.sh ; bash $HOME/feisty_meow/scripts/archival/pack_hoople.sh ) &>/tmp/packing_cron.log 
 
 
index f210e20a2cd3a6012ad5c376b526a8e78ce549e6..7d3d44d26b9157c905fe9447065cbd3047809c69 100644 (file)
@@ -3,7 +3,7 @@
 # this program is run in the background to show a bye message on the console.
 
 export LIGHTWEIGHT_INIT=true  # make sure we just get our variables.
-source $HOME/yeti/scripts/profile.sh
+source $HOME/yeti/scripts/launch_feisty_meow.sh
 export host=$(hostname)
 
 source $FEISTY_MEOW_SCRIPTS/core/date_stringer.sh
diff --git a/scripts/core/lightweight_launch.sh b/scripts/core/lightweight_launch.sh
deleted file mode 100644 (file)
index 3a4d145..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash
-
-#
-# lightweight version of startup.
-#
-
-source $FEISTY_MEOW_SCRIPTS/core/variables.sh
-source $FEISTY_MEOW_SCRIPTS/core/create_tempdir.sh
-
index 9edb8f06e6b0658b1d5c3a359a22101dcaac0923..6eda65dd6f4dc7b22db59f81071845ba03e91cba 100644 (file)
@@ -3,6 +3,6 @@ alias mc='mc -a'
 
 export PATH=$PATH:/home/QtPalmtop/j2me:/home/QtPalmtop/j2me/bin
 
-alias fredme='export HOME=/home/zaurus/fred ; export TMP=$HOME/.tmp ; source $HOME/feisty_meow/scripts/core/profile.sh ; cd '
+alias fredme='export HOME=/home/zaurus/fred ; export TMP=$HOME/.tmp ; source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh ; cd '
 
 
index e34259dd036fba14c2a400cbb812f278959060f6..a29ec0b222a034835b00cd1fe1fce03326c8fe9d 100644 (file)
@@ -1,4 +1,4 @@
 # added to root's ~/.bashrc, the fredme macro enables all the feisty_meow tools.
 
-alias fredme='source $HOME/feisty_meow/scripts/core/profile.sh'
+alias fredme='source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh'
 
index af92240803ac3205783cd2de3d848831bc84bb37..1877a58ef4ea0668f4fff6370543a29188795f61 100644 (file)
@@ -14,6 +14,6 @@
 # can mess with an sftp connection, apparently.
 if [ ${TERM} != "dumb" ]; then
   # sets up the feisty_meow scripts, using the default locations for all scripts.
-  source $HOME/feisty_meow/scripts/core/profile.sh
+  source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh
 fi
 
index 07a3bb37ff236d96ba7130c298a21c746a0d269e..f2c32ddb0519bd25c89dec98ca6cb93c2536fd17 100644 (file)
@@ -18,6 +18,6 @@ export PATH=/bin:$PATH:/c/utilities/emacs-23.2/bin:/c/tools/cvsnt:/c/utilities/V
 #export FEISTY_MEOW_DIR="$HOME/feisty_meow"
 
 # sets up the feisty_meow scripts, using the default locations for all scripts.
-source $HOME/feisty_meow/scripts/core/profile.sh
+source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh
 
 
index 2cfa914755a4ed3726354dcd81424d80e99e21b0..0c755e98a0644454b29e1c080046b9ec6019783c 100644 (file)
@@ -32,7 +32,7 @@ echo build script initial from bootstrap: $BUILD_SCRIPTS_DIR
 BUILD_SCRIPTS_DIR="$(echo $BUILD_SCRIPTS_DIR | tr '\\\\' '/' )"
 echo build script after: $BUILD_SCRIPTS_DIR
 # load in feisty meow basic scripts, if not already loaded.
-source "$BUILD_SCRIPTS_DIR/../core/profile.sh"
+source "$BUILD_SCRIPTS_DIR/../core/launch_feisty_meow.sh"
 # drop any previous version of the repository variable.
 unset FEISTY_MEOW_DIR
 source "$BUILD_SCRIPTS_DIR/build_variables.sh" "$BUILD_SCRIPTS_DIR/build_variables.sh"
index f06b08043e5bead5f2a96ba15f8d535f16ee9346..8d811f832bae49715dd7aa555107112fae97fb05 100644 (file)
@@ -14,7 +14,7 @@ regenerate:
        echo "FEISTY_MEOW_GENERATED = $(FEISTY_MEOW_GENERATED)"
        $(CATCHER)'if [ ! -d $(FEISTY_MEOW_GENERATED) ]; then mkdir $(FEISTY_MEOW_GENERATED); fi'
        $(CATCHER)perl $(FEISTY_MEOW_SCRIPTS)/core/generate_aliases.pl
-       $(CATCHER)'(export LIGHTWEIGHT_INIT=true; source $(FEISTY_MEOW_SCRIPTS)/core/profile.sh; perl $(FEISTY_MEOW_SCRIPTS)/text/new_sig.pl)'
+       $(CATCHER)'(export LIGHTWEIGHT_INIT=true; source $(FEISTY_MEOW_SCRIPTS)/core/launch_feisty_meow.sh; perl $(FEISTY_MEOW_SCRIPTS)/text/new_sig.pl)'
 
 clean_generated:
        @echo removing generated aliases.
index b1250b530aea8746e207effd92095adb19d281cc..fdcc35929f49afd1b69d4f25ba9821089b4ec73e 100644 (file)
@@ -7,7 +7,7 @@
 
 #hmmm:  none of the user info below will work for others: parameterize it.
 
-#source $HOME/yeti/scripts/profile.sh
+#source $HOME/yeti/scripts/launch_feisty_meow.sh
 
 soundfile=$FEISTY_MEOW_DIR/database/sounds/woouoo.wav
 if [ ! -z "$1" ]; then
index 28107a249a54deb4d1c19a9d69a3a173cd9b8791..3d3764aa57e28863f0ef829e6730fb04495464d2 100644 (file)
@@ -10,7 +10,7 @@ username=fred
 local_user=fred
 tempdir=/tmp  # where we generate our files.
 
-source $HOME/yeti/scripts/core/profile.sh
+source $HOME/yeti/scripts/core/launch_feisty_meow.sh
 
 soundfile=$FEISTY_MEOW_DIR/database/sounds/woouoo.wav
 if [ ! -z "$1" ]; then