From 7233d6dd8230bb559027726e40f5069d40e5ec7c Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sun, 29 Jan 2012 15:28:17 -0500 Subject: [PATCH] lots of replacements of old file name 'profile.sh' with new name of 'launch_feisty_meow.sh'. --- database/configuration/cron/bookmarks_builder.crontab | 2 +- database/configuration/cron/doxygen.crontab | 2 +- database/configuration/cron/linux_config_snarf.crontab | 2 +- database/configuration/cron/nechung_fortune.crontab | 2 +- database/configuration/cron/overload_check.crontab | 2 +- database/configuration/cron/random_sound.crontab | 2 +- database/configuration/cron/uptime_report.crontab | 2 +- database/configuration/cron/zooty_archive_packer.crontab | 2 +- scripts/core/byejob.sh | 2 +- scripts/core/lightweight_launch.sh | 9 --------- scripts/examples/feisty_meow_startup/bashrc_grover | 2 +- scripts/examples/feisty_meow_startup/bashrc_root | 2 +- scripts/examples/feisty_meow_startup/bashrc_user | 2 +- scripts/examples/feisty_meow_startup/bashrc_user_windoz | 2 +- scripts/generator/bootstrap_build.sh | 2 +- scripts/makefile | 2 +- scripts/security/start_tunnels.sh | 2 +- scripts/security/tell_zooty_our_ip.sh | 2 +- 18 files changed, 17 insertions(+), 26 deletions(-) delete mode 100644 scripts/core/lightweight_launch.sh diff --git a/database/configuration/cron/bookmarks_builder.crontab b/database/configuration/cron/bookmarks_builder.crontab index b1c8f062..141c6d04 100644 --- a/database/configuration/cron/bookmarks_builder.crontab +++ b/database/configuration/cron/bookmarks_builder.crontab @@ -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 diff --git a/database/configuration/cron/doxygen.crontab b/database/configuration/cron/doxygen.crontab index 3ab74e0e..3de4b3dd 100644 --- a/database/configuration/cron/doxygen.crontab +++ b/database/configuration/cron/doxygen.crontab @@ -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 diff --git a/database/configuration/cron/linux_config_snarf.crontab b/database/configuration/cron/linux_config_snarf.crontab index a1c07ce2..421cd490 100644 --- a/database/configuration/cron/linux_config_snarf.crontab +++ b/database/configuration/cron/linux_config_snarf.crontab @@ -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 diff --git a/database/configuration/cron/nechung_fortune.crontab b/database/configuration/cron/nechung_fortune.crontab index 16bb964b..6cbeab69 100644 --- a/database/configuration/cron/nechung_fortune.crontab +++ b/database/configuration/cron/nechung_fortune.crontab @@ -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 diff --git a/database/configuration/cron/overload_check.crontab b/database/configuration/cron/overload_check.crontab index e300b58c..23d3ad77 100644 --- a/database/configuration/cron/overload_check.crontab +++ b/database/configuration/cron/overload_check.crontab @@ -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 diff --git a/database/configuration/cron/random_sound.crontab b/database/configuration/cron/random_sound.crontab index f1dc1325..e9fdb984 100644 --- a/database/configuration/cron/random_sound.crontab +++ b/database/configuration/cron/random_sound.crontab @@ -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 diff --git a/database/configuration/cron/uptime_report.crontab b/database/configuration/cron/uptime_report.crontab index b4f337fd..f3fe77dd 100644 --- a/database/configuration/cron/uptime_report.crontab +++ b/database/configuration/cron/uptime_report.crontab @@ -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 diff --git a/database/configuration/cron/zooty_archive_packer.crontab b/database/configuration/cron/zooty_archive_packer.crontab index 45153eea..f0025bba 100644 --- a/database/configuration/cron/zooty_archive_packer.crontab +++ b/database/configuration/cron/zooty_archive_packer.crontab @@ -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 diff --git a/scripts/core/byejob.sh b/scripts/core/byejob.sh index f210e20a..7d3d44d2 100644 --- a/scripts/core/byejob.sh +++ b/scripts/core/byejob.sh @@ -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 index 3a4d145c..00000000 --- a/scripts/core/lightweight_launch.sh +++ /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 - diff --git a/scripts/examples/feisty_meow_startup/bashrc_grover b/scripts/examples/feisty_meow_startup/bashrc_grover index 9edb8f06..6eda65dd 100644 --- a/scripts/examples/feisty_meow_startup/bashrc_grover +++ b/scripts/examples/feisty_meow_startup/bashrc_grover @@ -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 ' diff --git a/scripts/examples/feisty_meow_startup/bashrc_root b/scripts/examples/feisty_meow_startup/bashrc_root index e34259dd..a29ec0b2 100644 --- a/scripts/examples/feisty_meow_startup/bashrc_root +++ b/scripts/examples/feisty_meow_startup/bashrc_root @@ -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' diff --git a/scripts/examples/feisty_meow_startup/bashrc_user b/scripts/examples/feisty_meow_startup/bashrc_user index af922408..1877a58e 100644 --- a/scripts/examples/feisty_meow_startup/bashrc_user +++ b/scripts/examples/feisty_meow_startup/bashrc_user @@ -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 diff --git a/scripts/examples/feisty_meow_startup/bashrc_user_windoz b/scripts/examples/feisty_meow_startup/bashrc_user_windoz index 07a3bb37..f2c32ddb 100644 --- a/scripts/examples/feisty_meow_startup/bashrc_user_windoz +++ b/scripts/examples/feisty_meow_startup/bashrc_user_windoz @@ -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 diff --git a/scripts/generator/bootstrap_build.sh b/scripts/generator/bootstrap_build.sh index 2cfa9147..0c755e98 100644 --- a/scripts/generator/bootstrap_build.sh +++ b/scripts/generator/bootstrap_build.sh @@ -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" diff --git a/scripts/makefile b/scripts/makefile index f06b0804..8d811f83 100644 --- a/scripts/makefile +++ b/scripts/makefile @@ -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. diff --git a/scripts/security/start_tunnels.sh b/scripts/security/start_tunnels.sh index b1250b53..fdcc3592 100644 --- a/scripts/security/start_tunnels.sh +++ b/scripts/security/start_tunnels.sh @@ -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 diff --git a/scripts/security/tell_zooty_our_ip.sh b/scripts/security/tell_zooty_our_ip.sh index 28107a24..3d3764aa 100644 --- a/scripts/security/tell_zooty_our_ip.sh +++ b/scripts/security/tell_zooty_our_ip.sh @@ -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 -- 2.34.1