aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/inetd/inetd.8
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1995-10-12 16:43:27 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1995-10-12 16:43:27 +0000
commit9fe96cbb6dece349f131754d4b01092a698a9e5a (patch)
tree1048b4b14813ca8c6c2950ec8c436b07d06093a6 /usr.sbin/inetd/inetd.8
parent234d1b32a874e844b75d336f3f7227c579039d62 (diff)
downloadsrc-9fe96cbb6dece349f131754d4b01092a698a9e5a.tar.gz
src-9fe96cbb6dece349f131754d4b01092a698a9e5a.zip
Record PID in /var/run/inetd.pid and document same.
Notes
Notes: svn path=/head/; revision=11447
Diffstat (limited to 'usr.sbin/inetd/inetd.8')
-rw-r--r--usr.sbin/inetd/inetd.826
1 files changed, 23 insertions, 3 deletions
diff --git a/usr.sbin/inetd/inetd.8 b/usr.sbin/inetd/inetd.8
index d00c2790322c..5632c5c2109b 100644
--- a/usr.sbin/inetd/inetd.8
+++ b/usr.sbin/inetd/inetd.8
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)inetd.8 8.3 (Berkeley) 4/13/94
-.\" $Id: inetd.8,v 1.4 1994/12/21 19:08:41 wollman Exp $
+.\" $Id: inetd.8,v 1.5 1995/10/09 23:34:07 davidg Exp $
.\"
.Dd April 13, 1994
.Dt INETD 8
@@ -322,6 +322,11 @@ rereads its configuration file when it receives a hangup signal,
.Dv SIGHUP .
Services may be added, deleted or modified when the configuration file
is reread.
+Except when started in debugging mode,
+.Nm
+records its process ID in the file
+.Pa /var/run/inetd.pid
+to assist in reconfiguration.
.Sh TCPMUX
.Pp
.Tn RFC 1078
@@ -347,6 +352,18 @@ causes
.Nm inetd
to list TCPMUX services in
.Pa inetd.conf .
+.Sh "FILES"
+.Bl -tag -width /var/run/inetd.pid -compact
+.It Pa /etc/inetd.conf
+configuration file.
+.It Pa /etc/rpc
+translation of service names to RPC program numbers.
+.It Pa /etc/services
+translation of service names to port numbers.
+.It Pa /var/run/inetd.pid
+the pid of the currently running
+.Nm inetd .
+.El
.Sh "EXAMPLES"
.Pp
Here are several example service entries for the various types of services:
@@ -406,6 +423,8 @@ The user or group ID for the entry's
.Em user
is invalid.
.Sh SEE ALSO
+.Xr rpc 5 ,
+.Xr services 5 ,
.Xr comsat 8 ,
.Xr fingerd 8 ,
.Xr ftpd 8 ,
@@ -423,7 +442,8 @@ command appeared in
.Bx 4.3 .
TCPMUX is based on code and documentation by Mark Lottor.
Support for
-.Em Sun-RPC
+.Tn "ONC RPC"
based services is modelled after that
provided by
-.Em SunOS 4.1 .
+.Tn SunOS
+4.1.