pkgsrc/comms/hylafax/patches/patch-aq
abs e4f6d72d71 Update hylfax to 4.1.7. Changes since 4.1.5:
* added new edit-faxcover script
    * added various enhancements to faxsetup
    * default libtiff v3.6 compatibility
    * added NOTIFY_FAXMASTER and ENCODING parameters for FaxDispatch
    * added 2D-MMR support for Class 2 modems that support it
    * added RingTimeout, ModemRingResponse, CIDNumberAnswerLength, and
      CIDNameAnswerLength modem config parameters
    * support for MultiTech MT5634ZDXb and MT5634ZBA-DID
    * added subaddressing specification capability to sendfax
    * numerous bugfixes (several significant) and build cleanups
    * fixes the PageChop feature that broken in 4.1.6

Also fixed some cosmetic NetBSD issues with faxadmodem
2003-09-23 21:39:46 +00:00

13 lines
576 B
Text

$NetBSD: patch-aq,v 1.5 2003/09/23 21:39:48 abs Exp $
--- util/faxcron.sh.in.orig Thu Apr 11 18:55:30 2002
+++ util/faxcron.sh.in
@@ -41,7 +41,7 @@ AGEINFO=30 # purge remote info after 3
AGELOG=30 # keep log info for last 30 days
AGERCV=7 # purge received facsimile after 7 days
AGETMP=1 # purge orphaned temp files after 1 day
-FAXUSER=fax # owner of log files
+FAXUSER=@FAXUID@ # owner of log files
LOGMODE=0644 # mode for log files
XFERLOG=etc/xferfaxlog # HylaFAX xferfaxlog file location
LAST=etc/lastrun # file where time+date of last run recorded