cleaned a bit.
[feisty_meow.git] / scripts / core / byejob.sh
index 64c33de02cba99803229c15b282c09f9c07b2d25..7d3d44d26b9157c905fe9447065cbd3047809c69 100644 (file)
@@ -3,10 +3,10 @@
 # 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 $SHELLDIR/core/date_stringer.sh
+source $FEISTY_MEOW_SCRIPTS/core/date_stringer.sh
 
 # use this to always print the message.
 #  export hostlist=$host
@@ -36,7 +36,7 @@ for i in $hostlist; do
   if [ "$host" = "$i" -o "$host" = "$i.$DOMAIN_NAME" ]; then
 #    echo $(date_stringer)": $host matched." >>$HOME/host_matched_in_byejob.txt
     ( /bin/bash <<end
-      sleep 7; bash $SHELLDIR/byemessage.sh /dev/console
+      sleep 7; bash $FEISTY_MEOW_SCRIPTS/byemessage.sh /dev/console
 end
     )&
 jobs