Bug 9443 - net-misc/netkit-rsh: files for xinetd
Bug#: 9443 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: woodchip@gentoo.org Reported By: holler@ahsoftware.de
Component: Ebuilds
URL: 
Summary: net-misc/netkit-rsh: files for xinetd
Keywords:  
Status Whiteboard: 
Opened: 2002-10-21 14:05 0000
Description:   Opened: 2002-10-21 14:05 0000
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

------- Comment #1 From Donny Davies (RETIRED) 2002-10-24 21:55:14 0000 -------
oki, i'll add this for you..

------- Comment #2 From Donny Davies (RETIRED) 2002-10-25 09:00:41 0000 -------
added to -r3