#!/usr/bin/perl # printerdrake # Copyright (C) 1999-2002 MandrakeSoft (fpons@mandrakesoft.com) # Original version for printer configuration from pad. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. use lib qw(/usr/lib/libDrakX); use standalone; #- warning, standalone must be loaded very first, for 'explanations' use common; use interactive; use printer::printerdrake; use printer::main; use modules; use c; local $_ = join '', @ARGV; printer::main::get_usermode (); my $printer; my $in = 'interactive'->vnew('su', 'printer-mdk'); my $commandline = $_; 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 ...")); # Get what was installed before eval { $printer = printer::main::getinfo('') }; # Choose the spooler by command line options $commandline =~ /-cups/ and $printer->{SPOOLER} = 'cups' and printer::main::read_configured_queues($printer); $commandline =~ /-lpr/ and $printer->{SPOOLER} = 'lpd' and printer::main::read_configured_queues($printer); $commandline =~ /-lpd/ and $printer->{SPOOLER} = 'lpd' and printer::main::read_configured_queues($printer); $commandline =~ /-lprng/ and $printer->{SPOOLER} ='lprng' and printer::main::read_configured_queues($printer); $commandline =~ /-pdq/ and $printer->{SPOOLER} = 'pdq' and printer::main::read_configured_queues($printer); -r '/etc/modules.conf' and modules::mergein_conf('/etc/modules.conf'); } begin: $::isEmbedded and kill 'USR2', $::CCPID; printer::printerdrake::main($printer, $in, 1); $::isEmbedded ? kill('USR1', $::CCPID) : $in->exit(0); goto begin; n> Mageia Installer and base platform for many utilitiesThierry Vignaud [tv]
summaryrefslogtreecommitdiffstats
path: root/perl-install/share/po/zh_TW.po
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2003-05-31 10:02:24 +0000
committerPablo Saratxaga <pablo@mandriva.com>2003-05-31 10:02:24 +0000
commit3e71d95d16e0602d4ba0e22c6dc5054a66220172 (patch)
treec1722ab0014f4b01fead0076a16a458452693275 /perl-install/share/po/zh_TW.po
parent6c1748195382462f95fafbee578f8e8eb69d7309 (diff)
downloaddrakx-3e71d95d16e0602d4ba0e22c6dc5054a66220172.tar
drakx-3e71d95d16e0602d4ba0e22c6dc5054a66220172.tar.gz
drakx-3e71d95d16e0602d4ba0e22c6dc5054a66220172.tar.bz2
drakx-3e71d95d16e0602d4ba0e22c6dc5054a66220172.tar.xz
drakx-3e71d95d16e0602d4ba0e22c6dc5054a66220172.zip
changed the name of the russian phonetic layout
Diffstat (limited to 'perl-install/share/po/zh_TW.po')
0 files changed, 0 insertions, 0 deletions