Unfortunately there is no hfaxd configuration parameter to disable IPv6. One way is /usr/local/sbin/hfaxd -l 127.0.0.1 -i hylafax 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' This patch is gotten from http://bugs.hylafax.org/show_bug.cgi?id=916 Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->dinoex Fix synopsis and assign.
dinoex 2010-07-09 07:57:34 UTC FreeBSD ports repository Modified files: comms/hylafax Makefile Added files: comms/hylafax/files patch-hylafax.in Log: - pass args to hfaxd PR: 148343 Obtained from: http://bugs.hylafax.org/show_bug.cgi?id=916 Feature safe: yes Revision Changes Path 1.98 +1 -1 ports/comms/hylafax/Makefile 1.1 +24 -0 ports/comms/hylafax/files/patch-hylafax.in (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed committed, thanks.