diff options
author | Till Kamppeter <tkamppeter@mandriva.com> | 2002-02-19 15:44:45 +0000 |
---|---|---|
committer | Till Kamppeter <tkamppeter@mandriva.com> | 2002-02-19 15:44:45 +0000 |
commit | 98e2833b08e13cc9a6d0169caf0a3910b3dba126 (patch) | |
tree | 88c181579182f512cecee4e54dc323bb67e1a3cd /perl-install/standalone/printerdrake | |
parent | dd6914e04f8a195fc69e615f69a9076d235e2efc (diff) | |
download | drakx-98e2833b08e13cc9a6d0169caf0a3910b3dba126.tar drakx-98e2833b08e13cc9a6d0169caf0a3910b3dba126.tar.gz drakx-98e2833b08e13cc9a6d0169caf0a3910b3dba126.tar.bz2 drakx-98e2833b08e13cc9a6d0169caf0a3910b3dba126.tar.xz drakx-98e2833b08e13cc9a6d0169caf0a3910b3dba126.zip |
Assured that the default page size is "Letter" for US/Canada and "A4" for the rest of the world.
The "Description" field of a printer queue is filled in with printer manufacturer and model by default.
Removed unused varaiables in /usr/sbin/printerdrake.
Diffstat (limited to 'perl-install/standalone/printerdrake')
-rwxr-xr-x | perl-install/standalone/printerdrake | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/perl-install/standalone/printerdrake b/perl-install/standalone/printerdrake index 5e0d16408..501119148 100755 --- a/perl-install/standalone/printerdrake +++ b/perl-install/standalone/printerdrake @@ -32,11 +32,8 @@ local $_ = join '', @ARGV; /-h/ and die "usage: printerdrake [--beginner] [--expert] [--auto] [--noauto] [--skiptest] [--testing] [--cups] [--lprng] [--lpd] [--pdq]\n"; -$::beginner = /-beginner/; $::expert = /-expert/; -$::auto = /-auto/; $::noauto = /-noauto/; -$::skiptest = /-skiptest/; $::testing = /-testing/; my $printer; |