summaryrefslogtreecommitdiffstats
path: root/perl-install/printer
Commit message (Collapse)AuthorAgeFilesLines
* - fix autodetection code (remember me to teach titi that "and" in list ↵Pascal Rigaux2003-01-071-3/+4
| | | | | | | | context is bad) - use printer::detect::whatNetPrinter directly (instead of net_detect() + net_smb_detect()), it is faster when one wants both
* (detect): don't use net_smb_detect() and net_detect(), callPascal Rigaux2003-01-071-1/+1
| | | | | whatNetPrinter() directly asking for both network & smb (faster)
* fix new data structure usageThierry Vignaud2003-01-072-5/+5
|
* use "if any" instead of "if grep", and various other occurences of "any", ↵Pascal Rigaux2003-01-072-5/+3
| | | | "every", "partition"
* printerdrake is back aliveThierry Vignaud2003-01-072-4/+8
|
* fixesThierry Vignaud2003-01-071-6/+12
|
* perl_checker fixThierry Vignaud2003-01-071-1/+1
|
* beautifyThierry Vignaud2003-01-071-4/+4
|
* simplif installed spoolers "detection"Thierry Vignaud2003-01-071-5/+1
|
* - remove useless $_ settingThierry Vignaud2003-01-071-29/+11
| | | | | | | - simplify overgianted look for functions - mask isprinterconfigured() as bogus: if $done is 1 then $sectionfound *is* already 1
* - simplify by reusing list_passwd()Thierry Vignaud2003-01-071-27/+20
| | | | | | | | | | - simplify program flow - one perl_checker fix - simplify directories list building - simplify test: if a file is a plain regular file, testing if it's a directory is useless; anyway, this test is probably bogus and should just be -e and not -f
* fix printerdrake regarding gimp configurationThierry Vignaud2003-01-061-2/+2
|
* *** 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