diff options
-rw-r--r-- | perl-install/printer/main.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/printer/main.pm b/perl-install/printer/main.pm index f136e057c..94975e1a9 100644 --- a/perl-install/printer/main.pm +++ b/perl-install/printer/main.pm @@ -654,6 +654,9 @@ sub read_cups_printer_list { sub get_cups_remote_queues { my ($printer) = @_; + # This function reads in a list of all remote printers which the local + # CUPS daemon knows due to broadcasting of remote servers or + # "BrowsePoll" entries in the local /etc/cups/cupsd.conf/ map { join('!', if_($::expert, N("CUPS")), N("Remote Printers"), $_); } map { |