mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-25 21:10:24 -04:00
16 lines
732 B
Plaintext
16 lines
732 B
Plaintext
$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
|