summaryrefslogtreecommitdiffstats
path: root/perl-install/printer
Commit message (Collapse)AuthorAgeFilesLines
...
* *** empty log message ***Thierry Vignaud2003-01-061-3/+1
|
* fix displaying of spooler listThierry Vignaud2003-01-061-5/+6
|
* fix displaying list of availlable printer spoolersThierry Vignaud2003-01-061-1/+1
|
* put full data in all variants of the data structureThierry Vignaud2003-01-061-2/+2
|
* (first_time_dialog): much cleanup (but not tested)Pascal Rigaux2003-01-031-40/+33
|
* set_permissions() doesn't want the given file to be $::prefix'edPascal Rigaux2002-12-291-2/+2
|
* - mkdir_p throws an exception on error, so "mkdir_p() or ..." is dumb, fixingPascal Rigaux2002-12-281-7/+4
| | | | | | (thanks to Lea Gris) - use output()
* help perl_checker (interactive is used even if the constructor is not there)Pascal Rigaux2002-12-231-0/+1
|
* - printer::main::read_cups_printer_list() is now ↵Pascal Rigaux2002-12-193-59/+51
| | | | | | | | printer::cups::read_printer_list() (but it is unused!) - printer::main::get_cups_remote_queues() is now printer::cups::get_formatted_remote_queues() - cleanup printer::cups::get_remote_queues() using printer::cups::lpstat_v()
* do not use "$1 !~ ..."Pascal Rigaux2002-12-191-2/+2
|
* remove exported names which are not definedPascal Rigaux2002-12-131-1/+1
|
* commit the real code, not the debug code :-(Pascal Rigaux2002-12-131-2/+1
|
* put back the commentPascal Rigaux2002-12-131-0/+3
|
* (read_cups_printer_list, get_cups_remote_queues): much cleanupPascal Rigaux2002-12-131-48/+27
|
* $_ was not localized, fixing (and cleanup)Pascal Rigaux2002-12-051-3/+2
|
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-046-54/+49
|
* use if_() where possible (as reported by perl_checker)Pascal Rigaux2002-12-042-71/+54
|
* simplifyPascal Rigaux2002-12-022-51/+34
|
* perl_checker adaptationsPascal Rigaux2002-11-286-61/+61
|
* perl_checker adaptationsPascal Rigaux2002-11-281-1/+1
|
* perl_checker adaptationsPascal Rigaux2002-11-275-39/+37
|
* (configure_hpoj): functions dynamically loaded from /usr/sbin/ptal-init arePascal Rigaux2002-11-271-9/+10
| | | | | now loaded in printer::hpoj namespace (needs testing)
* miaouhThierry Vignaud2002-11-261-17/+8
|
* simplifyThierry Vignaud2002-11-261-34/+23
|
* perl_checker fixesThierry Vignaud2002-11-261-1/+1
|
* simplify some stuffThierry Vignaud2002-11-261-15/+7
|
* cleanupsThierry Vignaud2002-11-201-12/+8
|
* update to new security::level schemeThierry Vignaud2002-11-201-2/+2
|
* make perl_checker happyPascal Rigaux2002-11-185-33/+32
|
* update copyright yearsThierry Vignaud2002-11-181-4/+2
|
* - more cleanupsThierry Vignaud2002-11-151-22/+13
| | | | | | - don't display messages if we're not going to remove/install some packages
* cleanupsThierry Vignaud2002-11-151-34/+20
|
* cleanupsThierry Vignaud2002-11-151-22/+9
|
* printerdrake::install_spooler() : fix heavy duplication of codeThierry Vignaud2002-11-152-146/+91
| | | | | by using %spoolers data structure (function shrunked by 66%)
* consolidate some stuff into printer::data::spoolers{XXX}{alternatives}Thierry Vignaud2002-11-152-25/+45
| | | | | so that all alternatives get centralized in one data structure
* cleanupsThierry Vignaud2002-11-151-37/+15
|
* - add/remove spaces to make perl_checker happyPascal Rigaux2002-11-146-323/+313
| | | | | | - remove redundant parentheses - add some parentheses for clarity
* - printer::data : export all data structuresThierry Vignaud2002-11-145-24/+28
| | | | | | - cleanups - all code is now runnable in strict mode
* *** empty log message ***Thierry Vignaud2002-11-141-0/+10
|
* simplify install_spooler() but there's still lot of duplication thereThierry Vignaud2002-11-131-3/+1
| | | | | (some work for tomorow)
* - final switch to $::prefixThierry Vignaud2002-11-132-132/+95
| | | | | | | - simplify main::get_copiable_queues(), main::setcupslink() - s/unless (X ne Y)/if (X eq Y)/ - set_usermode() : ensure we add the line if it didn't exists
* - set_usermode() : don't reinvent the wheel, use substInFileThierry Vignaud2002-11-131-29/+5
| | | | | - get_usermode() : ditto, use getVarsFromSh
* don't reinvent the wheel, use commonThierry Vignaud2002-11-131-52/+22
|
* fix files lookupThierry Vignaud2002-11-131-2/+2
|
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-133-83/+81
|
* fix syntax errorPascal Rigaux2002-11-131-1/+0
|
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-134-89/+85
|
* printer::common: export functionThierry Vignaud2002-11-132-56/+50
|
* fix getSNMPModel() locationThierry Vignaud2002-11-121-1/+1
|
* kill set_prefix()Thierry Vignaud2002-11-121-3/+1
|