aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/inetd/inetd.8
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-10-28 13:46:52 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-10-28 13:46:52 +0000
commitb34683ca29a74d6f28fa6c6a9d120120e16907b3 (patch)
tree5e57019e1a5000ede200d6022f27e5c1910a464d /usr.sbin/inetd/inetd.8
parent9e80199e1f5f00c85eb3caf370a96372d81f446f (diff)
downloadsrc-b34683ca29a74d6f28fa6c6a9d120120e16907b3.tar.gz
src-b34683ca29a74d6f28fa6c6a9d120120e16907b3.zip
Implement group part now, final syntax is:
user[:group][/login-class]
Notes
Notes: svn path=/head/; revision=30807
Diffstat (limited to 'usr.sbin/inetd/inetd.8')
-rw-r--r--usr.sbin/inetd/inetd.815
1 files changed, 10 insertions, 5 deletions
diff --git a/usr.sbin/inetd/inetd.8 b/usr.sbin/inetd/inetd.8
index dd73d491a425..29f0f6cec50b 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.14 1997/09/19 06:26:30 charnier Exp $
+.\" $Id: inetd.8,v 1.15 1997/10/27 22:03:44 ache Exp $
.\"
.Dd February 7, 1996
.Dt INETD 8
@@ -101,7 +101,7 @@ service name
socket type
protocol
{wait|nowait}[/max-child]
-user[/login-class]
+user[:group][/login-class]
server program
server program arguments
.Ed
@@ -114,7 +114,7 @@ service, the entry would contain these fields:
service name/version
socket type
rpc/protocol
-user[/login-class]
+user[:group][/login-class]
server program
server program arguments
.Ed
@@ -275,9 +275,14 @@ The
.Em user
entry should contain the user name of the user as whom the server
should run. This allows for servers to be given less permission
-than root. Optional
+than root.
+Optional
+.Em group
+part separated by ``:'' allows to specify group name different
+than default group for this user.
+Optional
.Em login-class
-suffix separated by ``/'' allows to specify login class different
+part separated by ``/'' allows to specify login class different
than default ``daemon'' login class.
.Pp
The