From 044cfb41560ca08fb3817611d1c02d680922b91a Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Tue, 3 Oct 2000 16:33:05 +0000 Subject: *** empty log message *** --- perl-install/standalone/printerdrake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/printerdrake b/perl-install/standalone/printerdrake index dd41620fb..cee224da9 100755 --- a/perl-install/standalone/printerdrake +++ b/perl-install/standalone/printerdrake @@ -39,8 +39,8 @@ $::isStandalone = 1; my $printer; eval { $printer = printer::getinfo('') }; /-lpr/ and $printer->{mode} = 'lpr'; -/-cups/ and $printer->{mode} = 'cups'; -$printer->{mode} ||= 'cups'; #- assume this default if nothing found. +/-cups/ and $printer->{mode} = 'CUPS'; +$printer->{mode} ||= 'CUPS'; #- assume this default if nothing found. my $in = vnew interactive('su'); -- cgit v1.2.1