diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-06-23 23:13:59 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-06-23 23:13:59 +0000 |
commit | 7601f1979736cd4364f7c1753a61ce9227ed6254 (patch) | |
tree | bae50e483f4112c45949c73f5c3f9d1223c685bf /usr.sbin/lpr/common_source | |
parent | b4076cebe0bc429b79277777bcfad38ea02aead0 (diff) |
It is not a reasonable default behavior to abort a printout because of its
size now that there's PostScript[tm].
Diffstat (limited to 'usr.sbin/lpr/common_source')
-rw-r--r-- | usr.sbin/lpr/common_source/lp.local.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/lpr/common_source/lp.local.h b/usr.sbin/lpr/common_source/lp.local.h index ab124b54da1..3462749a524 100644 --- a/usr.sbin/lpr/common_source/lp.local.h +++ b/usr.sbin/lpr/common_source/lp.local.h @@ -1,4 +1,4 @@ -/* $OpenBSD: lp.local.h,v 1.2 1997/01/17 16:11:36 millert Exp $ */ +/* $OpenBSD: lp.local.h,v 1.3 1997/06/23 23:13:56 kstailey Exp $ */ /* * Copyright (c) 1983, 1993 @@ -45,7 +45,7 @@ #define DEFLP "lp" #define DEFLOCK "lock" #define DEFSTAT "status" -#define DEFMX 1000 +#define DEFMX 0 #define DEFMAXCOPIES 0 #define DEFFF "\f" #define DEFWIDTH 132 |