Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - have "local *FILEHANDLE" before each "open FILEHANDLE, ..." | Pascal Rigaux | 2002-11-06 | 12 | -94/+50 |
| | | | | | - use some "cat_" and "output" where possible | ||||
* | (write_resolv_conf): much cleanup (originally it was meant to introduce | Pascal Rigaux | 2002-11-06 | 1 | -34/+37 |
| | | | | | cat_ and output, but it ended up with a complete rewrite :) | ||||
* | (cp): use cp_af | Pascal Rigaux | 2002-11-06 | 1 | -36/+2 |
| | |||||
* | cleanup get_of_dev (aka ofpath) | Pascal Rigaux | 2002-11-06 | 1 | -15/+6 |
| | |||||
* | when needVideoRam, don't take the raw value VideoRam_probed, | Pascal Rigaux | 2002-11-06 | 1 | -7/+9 |
| | | | | | better take a known value <= VideoRam_probed | ||||
* | make perl_checker happy | Pascal Rigaux | 2002-11-06 | 8 | -7/+9 |
| | |||||
* | fix typo | Pascal Rigaux | 2002-11-06 | 1 | -1/+1 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2002-11-06 | 4 | -10/+11 |
| | |||||
* | replace "for my ..." with "foreach my ..." | Pascal Rigaux | 2002-11-06 | 2 | -33/+33 |
| | |||||
* | replace complex "unless"s with "if"s | Pascal Rigaux | 2002-11-06 | 12 | -29/+27 |
| | |||||
* | remove unneeded parentheses on the right side of infix if/foreach/unless | Pascal Rigaux | 2002-11-06 | 4 | -21/+21 |
| | |||||
* | please perl_checker: | Pascal Rigaux | 2002-11-06 | 10 | -54/+60 |
| | | | | | | | - local'ize $_ before doing while (<...>) - use "foreach" instead of "for" - remove unneeded parentheses on the right side of infix if/foreach/unless | ||||
* | 1.1.10-mdk | Thierry Vignaud | 2002-11-06 | 1 | -1/+4 |
| | |||||
* | add extra partition support as primary/logical with configurable size and fs. | Francois Pons | 2002-11-06 | 1 | -12/+57 |
| | | | | | allow configurable min_size, def_size, trigger_size, inst_size, swap_size. | ||||
* | fix for modules.pm not exporting category2modules_and_description | Thierry Vignaud | 2002-11-06 | 1 | -1/+1 |
| | |||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 112 | -3169/+3175 |
| | | | | | | | | | | | | | | | | | | | 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! | ||||
* | *** empty log message *** | Pascal Rigaux | 2002-11-06 | 1 | -0/+1 |
| | |||||
* | (xmouse2xId): ensure weird ids are ignored | Pascal Rigaux | 2002-11-05 | 1 | -1/+1 |
| | |||||
* | - do not handle "format"ing in interactive for combos | Pascal Rigaux | 2002-11-05 | 2 | -19/+23 |
| | | | | | | - do it in interactive::gtk instead (that way, "val" is back"format"ed in callbacks as wanted) - die when editable combos are used with non-strings (like arrays or hashes) | ||||
* | PPC TIOCSCTTY changed to 0x540E | Stew Benedict | 2002-11-05 | 1 | -1/+1 |
| | |||||
* | basic uml_install support (thanks to Brian Murrell) | Pascal Rigaux | 2002-11-05 | 1 | -2/+3 |
| | |||||
* | (format_ext2): better error message when it is called from format_ext3 | Pascal Rigaux | 2002-11-05 | 1 | -0/+1 |
| | | | | | (thanks to Brian Murrell) | ||||
* | - isUBD can tell wether it is an ubd partition | Pascal Rigaux | 2002-11-05 | 1 | -1/+2 |
| | | | | | - isSpecial is true for ubd partitions | ||||
* | introduce a new flag: getting_rid_of_readonly_allowed. It is set when the ↵ | Pascal Rigaux | 2002-11-05 | 2 | -2/+9 |
| | | | | | | | | partition table badly handled by diskdrake, but we are still allowed to wipe the partition table and start with something new. | ||||
* | add /dev/ubd/0, /dev/ubd/1... support (thanks to Brian Murrell) | Pascal Rigaux | 2002-11-05 | 1 | -0/+1 |
| | |||||
* | Update PPC boot CD creation. | Stew Benedict | 2002-11-05 | 2 | -47/+170 |
| | |||||
* | fix the use of a non-bounded regexp to check services (fix "nfs" being marked | Pascal Rigaux | 2002-11-05 | 1 | -5/+5 |
| | | | | | on whereas it is "nfslock" which is on) | ||||
* | - fix dialog boxes using a scrollbar | Pascal Rigaux | 2002-11-05 | 2 | -49/+8 |
| | | | | | - cleanup | ||||
* | newt rebuild | Thierry Vignaud | 2002-11-05 | 1 | -1/+4 |
| | |||||
* | use each_index instead of map_index when the return value is not used | Pascal Rigaux | 2002-11-05 | 8 | -14/+14 |
| | |||||
* | use find_index instead of map_index | Pascal Rigaux | 2002-11-05 | 1 | -1/+1 |
| | |||||
* | add XkbCompat "group_led" for all keyboards where a group layout switching ↵ | Pascal Rigaux | 2002-11-04 | 4 | -5/+6 |
| | | | | is used | ||||
* | have an empty configuration when a config file is buggy | Pascal Rigaux | 2002-11-04 | 1 | -2/+2 |
| | |||||
* | typo fixes | Thierry Vignaud | 2002-11-04 | 1 | -4/+8 |
| | |||||
* | 1.1.10-2mdk | Thierry Vignaud | 2002-11-04 | 1 | -2/+4 |
| | |||||
* | Reflect changes in yaboot package. | Stew Benedict | 2002-10-29 | 2 | -9/+9 |
| | |||||
* | few reworks for winmodem detection | Damien Chaumette | 2002-10-28 | 1 | -15/+12 |
| | |||||
* | add sub winmodemConfigure | Damien Chaumette | 2002-10-28 | 1 | -0/+19 |
| | |||||
* | s#$_->{driver} eq 'Bad:www.linmodems.org'#$_->{driver} =~ ↵ | Damien Chaumette | 2002-10-28 | 1 | -1/+1 |
| | | | | /www.linmodems.org/# to fit with ldetect | ||||
* | typo in comments: Josep L. Guallar-Esteve <jlguallar@computer.org> | Stew Benedict | 2002-10-28 | 1 | -2/+2 |
| | |||||
* | (preConfigureTimezone): don't set UTC in beginner mode if there is no windows | Pascal Rigaux | 2002-10-28 | 1 | -1/+1 |
| | |||||
* | add new drivers | Thierry Vignaud | 2002-10-28 | 1 | -0/+2 |
| | |||||
* | add new drivers that appears in alsa cvs | Thierry Vignaud | 2002-10-28 | 1 | -3/+3 |
| | |||||
* | reduced version of oem script which allow installing in oem mode but | Francois Pons | 2002-10-25 | 1 | -0/+606 |
| | | | | | | | without restricting language and without installing any packages. all package are copied to disk, ie this is an automated hd install builder. | ||||
* | Updated pot file | Pablo Saratxaga | 2002-10-24 | 3 | -3596/+3935 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-10-23 | 4 | -11/+13 |
| | |||||
* | fix pixel code | Thierry Vignaud | 2002-10-23 | 1 | -0/+1 |
| | |||||
* | do a perl_checker pass after pixel one since he only do half the work | Thierry Vignaud | 2002-10-23 | 1 | -1/+2 |
| | |||||
* | nono changes for stupid perl_checker whose maintainer don't want to fix ↵ | Thierry Vignaud | 2002-10-23 | 1 | -3/+5 |
| | | | | deficienties | ||||
* | fix "poulpy sux" | Thierry Vignaud | 2002-10-23 | 1 | -3/+3 |
| |