[Bug 916] Hylafax 6.0.3 Fails on Freebsd 6.2-RELEASE
[email protected] Mon, 19 Apr 2010 11:56:14 -0400
| Newsgroups | gmane.comp.telephony.fax.hylafax.devel |
|---|---|
| Message-ID | <[email protected]> |
http://bugs.hylafax.org/show_bug.cgi?id=916 [email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] ------- Comment #9 from [email protected] 2010-04-19 11:56 ------- I came across this issue too after migrating our fax server from Linux to FreeBSD. As I found no way in the hylafax script to specify the bind address, I modified mine so that it allows for an extra parameter to be specified in setup.cache: HFAXD_ARGS= In my case, I've added the following to my setup.cache so that it bind to the IPv4 localhost only: HFAXD_ARGS='-l 127.0.0.1' I contemplated adding an argument like HFAXD_LISTEN, like in the rpm/init script, however went for the more generic solution. I've attached the diff that I've used to deal with this new variable. Not sure if you would like to add this to any new releases (it would make my life easier if you did!) John -- Configure bugmail: http://bugs.hylafax.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. ____________________ HylaFAX(tm) Developers Mailing List ____________________ To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi On UNIX: mail -s unsubscribe [email protected] < /dev/null