openbsd-ports/news/leafnode/patches/patch-INSTALL
fgsch 2955c8ae02 Update to rel. 1.9.18; regen patches.
Thanks to Shell Hung <i@shellhung.org> for the info.
2001-02-24 18:04:53 +00:00

19 lines
858 B
Plaintext

$OpenBSD: patch-INSTALL,v 1.1 2001/02/24 18:04:55 fgsch Exp $
--- INSTALL.orig Mon Jan 8 04:37:44 2001
+++ INSTALL Sat Feb 24 14:50:13 2001
@@ -64,11 +64,11 @@
9. Edit /etc/inetd.conf so that $(BINDIR)/leafnode is executed for incoming
NNTP connections. Here is my inetd.conf line:
-nntp stream tcp nowait news /usr/sbin/tcpd /usr/local/sbin/leafnode
+nntp stream tcp nowait news /usr/libexec/tcpd /usr/local/sbin/leafnode
This starts leafnode for all connections on the nntp port, subject to
- /etc/hosts/allow and /etc/hosts.deny screening. If you don't have
- /usr/sbin/tcpd you might use this line instead:
+ /etc/hosts/allow and /etc/hosts.deny screening. If you don't want to use
+ /usr/libexec/tcpd you might use this line instead:
nntp stream tcp nowait news /usr/local/sbin/leafnode