Change DEFMX to 0. This removes the size limit for print jobs by default.
Discussed with: gad (now), arch (a year ago)
This commit is contained in:
parent
618095ccef
commit
b11003f306
usr.sbin/lpr
@ -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
|
||||
|
@ -99,7 +99,7 @@ zero = unlimited
|
||||
.It "ms str" Ta Dv NULL Ta No "if lp is a tty, a comma-separated,"
|
||||
.Xr stty 1 Ns -like
|
||||
list describing the tty modes
|
||||
.It "mx num 1000 maximum file size (in"
|
||||
.It "mx num 0 maximum file size (in"
|
||||
.Dv BUFSIZ
|
||||
blocks), zero = unlimited
|
||||
.It "nd str" Ta Dv NULL Ta No "next directory for list of queues (unimplemented)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user