summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* pptp connections are now handled by pppd (#6515)Olivier Blin2004-07-231-5/+0
|
* remove useless $lan_button and $host_button in old drakconnectOlivier Blin2004-07-231-16/+16
|
* replace pt_type2name($part->{pt_type}) with part2name($part)Pascal Rigaux2004-07-236-13/+16
| | | | | (hoisting the dereferencing {pt_type})
* - simplify partition table entry names (based on fdisk's names)Pascal Rigaux2004-07-231-113/+100
| | | | | - rename some internal variables
* cosmetics (remove useless blanks at end of line)Olivier Blin2004-07-231-41/+41
|
* mozilla need mozilla-rebuild-databases.pl to workPascal Rigaux2004-07-231-0/+1
|
* prepare for network::tools::reread_net_conf removalOlivier Blin2004-07-231-4/+6
|
* crack-attack doesn't work on 10.0Pascal Rigaux2004-07-231-1/+1
|
* remove unneeded dri/tlsPascal Rigaux2004-07-231-1/+1
|
* old dos is not useful anymorePascal Rigaux2004-07-231-1/+1
|
* simplifyPascal Rigaux2004-07-231-5/+6
|
* - move format related functions out of fs.pm to new module fs/format.pmPascal Rigaux2004-07-237-143/+100
| | | | | - remove swap.pm, moving its few functions to fs/format.pm or fs.pm
* fix indentationPascal Rigaux2004-07-231-1/+1
|
* perl_checker enhancementPascal Rigaux2004-07-221-1/+1
|
* add $IdPascal Rigaux2004-07-223-3/+3
|
* cleanupPascal Rigaux2004-07-221-1/+1
|
* modules::modprobe_conf now works (at least a little :)Pascal Rigaux2004-07-224-173/+224
|
* (rename) only log succesfull renamingsThierry Vignaud2004-07-221-1/+1
|
* - isRemovableDrive() removed, partially replaced with may_be_a_hd()Pascal Rigaux2004-07-221-6/+7
| | | | | | | - the main difference is that isRemovableDrive() checked isRemovableUsb() whereas may_be_a_hd() allows more usb removable drives (esp. memory cards and some usb keys declared as memory cards (0x0c76 0x0005))
* simplifyPascal Rigaux2004-07-221-3/+3
|
* need latest MDK::CommonPascal Rigaux2004-07-221-1/+1
|
* - re-indentPascal Rigaux2004-07-221-3/+6
| | | | | - use begins_with()
* bump drakconf conflict due to new drakconnect APIThierry Vignaud2004-07-221-1/+1
|
* perl_checker compliancePascal Rigaux2004-07-221-1/+1
|
* - don't use if_() when not needed and strangePascal Rigaux2004-07-221-4/+4
| | | | | - read_tmdns_conf() now knows which file it reads, don't give it as argument
* (read_tmdns_conf) unbreak oblin codeThierry Vignaud2004-07-221-1/+1
|
* (read_tmdns_conf) reinsert parameter naming for parameter checkingThierry Vignaud2004-07-221-1/+2
|
* rewrite read_tmdns_conf to use cat_Olivier Blin2004-07-221-10/+1
|
* perl_checker/misc fixesOlivier Blin2004-07-221-2/+5
|
* more cleanupPascal Rigaux2004-07-221-3/+2
|
* cleanupPascal Rigaux2004-07-221-2/+2
|
* shorter and fasterPascal Rigaux2004-07-221-4/+6
|
* set {is_removable} directly in fsedit::hds()Pascal Rigaux2004-07-222-1/+4
|
* *** empty log message ***Pascal Rigaux2004-07-221-1/+1
|
* *** empty log message ***Pascal Rigaux2004-07-221-0/+1
|
* blacklist URPM::ResolveThierry Vignaud2004-07-211-0/+1
|
* perl_checker fixThierry Vignaud2004-07-211-1/+1
|
* 10-57mdkThierry Vignaud2004-07-211-1/+14
|
* bump requires on perl-MDK-Common b/c of localedrake vs CJK issueThierry Vignaud2004-07-211-1/+1
|
* fix xmodifiers setting which is broken since perl-MDK-Common-1.1.13-1mdkThierry Vignaud2004-07-211-6/+6
|
* Add service smb et winbind restart in smbkrb configVicent Guardiola2004-07-211-2/+4
|
* use do_pkgs_standalone->new instead of class_discardPascal Rigaux2004-07-212-4/+4
|
* - do_pkgs_standalone->new doesn't *need* a $in anymorePascal Rigaux2004-07-211-13/+27
| | | | | - ->in replace ->{in} so that it can be created on demand (ugly, but...)
* ->{in}->do_pkgs gives the same kind of object, removing itPascal Rigaux2004-07-211-1/+1
|
* - %modules::conf is no more a global, so many functions need passing ↵Pascal Rigaux2004-07-2135-365/+550
| | | | | | | | | | | | | | | $modules_conf - $modules_conf is a class choosing modules.conf or modprobe.conf (esp. useful after install) (but not working yet!) - modules::load() doesn't use $modules_conf, use modules::load_and_configure() - modules::load() doesn't allow options, use either modules::load_raw() or modules::load_and_configure() - some functions used to want an array ref for modules options and some a string, now every functions use a string - many functions (like modules::get_alias()) are now methods on $modules_conf - some functions in mouse.pm needed a $in where a $do_pkgs is enough - some perl_checker compliance - small fixes
* perl_checker compliancePascal Rigaux2004-07-213-3/+3
|
* remove unused variablePascal Rigaux2004-07-212-3/+0
|
* perl_checker fixesPascal Rigaux2004-07-211-3/+3
|
* XFdrake doesn't modify modules_conf! (or does it?)Pascal Rigaux2004-07-211-2/+0
|
* perl_checker compliancePascal Rigaux2004-07-202-2/+2
|