Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use "if any" instead of "if grep", and various other occurences of "any", ↵ | Pascal Rigaux | 2003-01-07 | 1 | -1/+1 |
| | | | | "every", "partition" | ||||
* | move any::load_category() to network::interactive::load_category() | Pascal Rigaux | 2002-12-29 | 1 | -3/+3 |
| | | | | | (and a few other functions which are only used by load_category()) | ||||
* | - move any::pppConfig() to network::modem::ppp_configure() | Pascal Rigaux | 2002-12-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | - 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 unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -2/+2 |
| | |||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-28 | 1 | -1/+1 |
| | |||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-27 | 1 | -1/+1 |
| | |||||
* | add support ADIModem. | Francois Pons | 2002-11-25 | 1 | -2/+3 |
| | |||||
* | removed reference to ...->{nb_cards} no more used. | Francois Pons | 2002-11-25 | 1 | -2/+0 |
| | |||||
* | removed 2 labels and 2 gotos by a very simple while, dam's is really great | Francois Pons | 2002-11-25 | 1 | -6/+5 |
| | | | | | sometimes ;-) | ||||
* | default dhcp client is dhcp-client | Frederic Lepied | 2002-11-19 | 1 | -8/+8 |
| | |||||
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 1 | -6/+6 |
| | |||||
* | add or remove spaces where need to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -3/+3 |
| | |||||
* | various small syntax enhancements to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -1/+1 |
| | |||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -17/+17 |
| | | | | | | | | | | | | | | | | | | | 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! | ||||
* | Fix configureNetwork to fit with new any::load_category_prompt_for_more behavior | Damien Chaumette | 2002-09-24 | 1 | -1/+1 |
| | |||||
* | - check DNS & Gateway IP | Damien Chaumette | 2002-09-09 | 1 | -1/+1 |
| | |||||
* | - fix previous behavior in Expert mode... (100% lazy loop free this time) | Damien Chaumette | 2002-09-02 | 1 | -1/+2 |
| | |||||
* | *** empty log message *** | Damien Chaumette | 2002-08-27 | 1 | -1/+1 |
| | |||||
* | - fix previous button behavior in Proxies configuration | Damien Chaumette | 2002-08-26 | 1 | -2/+1 |
| | |||||
* | make perl_checker happy again (replacing "{xx}->{yy}" by "{xx}{yy}") | Pascal Rigaux | 2002-07-31 | 1 | -3/+3 |
| | |||||
* | make new perl_checker happy | Pascal Rigaux | 2002-07-31 | 1 | -4/+4 |
| | |||||
* | make new perl_checker happy (and that's not easy!) | Pascal Rigaux | 2002-07-31 | 1 | -2/+2 |
| | |||||
* | adapt to new modules.pm | Pascal Rigaux | 2002-07-04 | 1 | -3/+3 |
| | |||||
* | small cleanup on untested code (need testing:) | Pascal Rigaux | 2002-03-16 | 1 | -3/+1 |
| | |||||
* | we now consider dhcp provide GATEWAY and internet connection. | damien | 2002-03-16 | 1 | -1/+3 |
| | |||||
* | bug fix | damien | 2001-09-24 | 1 | -1/+1 |
| | |||||
* | network restart at better place | damien | 2001-09-19 | 1 | -15/+8 |
| | |||||
* | new default connection handling | damien | 2001-09-12 | 1 | -2/+2 |
| | |||||
* | don't detect ethx if no autodetection. | damien | 2001-09-11 | 1 | -4/+4 |
| | | | | | implement smarter checkboxes | ||||
* | detect_devices | damien | 2001-09-10 | 1 | -1/+1 |
| | |||||
* | corrected zero return when cable configuring | damien | 2001-08-31 | 1 | -0/+1 |
| | |||||
* | generik internet initscript, planq the children again | damien | 2001-08-21 | 1 | -4/+0 |
| | |||||
* | big renaming of ask_from_entries_refH in ask_from and ↵ | Pascal Rigaux | 2001-08-18 | 1 | -2/+2 |
| | | | | ask_from_entries_refH_powered in ask_from_ | ||||
* | fixed i18n | Stefan Siegel | 2001-08-18 | 1 | -1/+1 |
| | |||||
* | corrected connection script creation | damien | 2001-08-17 | 1 | -7/+2 |
| | |||||
* | remove Data::Dumper | damien | 2001-08-10 | 1 | -1/+0 |
| | |||||
* | add interactive_pkgs stuff | Pascal Rigaux | 2001-08-08 | 1 | -6/+6 |
| | |||||
* | debugging, profile coding, isdn 128 debugging | damien | 2001-08-06 | 1 | -2/+2 |
| | |||||
* | added intro step for each configuration type. | damien | 2001-07-31 | 1 | -2/+2 |
| | |||||
* | added cable internet connection selection | damien | 2001-07-30 | 1 | -9/+9 |
| | |||||
* | added internet connection selection in case of multiple configurations | damien | 2001-07-30 | 1 | -17/+12 |
| | |||||
* | - globals is now MDK::Common::Globals | Pascal Rigaux | 2001-07-24 | 1 | -1/+1 |
| | | | | | - perl2fcalls is now /usr/bin/perl_checker | ||||
* | move to MDK::Common, bool->to_bool | Pascal Rigaux | 2001-07-24 | 1 | -1/+1 |
| | |||||
* | corrected speed fax + PCI, updated configuration | damien | 2001-07-24 | 1 | -4/+4 |
| | |||||
* | modularized. It compiles, runs, and works for some stuff. | damien | 2001-07-04 | 1 | -3/+2 |
| | |||||
* | modularization continuated | damien | 2001-07-04 | 1 | -8/+55 |
| | |||||
* | updated CVS: ↵ | damien | 2001-07-04 | 1 | -1/+2 |
| | | | | ---------------------------------------------------------------------- | ||||
* | uses the fantastic global module. | damien | 2001-07-04 | 1 | -0/+1 |
| | |||||
* | corrected | damien | 2001-07-04 | 1 | -0/+72 |
| | |||||
* | new network sources reorganization | damien | 2001-07-02 | 1 | -0/+117 |