summaryrefslogtreecommitdiffstats
path: root/etc/inetd.conf
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>1999-07-23 15:49:34 +0000
committersheldonh <sheldonh@FreeBSD.org>1999-07-23 15:49:34 +0000
commit6a0edb4a0011290a337443991df5d81e8ee38c14 (patch)
treebe78eda8b4b078854cda609bb0495b301a588e2c /etc/inetd.conf
parent0341c2834a1eb290cf90d5b3013397f833512f15 (diff)
downloadFreeBSD-src-6a0edb4a0011290a337443991df5d81e8ee38c14.zip
FreeBSD-src-6a0edb4a0011290a337443991df5d81e8ee38c14.tar.gz
Document the -o and -t options to the internal auth service and give an
example of their usage in the sample config. Merge the two examples for the green internal auth service. This commit failed the first time around because Brian beat me to the punch on inetd.8 . I like my descriptions better and I'm pretty sure Brian won't mind.
Diffstat (limited to 'etc/inetd.conf')
-rw-r--r--etc/inetd.conf11
1 files changed, 4 insertions, 7 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf
index a2a9e1d..b598657 100644
--- a/etc/inetd.conf
+++ b/etc/inetd.conf
@@ -1,4 +1,4 @@
-# $Id: inetd.conf,v 1.36 1999/07/16 15:41:13 sheldonh Exp $
+# $Id: inetd.conf,v 1.37 1999/07/16 16:24:13 green Exp $
#
# Internet server configuration database
#
@@ -67,13 +67,10 @@ ntalk dgram udp wait tty:tty /usr/libexec/ntalkd ntalkd
#
#auth stream tcp nowait root internal
#
-# Provide a real ident service internally
+# Provide internally a real "ident" service which provides ~/.fakeid support,
+# reports UNKNOWN as the operating system type and times out after 30 seconds.
#
-#auth stream tcp nowait root internal auth -r
-#
-# As above, but enable ~/.fakeid support as well
-#
-#auth stream tcp nowait root internal auth -r -f
+#auth stream tcp nowait root internal auth -r -f -o UNKNOWN -t 30
#
# Example entry for an external ident server
#
OpenPOWER on IntegriCloud