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:
Eivind Eklund 2003-03-27 08:33:01 +00:00
parent 618095ccef
commit b11003f306
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112701
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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)"