From: b Date: Mon, 12 Feb 2024 22:47:12 +0000 (+0000) Subject: oldlogs is an external tool now. X-Git-Tag: v1.2.7~3 X-Git-Url: http://bicyclesonthemoon.info/git-projects/?p=ott%2Fbsta;a=commitdiff_plain;h=7d1685f1204ddf40c94d56fb87882780f596e0b8 oldlogs is an external tool now. --- diff --git a/botm-common b/botm-common index 54a9ab5..44fbe59 160000 --- a/botm-common +++ b/botm-common @@ -1 +1 @@ -Subproject commit 54a9ab5889510496f8820da830f46068703aa8d6 +Subproject commit 44fbe59bfd7652a0975e601591df4a4b218da40d diff --git a/makefile b/makefile index 7007b12..f3a12cd 100644 --- a/makefile +++ b/makefile @@ -62,7 +62,6 @@ chat.1.pl\ frame.1.pl\ goto.1.pl\ info.1.pl\ -oldlogs.1.pl\ opomba.1.pl\ ong.1.pl\ reset.1.pl\ @@ -80,7 +79,6 @@ chat.pl\ frame.pl\ goto.pl\ info.pl\ -oldlogs.pl\ opomba.pl\ ong.pl\ reset.pl\ @@ -120,7 +118,6 @@ chat.pl\ frame.pl\ goto.pl\ info.pl\ -oldlogs.pl\ opomba.pl\ ong.pl\ reset.pl\ diff --git a/makefile.1.mak b/makefile.1.mak index 7ff6c93..c05af33 100644 --- a/makefile.1.mak +++ b/makefile.1.mak @@ -62,7 +62,6 @@ chat.1.pl\ frame.1.pl\ goto.1.pl\ info.1.pl\ -oldlogs.1.pl\ opomba.1.pl\ ong.1.pl\ reset.1.pl\ @@ -80,7 +79,6 @@ chat.pl\ frame.pl\ goto.pl\ info.pl\ -oldlogs.pl\ opomba.pl\ ong.pl\ reset.pl\ @@ -120,7 +118,6 @@ chat.pl\ frame.pl\ goto.pl\ info.pl\ -oldlogs.pl\ opomba.pl\ ong.pl\ reset.pl\ diff --git a/settings-again.txt b/settings-again.txt index 8f13d1c..835a69c 100644 --- a/settings-again.txt +++ b/settings-again.txt @@ -48,6 +48,8 @@ perl : /usr/bin/perl rm : /usr/bin/rm sudo : /usr/bin/sudo +oldlogs: /botm/bin/oldlogs/oldlogs.pl + CC: /usr/bin/gcc CF: -g -Wall diff --git a/settings-bsta.txt b/settings-bsta.txt index a02554d..6225f75 100644 --- a/settings-bsta.txt +++ b/settings-bsta.txt @@ -48,6 +48,8 @@ perl : /usr/bin/perl rm : /usr/bin/rm sudo : /usr/bin/sudo +oldlogs: /botm/bin/oldlogs/oldlogs.pl + CC: /usr/bin/gcc CF: -g -Wall diff --git a/settings-debug.txt b/settings-debug.txt index 40e8d9b..becd599 100644 --- a/settings-debug.txt +++ b/settings-debug.txt @@ -48,6 +48,8 @@ perl : /usr/bin/perl rm : /usr/bin/rm sudo : /usr/bin/sudo +oldlogs: /botm/bin/oldlogs/oldlogs.pl + CC: /usr/bin/gcc CF: -g -Wall diff --git a/settings.txt b/settings.txt index 7d809c5..363757b 100644 --- a/settings.txt +++ b/settings.txt @@ -15,7 +15,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -_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)