e4f6d72d71
* 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
15 lines
732 B
Text
15 lines
732 B
Text
$NetBSD: patch-ad,v 1.5 2003/09/23 21:39:47 abs Exp $
|
|
|
|
--- config/skel.orig Sun Apr 7 21:29:27 2002
|
|
+++ config/skel
|
|
@@ -41,8 +41,8 @@ ServerTracing: 1 # log server-related
|
|
SessionTracing: 11 # log server-related operations
|
|
RecvFileMode: 0600 # recvd facsimile are not public
|
|
LogFileMode: 0600 # private log files
|
|
-DeviceMode: 0600 # device is accessible only to uucp/fax
|
|
-GettyArgs: "-h %l dx_%s" # requires modem to auto-detect fax/data
|
|
+DeviceMode: 0660 # device is accessible only to uucp/fax
|
|
+GettyArgs: "std.%s" # requires modem to auto-detect fax/data
|
|
QualifyTSI: "" # do not restrict inbound facsimile
|
|
SpeakerVolume: off # machine's are already too loud
|
|
RingsBeforeAnswer: 1 # answer on first ring
|