|
26.
|
|
|
rlientd
|
|
|
type: TH
|
|
|
|
(no translation yet)
|
|
|
|
Located in
./rlinetd.conf.5:3
|
|
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
|