|
27.
|
|
|
rlinetd.conf - rlinetd configuration file
|
|
|
type: Plain text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
./rlinetd.conf.5:6
|
|
28.
|
|
|
B<rlinetd.conf> holds configuration information for B<rlinetd>. There are a small number of similar top level constructs, differing chiefly in which options can be meaningfully used with them.
|
|
|
type: Plain text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
./rlinetd.conf.5:12
|
|
29.
|
|
|
All strings are quoted with the B<"> character. In some situations (e.g.. the B<log>, B<exec>, and B<chroot> directives), there are a number of variables that can be substituted into the string.
|
|
|
type: Plain text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
./rlinetd.conf.5:22
|
|
30.
|
|
|
Unless stated otherwise, all numbers must be positive.
|
|
|
type: Plain text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
./rlinetd.conf.5:24
|
|
31.
|
|
|
B<service "name" {>
|
|
|
--------------------------------------------------------------------
{{{ service """name"""
type: Plain text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
./rlinetd.conf.5:29
|
|
32.
|
|
|
B<...>
|
|
|
type: Plain text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
./rlinetd.conf.5:31 ./rlinetd.conf.5:600 ./rlinetd.conf.5:690
|
|
33.
|
|
|
B<}>
|
|
|
type: Plain text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
./rlinetd.conf.5:33 ./rlinetd.conf.5:302 ./rlinetd.conf.5:602 ./rlinetd.conf.5:692
|
|
34.
|
|
|
This construct describes a service. The B<name> parameter is for naming convenience alone, it simply serves to distinguish logging messages and provides a default for options which can logically accept a name as an argument.
|
|
|
service """name"""
type: Plain text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
./rlinetd.conf.5:41
|
|
35.
|
|
|
This construct allows easily enabling or disabling service. The argument can be either B<yes> or B<no>. The default value is B<yes>. Setting this to B<no> disables service.
|
|
|
service/enabled
type: Plain text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
./rlinetd.conf.5:58
|
|
36.
|
|
|
Example:
|
|
|
start example
type: Plain text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
./rlinetd.conf.5:61 ./rlinetd.conf.5:81 ./rlinetd.conf.5:102 ./rlinetd.conf.5:121 ./rlinetd.conf.5:138 ./rlinetd.conf.5:160 ./rlinetd.conf.5:179 ./rlinetd.conf.5:196 ./rlinetd.conf.5:214 ./rlinetd.conf.5:231 ./rlinetd.conf.5:261 ./rlinetd.conf.5:280 ./rlinetd.conf.5:321 ./rlinetd.conf.5:347 ./rlinetd.conf.5:406 ./rlinetd.conf.5:427 ./rlinetd.conf.5:468 ./rlinetd.conf.5:493 ./rlinetd.conf.5:514 ./rlinetd.conf.5:530 ./rlinetd.conf.5:547 ./rlinetd.conf.5:566 ./rlinetd.conf.5:585 ./rlinetd.conf.5:623 ./rlinetd.conf.5:640 ./rlinetd.conf.5:657 ./rlinetd.conf.5:674
|