Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 529168

Summary: net-misc/hylafaxplus - /etc/init.d/hylafaxplus: "-l $faxbind" precludes use of client/server protocol
Product: Gentoo Linux Reporter: James Newby <newbyj>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: UNCONFIRMED ---    
Severity: normal CC: net-dialup
Priority: Normal Keywords: NeedPatch
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description James Newby 2014-11-13 19:05:24 UTC
Hylafaxplus doesn't function in client/server mode when started with the init.d script.  The starting value of hfaxd_args on line 60 of the script should not have the "-l $faxbind" included.  Including this defeats the client/server protocol, allowing hfaxd to answer requests from other hosts.  The "-i $faxport" that is added on line 68 in the newproto case should be specified always and the -l parameter is not needed.

Reproducible: Always