]> bicyclesonthemoon.info Git - ott/bsta/blobdiff - settings.txt
oldlogs is an external tool now.
[ott/bsta] / settings.txt
index 7d809c5eed413224fd69db6d2cb4b3f20d9500f8..363757bd7fd48c9a8517a9c123c5099fa334e101 100644 (file)
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU Affero General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-_version: 1.2.6
+_version: 1.2.7
 
 _SHEBANG: #!$0
 
@@ -35,7 +35,6 @@ _bin_coin_path      = @_PATH( $bin_path, chat      )
 _bin_frame_path     = @_PATH( $bin_path, frame     )
 _bin_goto_path      = @_PATH( $bin_path, goto      )
 _bin_info_path      = @_PATH( $bin_path, info      )
-_bin_oldlogs_path   = @_PATH( $bin_path, oldlogs.pl)
 _bin_ong_path       = @_PATH( $bin_path, ong.pl    )
 _bin_reset_path     = @_PATH( $bin_path, reset.pl  )
 _bin_viewer_path    = @_PATH( $bin_path, viewer    )
@@ -104,7 +103,7 @@ CONF_CGI_WORDS  = $_cgi_words_path
 
 
 CRON_ONG     = $_bin_ong_path
-CRON_OLDLOGS = $_bin_oldlogs_path
+CRON_OLDLOGS = $oldlogs
 CRON_RESET   = $_bin_reset_path
 
 CRON_USER    = $cron_user
@@ -205,10 +204,6 @@ PERL_GZIP               = @_PERL_CONSTANT_STR( GZIP, $gzip)
 
 PERL_RESET_PASSWORD     = @_PERL_CONSTANT_STR( RESET_PASSWORD, $reset_password)
 
-PERL_LOG_SIZE_LIMIT     = @_PERL_CONSTANT(     LOG_SIZE_LIMIT   , $log_size_limit)
-PERL_LOGS_UNCOMPRESSED  = @_PERL_CONSTANT(     LOGS_UNCOMPRESSED, $logs_uncompressed)
-PERL_LOGS_TOTAL         = @_PERL_CONSTANT(     LOGS_TOTAL       , $logs_total)
-
 PERL_STORY_LENGTH       = @_PERL_CONSTANT(     STORY_LENGTH    , $story_length)
 PERL_PAGE_LENGTH        = @_PERL_CONSTANT(     PAGE_LENGTH     , $page_length)
 PERL_FIRSTPAGE_LENGTH   = @_PERL_CONSTANT(     FIRSTPAGE_LENGTH, $firstpage_length)