First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 9443
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Donny Davies (RETIRED) <woodchip@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Alexander Holler <holler@ahsoftware.de>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 9443 depends on: Show dependency tree
Bug 9443 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


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

First Last Prev Next    No search results available      Search page      Enter new bug