about summary refs log tree commit homepage
path: root/Makefile.PL
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-10-01 09:54:45 +0000
committerEric Wong <e@80x24.org>2021-10-02 07:59:52 +0000
commita1d11ab624367884f3cff76c13aba85be3a89e45 (patch)
tree807afb608e8b8efd85a954d9526f29e9604b5876 /Makefile.PL
parent85242cb8082e580012a2e968de417415b89c85be (diff)
downloadpublic-inbox-a1d11ab624367884f3cff76c13aba85be3a89e45.tar.gz
In case users see "lei-daemon" in ps(1) or syslog and wonder.

Helped-by: Kyle Meyer <kyle@kyleam.com>
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 00a558d1..c41c408a 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -60,7 +60,7 @@ $v->{-m5} = [ qw(public-inbox-config public-inbox-v1-format
 $v->{-m7} = [ qw(lei-overview lei-security
                 public-inbox-overview public-inbox-tuning
                 public-inbox-glossary) ];
-$v->{-m8} = [ qw(public-inbox-daemon) ];
+$v->{-m8} = [ qw(public-inbox-daemon lei-daemon) ];
 my @sections = (1, 5, 7, 8);
 $v->{check_80} = [];
 $v->{manuals} = [];