From 867b47b6f667fe500313f85207d19e16703aace0 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 17 Dec 2020 03:53:13 +0000 Subject: rename LeiDaemon package to PublicInbox::LEI "LEI" is an acronym, and ALL CAPS is consistent with existing PublicInbox::{IMAP,HTTP,NNTP,WWW} naming for top-level modules, 3 of 4 old ones which deal directly with sockets and requests. --- script/lei | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'script') diff --git a/script/lei b/script/lei index fce088e9..e59e4316 100755 --- a/script/lei +++ b/script/lei @@ -23,8 +23,8 @@ if (eval { require IO::FDPass; 1 }) { # use daemon to reduce load time unless ($sock) { # start the daemon if not started my $err = $! + 0; my $env = { PERL5LIB => join(':', @INC) }; - my $cmd = [ $^X, qw[-MPublicInbox::LeiDaemon - -E PublicInbox::LeiDaemon::lazy_start(@ARGV)], + my $cmd = [ $^X, qw[-MPublicInbox::LEI + -E PublicInbox::LEI::lazy_start(@ARGV)], $path, $err ]; require PublicInbox::Spawn; waitpid(PublicInbox::Spawn::spawn($cmd, $env), 0); @@ -59,6 +59,6 @@ if (eval { require IO::FDPass; 1 }) { # use daemon to reduce load time die $line; } } else { # for systems lacking IO::FDPass - require PublicInbox::LeiDaemon; - PublicInbox::LeiDaemon::oneshot(__PACKAGE__); + require PublicInbox::LEI; + PublicInbox::LEI::oneshot(__PACKAGE__); } -- cgit v1.2.3-24-ge0c7