summaryrefslogtreecommitdiffstats
path: root/etc/inetd.conf
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>1999-07-24 17:19:54 +0000
committergreen <green@FreeBSD.org>1999-07-24 17:19:54 +0000
commit42edab1b9cf5ed935dffaa664b274a06ad77e151 (patch)
tree4893bcb054c418f2ca4f1ca78eaff6f3711f5599 /etc/inetd.conf
parent27952eea1cab2f31c1ab9b11a38929c62734a745 (diff)
downloadFreeBSD-src-42edab1b9cf5ed935dffaa664b274a06ad77e151.zip
FreeBSD-src-42edab1b9cf5ed935dffaa664b274a06ad77e151.tar.gz
Add -n to the example and explanation of the internal auth service.
Diffstat (limited to 'etc/inetd.conf')
-rw-r--r--etc/inetd.conf7
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf
index b598657..510a76c 100644
--- a/etc/inetd.conf
+++ b/etc/inetd.conf
@@ -1,4 +1,4 @@
-# $Id: inetd.conf,v 1.37 1999/07/16 16:24:13 green Exp $
+# $Id: inetd.conf,v 1.38 1999/07/23 15:49:31 sheldonh Exp $
#
# Internet server configuration database
#
@@ -68,9 +68,10 @@ ntalk dgram udp wait tty:tty /usr/libexec/ntalkd ntalkd
#auth stream tcp nowait root internal
#
# Provide internally a real "ident" service which provides ~/.fakeid support,
-# reports UNKNOWN as the operating system type and times out after 30 seconds.
+# provides ~/.noident support, reports UNKNOWN as the operating system type
+# and times out after 30 seconds.
#
-#auth stream tcp nowait root internal auth -r -f -o UNKNOWN -t 30
+#auth stream tcp nowait root internal auth -r -f -n -o UNKNOWN -t 30
#
# Example entry for an external ident server
#
OpenPOWER on IntegriCloud