summaryrefslogtreecommitdiff
path: root/comms/mgetty+sendfax/patches/patch-ai
blob: 84b4e25adca0ea8e894186f108192bc5fb535f93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
$NetBSD: patch-ai,v 1.6 2009/10/02 19:21:59 is Exp $

--- policy.h.orig	2009-10-02 11:51:33.000000000 +0200
+++ policy.h
@@ -593,6 +593,22 @@
  */
 #define	MINFREESPACE 1024
 
+#undef DEFAULT_LOGIN_PROGRAM
+#define DEFAULT_LOGIN_PROGRAM "/usr/bin/login"
+
+#define CNDFILE               "dialin.config"
+
+#undef MGETTY_PID_FILE
+#define MGETTY_PID_FILE       "/var/run/mg-pid.%s"
+
+#undef FAX_LOG
+#define FAX_LOG         "/var/spool/fax/Faxlog"
+
+#undef MAILER
+#define MAILER          "/usr/sbin/sendmail"
+
+#undef DEVICE_GROUP
+#define DEVICE_GROUP    "wheel"
 /* fax machines exchange so-called "non-standard-frames" that can be 
  * used to identify what vendor and model is on the other end.
  * mgetty parses and prints this by default, because it can help 
@@ -601,3 +617,4 @@
  */
 #define FAX_NSF_PARSER
 
+#define AUTO_PPP