diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/printer/data.pm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/perl-install/printer/data.pm b/perl-install/printer/data.pm index 8813af515..a6ce568c0 100644 --- a/perl-install/printer/data.pm +++ b/perl-install/printer/data.pm @@ -8,10 +8,6 @@ use vars qw(@ISA @EXPORT); @EXPORT = qw(%spoolers %spooler_inv %shortspooler_inv); -# BUG, FIXME : this was neither declered nor setted anywhere before : -# maybe this should be swtiched : -# $lprcommand{stuff} => $spoolers{stuff}{print_command} - our %spoolers = ('pdq' => { 'help' => "/usr/bin/lphelp %s |", 'print_command' => 'lpr-pdq', |