65dc98044e
These releases are maintenance releases, and do not contain any new features or functionality, but only contain bugfixes: * Re-order library files in fchmod() configure check * faxalter: Wire up the nissing page range -Z options * man: JobReqError/JobRetryError were missing in hylafax-config.4 * typerules: adding missing comma to typeNames array * Do not warn about one of the Fontpath directories not existing * Reworked how faxsetup looks for Fontmap * Use a private Fontmap.HylaFAX file of .pfb files * Combine all Fontmap files in memory, including new Fontmap.HylaFAX * Bug 934: We need to avoid a 0-index in playList * hfaxd: Eliminte extraneous debug logging * hfaxd: Make source port for active connections be ctrl port - 1 * hfaxd: Release old accept fd * Support libtiff 4.0 * faxsend: JobRetryOther/JobRequeueOther weren't actually being used * Make sure not to cut faxq FIFO messages in two when reaching end of buffer * hfaxd: Port is network byte order, correct logging of it
22 lines
660 B
Text
22 lines
660 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.4 2014/03/14 15:59:29 adam Exp $
|
|
|
|
Hylafax has been installed. You'll need manual configurations to actually
|
|
activate it.
|
|
|
|
Setting up: (for impatients)
|
|
|
|
Invoke faxsetup, and answer what she asks.
|
|
|
|
Add the following to your rc.local script:
|
|
|
|
if [ -x ${PREFIX}/sbin/faxq ]; then
|
|
${PREFIX}/sbin/faxq && echo -n ' hylafax'
|
|
fi
|
|
|
|
For accepting incoming FAX/data calls, modify /etc/ttys as below
|
|
and send SIGHUP to the init process:
|
|
|
|
>tty00 "${PREFIX}/libexec/faxgetty" dialup on secure
|
|
|
|
===========================================================================
|