removed concept of LIGHTWEIGHT_INIT
authorChris Koeritz <fred@gruntose.com>
Sat, 4 Feb 2017 03:57:21 +0000 (22:57 -0500)
committerChris Koeritz <fred@gruntose.com>
Sat, 4 Feb 2017 03:57:21 +0000 (22:57 -0500)
commit9fd687b2a9082cc5ce244f779d3f259ea6753216
treec91d6527fd9958c2daccfb301509fcd1c6fbc6db
parent36787833c69e28f8238dbffa439a7d347b136859
removed concept of LIGHTWEIGHT_INIT

this flag used to keep aliases and functions out of the startup, but this is problematic; most of the time we want our own macros and functions to be visible, and they don't really cost a lot anyhow.  so, dropping the flag entirely, which is nice; cleans up a few conditional areas.
infobase/configuration/cron/aa_cron_defaults.crontab
infobase/configuration/cron/nechung_fortune.crontab
infobase/configuration/cron/opensim_restart.crontab
infobase/configuration/cron/process_check.crontab
infobase/configuration/cron/random_sound.crontab
infobase/configuration/cron/synch_and_swim_downstream.crontab
scripts/core/create_tempdir.sh
scripts/core/launch_feisty_meow.sh
scripts/customize/fred/refred.sh
scripts/makefile
scripts/system/naive_system_updater.sh [new file with mode: 0644]