Bug 60771

Summary: Allows to use address in pipe ports
Product: [Retired] Red Hat Raw Hide Reporter: Joerg Dorchain <joerg>
Component: uucpAssignee: Jens Petersen <petersen>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0Keywords: FutureFeature
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
URL: http://www.dorchain.net/~joerg/code/uucp/
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-03-25 14:21:02 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:
Attachments:
Description Flags
Small patch to allow the descibed functionality none

Description Joerg Dorchain 2002-03-06 11:42:47 UTC
Description of Problem:
When you use a pipe to another program as a port, it would be nice to have an
address agument for the remote system, especially when you have several systems
when the port definition only differs the the remote system name..


Version-Release number of selected component (if applicable):
uucp-1.06.1-41

Actual Results:
One port definition per system

Expected Results:
One port definition per method

Additional Information:
This allows a port definition like this
port ssh
type pipe
command /usr/bin/ssh -a -e none -l uucp -x -o batchmode=yes -o
stricthostkeychecking=no \H

and then have several line in your sys file like 
system <name>
address <FDQN>
port ssh


As another idea, port tcp could be replaced with this patch and netcat.

Comment 1 Joerg Dorchain 2002-03-06 11:44:36 UTC
Created attachment 47581 [details]
Small patch to allow the descibed functionality

Comment 2 Bill Huang 2002-06-10 03:22:53 UTC
it is fixed in rawhide,thanks for your patch.