summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
Commit message (Collapse)AuthorAgeFilesLines
...
* - clean code sot that it runs under "use strict"Thierry Vignaud2002-11-181-37/+29
| | | | | | | - simplify date command construction, this is basic perl :-( - kill dead old commented code to handle i18n instead of relying on common shared modules
* remove old dead commented i18n code that kept being copied aroundThierry Vignaud2002-11-182-43/+0
|
* typo fixThierry Vignaud2002-11-151-0/+1
|
* Make drakfont use ttmkfdir again, as it recognizes more encodings,Pablo Saratxaga2002-11-141-9/+23
| | | | | | | | | use of parameter "-u" of ttmkfdir to always output unicode entries, call xftcache to create/update the Xftcache files (used by Xft), rewrite fonts.dir (with ttmkfdir) when removing a ttf file so it no longer appears on the font list, and execute "xset fp rehash" after adding/removing fonts, so the font list used by X server is synchronized.
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-1/+1
|
* don't offer to configure kernel for usbvision (no option for now)Thierry Vignaud2002-11-121-1/+1
|
* handle devices managed by usbvision tooThierry Vignaud2002-11-121-4/+3
|
* add/remove some spaces to make perl_checker happyPascal Rigaux2002-11-121-2/+2
|
* printer related modules cleaning :Thierry Vignaud2002-11-121-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | - create the printer/ hierarchy - split services related stuff into services.pm & printer::services, - move things that've nothing to do with printers into common.pm (alternatives, permissions, ...) - move eveything related to cups, gimp-print, detection, {star,open}office to the corresponding splited printer:: module - big consolidation of printer::office (it was obvious there were tons of duplication between staroffice and openoffice managment) - move other stuff into printer::main, printer::common, status : print.pm has been heavily splited (now one can begin to understand the little bits). printerdrake still needs to be splited/cleaned and eventually removed since printer/printerdrake modules separation is not understandable by other people till, in printer::gimp, $lprcommand is neither declared nor setted nowhere. idem in mdk9.0 ...
* various small syntax enhancements to please perl_checkerPascal Rigaux2002-11-111-1/+1
|
* don't use <*> for globbing, use all or glob_Pascal Rigaux2002-11-111-2/+2
|
* replace q@...@ with q(...) or here_docPascal Rigaux2002-11-111-7/+9
|
* ensure "common" is imported to have N()Pascal Rigaux2002-11-108-6/+8
|
* make perl_checker happyPascal Rigaux2002-11-062-2/+3
|
* fix typoPascal Rigaux2002-11-061-1/+1
|
* make perl_checker happyPascal Rigaux2002-11-061-3/+3
|
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-0624-888/+882
| | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous!
* add XkbCompat "group_led" for all keyboards where a group layout switching ↵Pascal Rigaux2002-11-041-1/+1
| | | | is used
* typo in comments: Josep L. Guallar-Esteve <jlguallar@computer.org>Stew Benedict2002-10-281-2/+2
|
* bit me!Thierry Vignaud2002-10-161-1/+2
|
* Finish thin client setup option.Stew Benedict2002-10-141-2/+93
|
* - fix typosThierry Vignaud2002-10-141-3/+10
| | | | | | | | | | | | | | - when something is eating io bandwith, drakbug is very slow to scroll the menu, since on each item selection, it does rpm db access. solution : o cache rpm result in %packages o only call rpm & which if nothing is cached - if there's the selected package isn't installed, just print "package not installed" (and translate that)
* Read/Write thin client configuration.Stew Benedict2002-10-121-66/+183
| | | | | | Add draktermserv config to enable/disable thin clients. Update documentation.
* Dynamic IP pool for client machines.Stew Benedict2002-10-111-72/+110
| | | | | | Don't require image for PCI clients. Perl_checker fixes.
* Correct typo in create boot ISO codeStew Benedict2002-10-101-2/+3
| | | | | Add note in help about optional net boot image entry for PCI cards
* Really fix daemon mode issue.Stew Benedict2002-09-231-5/+10
|
* Fix daemon mode bug.Stew Benedict2002-09-231-1/+1
|
* Correct help notes on \$\$IP=IP-ADDRESS\$\$.Stew Benedict2002-09-211-2/+2
|
* fix the disable functionFlorin Grad2002-09-201-3/+5
|
* no -wThierry Vignaud2002-09-201-1/+1
|
* don't print useless warnings in consoleThierry Vignaud2002-09-201-1/+1
|
* removed unneeded '\t' in translatable textPablo Saratxaga2002-09-201-1/+1
|
* fixes:Thierry Vignaud2002-09-201-2/+2
| | | | | | - don't create bogus 1 file (deush: s/2>1&/2>&1/) - don't print error messages when which cannot find the program
* Catch non-existant config files on copy.Stew Benedict2002-09-191-2/+2
|
* - s/rpm/mdk/ in package version matchingDaouda Lo2002-09-191-1/+1
|
* more details for the dhcp serverFlorin Grad2002-09-181-14/+36
|
* "kill quart of draksec code" patch aka make it really working aka "happy fred" :Thierry Vignaud2002-09-181-8/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - security::msec : o consolidate get_function_value() and get_value into get_value() o really apply changes, aka save them : * config_check() : use substInFile and setVarsInSh * config_function() : use substInFile and append_to_file * kill stupid and bogus config_option() o don't overwrite previous changes, aka reread them : * fix checks and functions current value loading * fix checks and functions default loading - security::main : o simplify ui creation, make it more readable o kill offuscating basic_secadmin_check(), basic_secadmin_entry(), network_generate_page(), system_generate_page() and checks_generate_page() o increase default height because of stupid "add_with_viewport" in ugtk::createScrolledWindow o consolidate network and system functions managment, they're all the same for msec, splitting is only a draksec "feature"; all go in %options_values - draksec : o let standalone module configure standalone mode o security::main already take care of initializing gtk o security::main already take care of exiting o don't play with embedded mode special variables it overall looks better but big cleanups're still possible for mdk9.1
* add warning messageFlorin Grad2002-09-171-0/+2
|
* add the nameserver IP variable in advanced modeFlorin Grad2002-09-171-1/+5
|
* - sync option names with server's name.Daouda Lo2002-09-171-2/+2
|
* - fix typoDaouda Lo2002-09-171-1/+1
|
* - back to normal http connection (instead of https)Daouda Lo2002-09-171-6/+6
| | | | | - relocated web wizard
* - translation for drakfloppyDaouda Lo2002-09-161-9/+9
|
* - enable translation for logdrakeDaouda Lo2002-09-161-13/+13
|
* fixed no translation for XFdrake (pixel idea).Francois Pons2002-09-161-0/+1
|
* - typo in optionsDaouda Lo2002-09-161-2/+2
|
* corrected gettext domain (translations are now in libDrakX)Pablo Saratxaga2002-09-142-2/+2
|
* - patch net_monitorDamien Chaumette2002-09-121-37/+81
|
* fix logdrake and drakfloppyThierry Vignaud2002-09-122-0/+2
|
* meumeuhGuillaume Cottenceau2002-09-121-3/+3
|