X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fusers%2Fbyejob.sh;fp=scripts%2Fusers%2Fbyejob.sh;h=0000000000000000000000000000000000000000;hb=4492b9b35b89ecedb1a4817b6658cfc34a58c360;hp=e97e079bd414f7e99c9a155d8afbc3fcccd3912b;hpb=906f177e13e46cd3c765441f9516efc29f6ce671;p=feisty_meow.git diff --git a/scripts/users/byejob.sh b/scripts/users/byejob.sh deleted file mode 100644 index e97e079b..00000000 --- a/scripts/users/byejob.sh +++ /dev/null @@ -1,45 +0,0 @@ -#!/bin/bash - -# this program is run in the background to show a bye message on the console. - -source "$FEISTY_MEOW_SCRIPTS/core/functions.sh" - -export LIGHTWEIGHT_INIT=true # make sure we just get our variables. -source $HOME/yeti/scripts/launch_feisty_meow.sh -export host=$(hostname) - -# use this to always print the message. -# export hostlist=$host - -# only print on a few... -export hostlist='chandra ducky equanimity gulliver hamstergate \ - mycroft mrowrt numenor shaggy simmy slowboat velma wolfe \ -\ - dervish frylock lagomorph shakezula ' -#hmmm: this hostlist is highly dependent on my own favorite host names. -# to commoditize this, we should instead use a config file for the list. - -# set our domain name based on what's found in the resolv.conf file, where -# dns info is often found. -DOMAIN_NAME=$(grep -i search >$HOME/host_matched_in_byejob.txt - ( /bin/bash <