| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add or remove spaces where need to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -1/+1 |
| | | |||||
| * | - have "local *FILEHANDLE" before each "open FILEHANDLE, ..." | Pascal Rigaux | 2002-11-06 | 1 | -9/+5 |
| | | | | | | - 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 :) | ||||
| * | replace complex "unless"s with "if"s | Pascal Rigaux | 2002-11-06 | 1 | -2/+2 |
| | | |||||
| * | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -26/+26 |
| | | | | | | | | | | | | | | | | | | | | 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! | ||||
| * | workaround situation when /etc/resolv.conf is an absolute link to ↵ | Guillaume Cottenceau | 2002-09-26 | 1 | -1/+3 |
| | | | | | /etc/ppp/resolv.conf or whatever | ||||
| * | fix NULL Gateway IP checking | Damien Chaumette | 2002-09-23 | 1 | -2/+2 |
| | | |||||
| * | - show pcmcia ethernet cards in list | Damien Chaumette | 2002-09-09 | 1 | -0/+11 |
| | | |||||
| * | *** empty log message *** | Damien Chaumette | 2002-09-05 | 1 | -3/+0 |
| | | |||||
| * | allow http://xxx for ftp_proxy | Pascal Rigaux | 2002-09-05 | 1 | -1/+1 |
| | | |||||
| * | - correct typos in orinoco orinoco_cs modules | Daouda Lo | 2002-09-04 | 1 | -1/+1 |
| | | |||||
| * | - fix previous behavior in Expert mode... (100% lazy loop free this time) | Damien Chaumette | 2002-09-02 | 1 | -5/+5 |
| | | |||||
| * | fix looping on network step when configuring ethernet card | Guillaume Cottenceau | 2002-08-30 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Damien Chaumette | 2002-08-27 | 1 | -2/+2 |
| | | |||||
| * | - new 'previous' button bug fix | Damien Chaumette | 2002-08-27 | 1 | -2/+2 |
| | | |||||
| * | fix 'previous' button strange behavior | Damien Chaumette | 2002-08-22 | 1 | -1/+2 |
| | | |||||
| * | o remove old /etc/hosts entries for the hostname before adding new one | Damien Chaumette | 2002-08-19 | 1 | -1/+6 |
| | | |||||
| * | - fix reading previous keyboard config on upgrade (for displaying in summary) | Pascal Rigaux | 2002-08-12 | 1 | -1/+1 |
| | | | | | | | - ensure keyboard and mouse configuration are not overwritten if not explictly modified on upgrade - propagate pci=xxx at install to bootloader (since "pci=bios,biosirq" is needed on some box, see http://islay.dyndns.org/taz/index.html for more) | ||||
| * | s/__END__/1; | Thierry Vignaud | 2002-08-05 | 1 | -1/+1 |
| | | |||||
| * | kill "wonderful perl" | Thierry Vignaud | 2002-08-05 | 1 | -4/+1 |
| | | |||||
| * | make perl_checker happy again (replacing "{xx}->{yy}" by "{xx}{yy}") | Pascal Rigaux | 2002-07-31 | 1 | -1/+1 |
| | | |||||
| * | replace "$foo" with $foo | Pascal Rigaux | 2002-07-31 | 1 | -1/+1 |
| | | |||||
| * | - have is_ip return the 4 parts of the ip address | Pascal Rigaux | 2002-07-31 | 1 | -12/+8 |
| | | | | | | - cleanup | ||||
| * | make new perl_checker happy (and that's not easy!) | Pascal Rigaux | 2002-07-31 | 1 | -3/+3 |
| | | |||||
| * | fix a few english strings | Guillaume Cottenceau | 2002-04-08 | 1 | -2/+2 |
| | | |||||
| * | onboot option only in expert mode | damien | 2002-03-12 | 1 | -1/+2 |
| | | |||||
| * | corrected domainname bug; added onboot option | damien | 2002-03-12 | 1 | -1/+4 |
| | | |||||
| * | proxy settings corrected | damien | 2002-03-08 | 1 | -2/+2 |
| | | |||||
| * | bug correction | damien | 2002-02-12 | 1 | -1/+6 |
| | | |||||
| * | corrected wireless modules | damien | 2002-02-08 | 1 | -2/+2 |
| | | |||||
| * | domainname corection | damien | 2002-01-10 | 1 | -2/+2 |
| | | |||||
| * | corrected network domainname pb | damien | 2002-01-10 | 1 | -1/+1 |
| | | |||||
| * | big merge from update 8.1 with cvs | damien | 2002-01-09 | 1 | -4/+9 |
| | | | | | | First part. Part 2 following | ||||
| * | additional package for wlan | damien | 2001-12-04 | 1 | -2/+2 |
| | | |||||
| * | no expert mode needed to choose gateway | damien | 2001-09-17 | 1 | -1/+1 |
| | | |||||
| * | removed timeout:1 in resolv.conf, modified timeout scanning in ↵ | damien | 2001-09-10 | 1 | -4/+4 |
| | | | | | draknet/net_monitor | ||||
| * | added timeout in resolv.conf | damien | 2001-09-03 | 1 | -1/+5 |
| | | |||||
| * | silently /sbin/ip | damien | 2001-08-30 | 1 | -1/+1 |
| | | |||||
| * | track_network_id only if laptop | damien | 2001-08-30 | 1 | -3/+6 |
| | | |||||
| * | dhcp package installation | damien | 2001-08-30 | 1 | -1/+1 |
| | | |||||
| * | corrected hwaddr setting and draknet first window display | damien | 2001-08-27 | 1 | -2/+2 |
| | | |||||
| * | corrected typo | damien | 2001-08-27 | 1 | -1/+1 |
| | | |||||
| * | make it compile | damien | 2001-08-27 | 1 | -1/+1 |
| | | |||||
| * | corrected hwaddr stuff | damien | 2001-08-27 | 1 | -2/+2 |
| | | |||||
| * | added HWADDR | damien | 2001-08-27 | 1 | -1/+4 |
| | | |||||
| * | big renaming of ask_from_entries_refH in ask_from and ↵ | Pascal Rigaux | 2001-08-18 | 1 | -47/+46 |
| | | | | | ask_from_entries_refH_powered in ask_from_ | ||||
| * | fixed i18n | Stefan Siegel | 2001-08-18 | 1 | -1/+1 |
| | | |||||
| * | add interactive_pkgs stuff | Pascal Rigaux | 2001-08-08 | 1 | -5/+4 |
| | | |||||
| * | move to MDK::Common, bool->to_bool | Pascal Rigaux | 2001-07-24 | 1 | -1/+1 |
| | | |||||
| * | modularized. It compiles, runs, and works for some stuff. | damien | 2001-07-04 | 1 | -1/+1 |
| | | |||||
