openbsd-ports/news/leafnode/patches/patch-ab
2000-06-10 19:00:14 +00:00

18 lines
796 B
Plaintext

--- INSTALL.orig Mon May 22 14:31:49 2000
+++ INSTALL Sat Jun 10 03:21:05 2000
@@ -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