From: b Date: Wed, 3 Jan 2024 09:15:45 +0000 (+0000) Subject: remove TBST target X-Git-Tag: v1.1.0~9 X-Git-Url: http://bicyclesonthemoon.info/git-projects/?a=commitdiff_plain;h=41fccf9968b5bd11f99def6ae38f3def71f8909c;p=ott%2Fbsta remove TBST target --- diff --git a/settings-tbst.txt b/settings-tbst.txt deleted file mode 100644 index c2b5ded..0000000 --- a/settings-tbst.txt +++ /dev/null @@ -1,90 +0,0 @@ -# In this file are defined values specific for the user's system - - -# target name. settings file (THIS FILE) is "settings-TARGET_NAME.txt" -# where TARGET_NAME is the value -target: tbst - -name: tbst - - -# Where the software will be located -bin_path: /botm/bin/tbst - -# where the libraries will be located -lib_path: /botm/lib/tbst - -# where the software will remember data -data_path: /botm/data/tbst - -#where the software will record logs -log_path: /botm/log/tbst - -#for temporary fies -tmp_path: /botm/tmp/tbst - -#for the www server -www_path : /botm/www/1190/tbst -cgi_path : /tbst -conf_path: /botm/etc/www/conf/1190 - -#cron files directory -cron_path: /etc/cron.d - -path: /usr/local/bin:/usr/bin:/bin -# The path environment variable. Must be overwritten if SETUID. -# Otherwise launching programs may fail. -# (Perl security...) - - -#paths to software - -chmod: /usr/bin/chmod -cp : /usr/bin/cp -gzip : /usr/bin/gzip -mkdir: /usr/bin/mkdir -mv : /usr/bin/mv -perl : /usr/bin/perl -rm : /usr/bin/rm -sudo : /usr/bin/sudo - -CC: /usr/bin/gcc -CF: -g -Wall - - -# How big can a log file be -log_size_limit: 65536 - -# How many uncompressed old logs to keep -logs_uncompressed: 2 - -# How many old logs to keep -logs_total: 10 - -# When to deal with old logs -oldlogs_schedule: #2 4 * * * - -# When to run the ONG bot -ong_schedule: #0 * * * * - -# When to RESET EVERYTHING -reset_schedule: #33 4 * * * -reset_password: - -cron_user: b - - -scheme : http -website : 1190.bicyclesonthemoon.info -website_name: Bicycles on the Moon -favicon_path: /img/favicon.png -intf_date : 28-Sep-2016 20:34 -coin_date : 13-Nov-2016 22:15 - -story_length : 16 -firstpage_length: 4 -page_length : 16 - -story_credits: "BSTA" by Balthasar Szczepański -intf_credits: Online interface © Balthasar Szczepański; AGPL 3 license -source_url: http://bicyclesonthemoon.info/git-projects/?p=ott/bsta