]> bicyclesonthemoon.info Git - ott/bsta/commitdiff
oldlogs is an external tool now.
authorb <rowerynaksiezycu@gmail.com>
Mon, 12 Feb 2024 22:47:12 +0000 (22:47 +0000)
committerb <rowerynaksiezycu@gmail.com>
Mon, 12 Feb 2024 22:47:12 +0000 (22:47 +0000)
botm-common
makefile
makefile.1.mak
settings-again.txt
settings-bsta.txt
settings-debug.txt
settings.txt

index 54a9ab5889510496f8820da830f46068703aa8d6..44fbe59bfd7652a0975e601591df4a4b218da40d 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 54a9ab5889510496f8820da830f46068703aa8d6
+Subproject commit 44fbe59bfd7652a0975e601591df4a4b218da40d
index 7007b12b9e72c8191b4e8608406fadf92c87e8b8..f3a12cd825c616c8f5ba4db3070453f78d703102 100644 (file)
--- 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\
index 7ff6c93cd9b53950ddc0039688ef9217edf62633..c05af33465a98fb0d1e42aa1b54edea9a503ffb9 100644 (file)
@@ -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\
index 8f13d1c479cddffd990816e7eff88ad924c91207..835a69cc91e70a383ed5f696a963684c78d07788 100644 (file)
@@ -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
 
index a02554d98959dfe3f365996acc35b878782e8b7d..6225f75a0f09167d1ded6be354fc857d22fa10ac 100644 (file)
@@ -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
 
index 40e8d9b614aac5b74151075345563c3a3bfe9a9c..becd599803f7e35a083bfb643e04b975b1bbeec6 100644 (file)
@@ -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
 
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)