]> Sergey Matveev's repositories - public-inbox.git/blobdiff - script/public-inbox-nntpd
doc: watch: expand on NNTP and IMAP-specific knobs
[public-inbox.git] / script / public-inbox-nntpd
index 27c33f0497b217268a27ffe9003c28a5e9e72275..f42db6fe03e618458ea0d9faefdd42a3dbb6cebf 100755 (executable)
@@ -1,12 +1,12 @@
 #!/usr/bin/perl -w
-# Copyright (C) 2015-2019 all contributors <meta@public-inbox.org>
+# Copyright (C) 2015-2020 all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 #
 # Standalone NNTP server for public-inbox.
 use strict;
 use warnings;
 use PublicInbox::Daemon;
-use PublicInbox::NNTP; # need to call import
+use PublicInbox::NNTPdeflate; # loads PublicInbox::NNTP
 use PublicInbox::NNTPD;
 my $nntpd = PublicInbox::NNTPD->new;
 PublicInbox::Daemon::run('0.0.0.0:119',