diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 2003-03-27 08:33:01 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 2003-03-27 08:33:01 +0000 |
| commit | b11003f306894a665e935b8aa3806c7d655bf478 (patch) | |
| tree | 2a2818d24e52a9ac2d98b816c59a9f75c810e7e9 /usr.sbin/lpr/common_source | |
| parent | 618095cceffb4bc563e8005c18fc5d018f75378c (diff) | |
Notes
Diffstat (limited to 'usr.sbin/lpr/common_source')
| -rw-r--r-- | usr.sbin/lpr/common_source/lp.local.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/lpr/common_source/lp.local.h b/usr.sbin/lpr/common_source/lp.local.h index bc60549949d3..c6c8d48eb77a 100644 --- a/usr.sbin/lpr/common_source/lp.local.h +++ b/usr.sbin/lpr/common_source/lp.local.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)lp.local.h 8.1 (Berkeley) 6/6/93 + * From: @(#)lp.local.h 8.1 (Berkeley) 6/6/93 + * $FreeBSD$ */ /* @@ -43,7 +44,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 |
