Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 9443 - net-misc/netkit-rsh: files for xinetd
Summary: net-misc/netkit-rsh: files for xinetd
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Donny Davies (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-21 14:05 UTC by Alexander Holler
Modified: 2002-10-25 09:00 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Holler 2002-10-21 14:05:38 UTC
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 Donny Davies (RETIRED) gentoo-dev 2002-10-24 21:55:14 UTC
oki, i'll add this for you..
Comment 2 Donny Davies (RETIRED) gentoo-dev 2002-10-25 09:00:41 UTC
added to -r3