diff options
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 650ade256..97287e91c 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -161,7 +161,7 @@ $o = $::o = { QUEUE => "lp", SPOOLDIR => "/var/spool/lpd/lp", DBENTRY => "PostScript", - PAPERSIZE => "legal", + PAPERSIZE => "letter", CRLF => 0, AUTOSENDEOF => 1, |