Hi, I would find it usefull it the ebuild for rsh would suply the following
files for etc/xinetd.d:
-------------rsh-------------
service shell
{
socket_type = stream
protocol = tcp
wait = no
user = root
group = tty
server = /usr/sbin/in.rshd
server_args =
log_type = FILE /var/log/rsh
log_on_success = PID HOST USERID EXIT DURATION
log_on_failure = USERID ATTEMPT
disable = yes
}
-------------------------
--------rexec-----------------
service exec
{
socket_type = stream
protocol = tcp
wait = no
user = root
group = tty
server = /usr/sbin/in.rexecd
server_args =
log_type = FILE /var/log/rexec
log_on_success = PID HOST USERID EXIT DURATION
log_on_failure = USERID ATTEMPT
disable = yes
}
-------------------------
---------rlogin----------
service login
{
socket_type = stream
protocol = tcp
wait = no
user = root
group = tty
server = /usr/sbin/in.rlogind
server_args =
log_type = FILE /var/log/rlogin
log_on_success = PID HOST USERID EXIT DURATION
log_on_failure = USERID ATTEMPT
disable = yes
}
-------------------------
Regards,
Alexander