From 965508792300527e469c3fe141593696f3efde4d Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 13 Dec 2002 11:14:48 +0000 Subject: put back the comment --- perl-install/printer/main.pm | 3 +++ 1 file changed, 3 insertions(+) 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 { -- cgit v1.2.1