summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/printerdrake
diff options
context:
space:
mode:
authorTill Kamppeter <tkamppeter@mandriva.com>2002-02-19 15:44:45 +0000
committerTill Kamppeter <tkamppeter@mandriva.com>2002-02-19 15:44:45 +0000
commit98e2833b08e13cc9a6d0169caf0a3910b3dba126 (patch)
tree88c181579182f512cecee4e54dc323bb67e1a3cd /perl-install/standalone/printerdrake
parentdd6914e04f8a195fc69e615f69a9076d235e2efc (diff)
downloaddrakx-backup-do-not-use-98e2833b08e13cc9a6d0169caf0a3910b3dba126.tar
drakx-backup-do-not-use-98e2833b08e13cc9a6d0169caf0a3910b3dba126.tar.gz
drakx-backup-do-not-use-98e2833b08e13cc9a6d0169caf0a3910b3dba126.tar.bz2
drakx-backup-do-not-use-98e2833b08e13cc9a6d0169caf0a3910b3dba126.tar.xz
drakx-backup-do-not-use-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-xperl-install/standalone/printerdrake3
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;