diff options
Diffstat (limited to 'comms/mgetty+sendfax/patches/patch-ai')
-rw-r--r-- | comms/mgetty+sendfax/patches/patch-ai | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/comms/mgetty+sendfax/patches/patch-ai b/comms/mgetty+sendfax/patches/patch-ai index 0d150659898..84b4e25adca 100644 --- a/comms/mgetty+sendfax/patches/patch-ai +++ b/comms/mgetty+sendfax/patches/patch-ai @@ -1,8 +1,8 @@ -$NetBSD: patch-ai,v 1.5 2007/03/01 17:09:00 wiz Exp $ +$NetBSD: patch-ai,v 1.6 2009/10/02 19:21:59 is Exp $ ---- policy.h.orig 2007-03-01 17:06:20.000000000 +0000 +--- policy.h.orig 2009-10-02 11:51:33.000000000 +0200 +++ policy.h -@@ -620,3 +620,22 @@ +@@ -593,6 +593,22 @@ */ #define MINFREESPACE 1024 @@ -14,9 +14,6 @@ $NetBSD: patch-ai,v 1.5 2007/03/01 17:09:00 wiz Exp $ +#undef MGETTY_PID_FILE +#define MGETTY_PID_FILE "/var/run/mg-pid.%s" + -+#undef LOCK -+#define LOCK "/var/spool/lock/LCK..%s" -+ +#undef FAX_LOG +#define FAX_LOG "/var/spool/fax/Faxlog" + @@ -25,3 +22,11 @@ $NetBSD: patch-ai,v 1.5 2007/03/01 17:09:00 wiz Exp $ + +#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 |