Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | void label removed | Damien Chaumette | 2003-01-20 | 1 | -2/+2 |
| | |||||
* | - zero conf is avaible in drakconnect, with/without dhcp | Damien Chaumette | 2003-01-20 | 1 | -9/+21 |
| | | | | | - install tmdns and zcip packages when needed | ||||
* | - some changes to dhcp behavior for beta2 (not clean yet) | Damien Chaumette | 2003-01-17 | 1 | -5/+13 |
| | |||||
* | - fix /etc/hosts localhost.localdomain in localhost | Damien Chaumette | 2003-01-16 | 1 | -0/+1 |
| | |||||
* | replace occurences of "$foo ? $foo : $bar" with "$foo || $bar" | Pascal Rigaux | 2003-01-16 | 1 | -1/+1 |
| | |||||
* | have dhcp-client the default dhcp client | Pascal Rigaux | 2003-01-16 | 1 | -1/+1 |
| | |||||
* | (easy_dhcp): don't call network::configureNetwork2 | Pascal Rigaux | 2003-01-09 | 1 | -2/+0 |
| | |||||
* | - fix priority | Pascal Rigaux | 2003-01-09 | 1 | -1/+3 |
| | | | | | - add a log | ||||
* | pass $::prefix instead of '' | Pascal Rigaux | 2003-01-08 | 1 | -1/+1 |
| | |||||
* | fix typo | Pascal Rigaux | 2003-01-08 | 1 | -1/+1 |
| | |||||
* | (easy_dhcp): cleanup | Pascal Rigaux | 2003-01-08 | 1 | -19/+19 |
| | |||||
* | add network::easy_dhcp function. Quietly setup eth0 in dhcp and restart network. | Damien Chaumette | 2003-01-07 | 1 | -1/+27 |
| | |||||
* | use "if any" instead of "if grep", and various other occurences of "any", ↵ | Pascal Rigaux | 2003-01-07 | 1 | -3/+3 |
| | | | | "every", "partition" | ||||
* | - move any::pppConfig() to network::modem::ppp_configure() | Pascal Rigaux | 2002-12-29 | 1 | -13/+23 |
| | | | | | | | | | | | | | | | | - move any::miscellaneousNetwork() to network::network::proxy_configure() (and uses the parameter instead of $::o->{miscellaneous}) - move network::network::miscellaneousNetwork() to network::network::miscellaneous_choose() (and do not export it) (and uses a parameter instead of $::o->{miscellaneous}) - move network::modem::pppConfig() to network::modem::ppp_choose() (and change parameter order, and drop unused parameter $intf) - do not export network::network::write_interface_conf() (since it is only used locally (?)) - cleanup network::network::write_interface_conf() (one still needs to pass $::o->{miscellaneous}{track_network_id} more cleanly, and use run_program::rooted when calling /sbin/ip) | ||||
* | remove exported names which are not defined | Pascal Rigaux | 2002-12-13 | 1 | -1/+1 |
| | |||||
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -1/+0 |
| | |||||
* | syntax changes to make perl_checker happy | Pascal Rigaux | 2002-12-04 | 1 | -2/+2 |
| | |||||
* | More data are now fetched from system instead of drakconnect conf file | Arnaud Desmons | 2002-12-04 | 1 | -2/+2 |
| | |||||
* | use if_() where possible (as reported by perl_checker) | Pascal Rigaux | 2002-12-04 | 1 | -1/+1 |
| | |||||
* | (read_resolv_conf): simplify | Pascal Rigaux | 2002-12-03 | 1 | -7/+2 |
| | |||||
* | (add2hosts): use output and pixelization | Pascal Rigaux | 2002-12-02 | 1 | -20/+7 |
| | |||||
* | Some data are now fetched from system instead of drakconnect conf file ↵ | Arnaud Desmons | 2002-12-02 | 1 | -2/+2 |
| | | | | (adsl, ppp, ifcfg-eth) | ||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-28 | 1 | -2/+2 |
| | |||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-27 | 1 | -2/+2 |
| | |||||
* | added is_domain_name that checks validity of a domain name. | Francois Pons | 2002-11-25 | 1 | -0/+5 |
| | |||||
* | - add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-14 | 1 | -3/+3 |
| | | | | | | - remove redundant parentheses - add some parentheses for clarity | ||||
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 1 | -2/+2 |
| | |||||
* | 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 |