summaryrefslogtreecommitdiffstats
path: root/perl-install/handle_configs.pm
Commit message (Collapse)AuthorAgeFilesLines
* (comment_directive) fix itThierry Vignaud2003-09-171-2/+3
|
* if_($A, $B) got extremely slow, replaced by ( $A ? $B : () ).Till Kamppeter2003-08-231-1/+3
|
* perl_checker fixesThierry Vignaud2003-05-231-26/+19
|
* Improved handling and structure of scanner databaseTill Kamppeter2003-02-131-10/+6
| | | | | | | | | - Scanners with multiple ports are supported now - Fully automatic build of the scanner database, including lines for configuration files - Fixed "SnapScan" <-> "snapscan" bug - Some HP scanners had no manufacturer field. Fixed.
* Put quoting of search terms into a function, small fixes.Till Kamppeter2003-02-041-32/+32
|
* - "Out-sourced" functions for config file handling into handle_configs.pm,Till Kamppeter2003-02-041-0/+168
it is used by both printerdrake and scannerdrake. - Improvements and fixes on CUPS daemon configuration by printerdrake.