summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/inetd.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf
index f39322c..d3d53c1 100644
--- a/etc/inetd.conf
+++ b/etc/inetd.conf
@@ -17,7 +17,6 @@
#finger stream tcp nowait/3/10 nobody /usr/libexec/fingerd fingerd -s
#finger stream tcp6 nowait/3/10 nobody /usr/libexec/fingerd fingerd -s
#exec stream tcp nowait root /usr/libexec/rexecd rexecd
-#nntp stream tcp nowait usenet /usr/libexec/nntpd nntpd
#
# run comsat as root to be able to print partial mailbox contents w/ biff,
# or use the safer tty:tty to just print that new mail has been received.
@@ -85,7 +84,12 @@
#
#imap4 stream tcp nowait root /usr/local/libexec/imapd imapd
#
+# example entry for the optional nntp server
+#
+#nntp stream tcp nowait news /usr/local/libexec/nntpd nntpd
+#
# example entry for the optional uucpd server
+#
#uucpd stream tcp nowait root /usr/local/libexec/uucpd uucpd
#
# Return error for all "ident" requests
OpenPOWER on IntegriCloud