Bug 151165

Summary: no xinetd related config file in package
Product: [Fedora] Fedora Reporter: Andy Shevchenko <andy>
Component: uucpAssignee: Peter Vrabec <pvrabec>
Status: CLOSED RAWHIDE QA Contact: Bill Huang <bhuang>
Severity: medium Docs Contact:
Priority: medium    
Version: 3   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-03-23 09:05:13 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Andy Shevchenko 2005-03-15 16:03:51 UTC
Description of problem:
Package uucp has not included the default xinetd file. It is way to 
get unworked uucp over IP service.

Version-Release number of selected component (if applicable):
uucp-1.07-3

Additional info:
The trivial problem will be fixed by addition of following file as /
etc/xinetd.d/uucp into package.

service uucp
{
     only_from     = 127.0.0.1
     socket_type   = stream
     wait          = no
     user          = uucp
     server        = /usr/lib/uucp/uucico
     server_args   = -l
     disable       = yes
}

Comment 1 Andy Shevchenko 2005-03-15 16:23:04 UTC
*** Bug 151167 has been marked as a duplicate of this bug. ***

Comment 2 Peter Vrabec 2005-03-23 09:05:13 UTC
fixed in devel.