diff options
author | Till Kamppeter <tkamppeter@mandriva.com> | 2003-02-17 04:24:27 +0000 |
---|---|---|
committer | Till Kamppeter <tkamppeter@mandriva.com> | 2003-02-17 04:24:27 +0000 |
commit | e8d2639e9fe4581f884906c80933501add00c3fb (patch) | |
tree | 0b8a2506d0aff82d36d979e3e51b5fcd79d11487 /perl-install/standalone/printerdrake | |
parent | 15afa578a5bd7a41689c6ab2e22082f0c276a4f9 (diff) | |
download | drakx-e8d2639e9fe4581f884906c80933501add00c3fb.tar drakx-e8d2639e9fe4581f884906c80933501add00c3fb.tar.gz drakx-e8d2639e9fe4581f884906c80933501add00c3fb.tar.bz2 drakx-e8d2639e9fe4581f884906c80933501add00c3fb.tar.xz drakx-e8d2639e9fe4581f884906c80933501add00c3fb.zip |
- Restructured function "main()"
- Made automatic queue setup being done during installation
- Support for unknown printers in auto-detection and in automatic queue
setup
- Fixed determination of default printer
- Fixed printer help page display
- Fixed wait message in /usr/sbin/printerdrake
Diffstat (limited to 'perl-install/standalone/printerdrake')
-rwxr-xr-x | perl-install/standalone/printerdrake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/standalone/printerdrake b/perl-install/standalone/printerdrake index 4f05e1ec2..bae5ba223 100755 --- a/perl-install/standalone/printerdrake +++ b/perl-install/standalone/printerdrake @@ -44,7 +44,8 @@ exit 0 unless printer::printerdrake::first_time_dialog($printer, $in, 1); # Check whether Foomatic is installed and install it if necessary printer::printerdrake::install_foomatic($in); -my $w = $in->wait_message(N("Printerdrake"), N("Reading printer data ...")); +my $w = $in->wait_message(N("Printerdrake"), + N("Reading data of installed printers...")); # Get what was installed before eval { $printer = printer::main::getinfo('') }; # Choose the spooler by command line options |