Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 1 | -28/+28 |
| | |||||
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 1 | -1/+1 |
| | |||||
* | add/remove some spaces to make perl_checker happy | Pascal Rigaux | 2002-11-12 | 1 | -3/+3 |
| | |||||
* | - replace ... =~ 'foo' with ... =~ /foo/ | Pascal Rigaux | 2002-11-11 | 1 | -2/+2 |
| | | | | | - remove unneeded parentheses for things like ... if (...) | ||||
* | add or remove spaces where need to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -10/+10 |
| | |||||
* | replace complex "unless"s with "if"s | Pascal Rigaux | 2002-11-06 | 1 | -4/+4 |
| | |||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -45/+45 |
| | | | | | | | | | | | | | | | | | | | 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! | ||||
* | few reworks for winmodem detection | Damien Chaumette | 2002-10-28 | 1 | -15/+12 |
| | |||||
* | make perl_checker happy: replace PKG::f with PKG::f() | Pascal Rigaux | 2002-10-23 | 1 | -1/+1 |
| | |||||
* | remove useless 'pop' | Damien Chaumette | 2002-10-18 | 1 | -2/+1 |
| | |||||
* | change dumb return values s/@pci_modems, $serial_modem/$serial_modem, ↵ | Damien Chaumette | 2002-10-18 | 1 | -1/+1 |
| | | | | @pci_modems/ (thanks to pixel) | ||||
* | "=head" doc must end with "=cut" | Pascal Rigaux | 2002-10-17 | 1 | -0/+2 |
| | |||||
* | document network::netconnect::detect() | Thierry Vignaud | 2002-10-17 | 1 | -0/+17 |
| | |||||
* | - winmodem detection fix | Damien Chaumette | 2002-10-16 | 1 | -1/+1 |
| | |||||
* | add a warning window for winmodems | Damien Chaumette | 2002-10-10 | 1 | -5/+15 |
| | |||||
* | - fix old conf files name (thx titi) | Damien Chaumette | 2002-09-13 | 1 | -2/+2 |
| | |||||
* | - little fix | Damien Chaumette | 2002-09-05 | 1 | -4/+0 |
| | |||||
* | *** empty log message *** | Damien Chaumette | 2002-09-03 | 1 | -2/+2 |
| | |||||
* | - network restart previous bug fixed | Damien Chaumette | 2002-09-02 | 1 | -2/+2 |
| | |||||
* | - replace tinyfirewall by drakfirewall | Daouda Lo | 2002-09-02 | 1 | -2/+2 |
| | |||||
* | florin fixes for multiple NIC boxes | Thierry Vignaud | 2002-08-23 | 1 | -4/+4 |
| | |||||
* | (read_raw_net_conf): new function to access /etc/sysconfig/drakconnect and ↵ | Pascal Rigaux | 2002-08-23 | 1 | -3/+12 |
| | | | | /etc/sysconfig/drakconnect.$type ensuring migration from /etc/sysconfig/draknet and /etc/sysconfig/draknet.$type | ||||
* | - add network::shorewall | Pascal Rigaux | 2002-08-22 | 1 | -0/+5 |
| | | | | | - add tinyfirewall during install | ||||
* | (get_profiles): get rid of "glob", clean it up | Pascal Rigaux | 2002-08-07 | 1 | -8/+1 |
| | |||||
* | - First ECI adsl support step | Damien Chaumette | 2002-08-01 | 1 | -0/+2 |
| | |||||
* | make perl_checker happy again (replacing "{xx}->{yy}" by "{xx}{yy}") | Pascal Rigaux | 2002-07-31 | 1 | -9/+9 |
| | |||||
* | make new perl_checker happy | Pascal Rigaux | 2002-07-31 | 1 | -26/+25 |
| | |||||
* | make new perl_checker happy (and that's not easy!) | Pascal Rigaux | 2002-07-31 | 1 | -12/+12 |
| | |||||
* | . draknet renamed in drakconnect | Damien Chaumette | 2002-07-18 | 1 | -20/+20 |
| | |||||
* | adapt to new modules.pm | Pascal Rigaux | 2002-07-04 | 1 | -3/+3 |
| | |||||
* | fix a few english strings | Guillaume Cottenceau | 2002-04-08 | 1 | -2/+6 |
| | |||||
* | changed timeout for testing internet connection | damien | 2002-03-12 | 1 | -1/+2 |
| | |||||
* | corrected bad previous behaviour | damien | 2002-03-07 | 1 | -1/+1 |
| | |||||
* | corrected expert option in install mode | damien | 2002-03-05 | 1 | -1/+1 |
| | |||||
* | added expert mode | damien | 2002-03-05 | 1 | -0/+1 |
| | |||||
* | setting help | damien | 2002-02-19 | 1 | -0/+1 |
| | |||||
* | added cancel for first step | damien | 2002-02-11 | 1 | -3/+6 |
| | |||||
* | applied cooker guy english review | damien | 2002-02-04 | 1 | -4/+5 |
| | |||||
* | debug network testing | damien | 2002-01-28 | 1 | -1/+1 |
| | |||||
* | draknet : success message only if success | damien | 2002-01-17 | 1 | -8/+11 |
| | |||||
* | big merge from update 8.1 with cvs | damien | 2002-01-09 | 1 | -1/+2 |
| | | | | | First part. Part 2 following | ||||
* | corrected network connection during install | damien | 2002-01-07 | 1 | -0/+1 |
| | |||||
* | corrected minor bugs in network (among others bug "modifying read only values") | damien | 2002-01-04 | 1 | -6/+24 |
| | | | | | recode upNetwork and downNetwork (it might work, at least if you are lucky); | ||||
* | bug fix | damien | 2001-09-24 | 1 | -1/+1 |
| | |||||
* | don't reapply the conf, if already applied. usefull for dhcp, because the ↵ | damien | 2001-09-20 | 1 | -1/+2 |
| | | | | network should be restarted after configured | ||||
* | tried to fix damien sucking. | Francois Pons | 2001-09-20 | 1 | -0/+2 |
| | |||||
* | network restart at better place | damien | 2001-09-19 | 1 | -5/+12 |
| | |||||
* | don't ask to connect if lan or dhcp | damien | 2001-09-18 | 1 | -1/+1 |
| | |||||
* | use new mkdir_p, rm_rf and cp_af from MDK::Common | Pascal Rigaux | 2001-09-16 | 1 | -8/+7 |
| | |||||
* | new default connection handling | damien | 2001-09-12 | 1 | -1/+2 |
| |