summaryrefslogtreecommitdiffstats
path: root/perl-install/network/netconnect.pm
Commit message (Collapse)AuthorAgeFilesLines
* futile to try starting network service, dhcp cannot work as no module areFrancois Pons2003-09-231-1/+0
| | | | | suitable for dhclient from boot kernel.
* make sure network is started for start_internet.Francois Pons2003-09-231-1/+3
|
* make sure module are loaded only during installation.Francois Pons2003-09-221-1/+1
|
* try loading boot kernel modules before trying to start internet connection...Francois Pons2003-09-221-0/+1
|
* net install autodetection fixDamien Chaumette2003-09-151-2/+4
|
* fix #5586 (netprofile package still need be fixed)Thierry Vignaud2003-09-121-4/+4
|
* follow std explanations policyThierry Vignaud2003-09-101-4/+4
|
* profile is 'default' if no configuration file foundDamien Chaumette2003-09-091-1/+1
|
* save_conf() really is deadThierry Vignaud2003-09-081-1/+0
|
* - do not call anymore network::netconnect::save_confDamien Chaumette2003-09-081-11/+3
| | | | | - good set_profiles($netcnx) call
* - fix/use explanationsDamien Chaumette2003-09-081-1/+5
| | | | | - fix #5307 (firmware)
* - $netcnx->{PROFILE} is current profile name (now scalar)Damien Chaumette2003-09-071-5/+8
| | | | | | - fix non working profiles loading/saving - perl_checker
* small fixes for drakgw and drakfirewallFlorin Grad2003-09-051-4/+6
|
* restore profiles feature through new netprofile packageThierry Vignaud2003-08-291-30/+8
|
* fix drakconnect not working on console (found by poulpy) due to havingThierry Vignaud2003-08-251-6/+4
| | | | | | killed pre_func() which used to set a background pixmap in the old days, thus the bogus test that went in.
* perl_checker compliance (revert non usefull titi change)Pascal Rigaux2003-08-191-1/+1
|
* fix some previous callback in drakconnect wizard modeThierry Vignaud2003-08-181-1/+1
|
* perl_checker compliancePascal Rigaux2003-08-101-2/+2
|
* replace "Press \"Forward\" to continue" with "Press \"%s\" to continue" (bug ↵Pascal Rigaux2003-08-101-1/+1
| | | | #4564)
* add a hint if we never restore profiles featureThierry Vignaud2003-07-211-0/+1
|
* do not gratuitously waste spaceThierry Vignaud2003-07-211-1/+1
|
* if we really want the type connection to be translated by translate() call inThierry Vignaud2003-07-211-0/+2
| | | | | step_2, we should mark it as translatable for gettext somewhere ...
* fix final success message:Thierry Vignaud2003-07-211-2/+2
| | | | | | - fix join usage - fix gtk frontend detection
* do not loop if one refuse to save changes, just skip the save stepThierry Vignaud2003-07-211-9/+3
|
* keep user changes on back stepThierry Vignaud2003-07-211-1/+1
|
* fix no previous button when using ask_okcancel() in wizard mode due to *very*Thierry Vignaud2003-07-211-19/+30
| | | | | | | | | | | | | | | ugly "$common->{cancel} = '' if !defined wantarray();" in interactive.pm anyway, the whole pre_func() idea was totally dumb it now looks a little cleaner making all main configuration callbacks having the same prototype and name would enable further cleanups (direct call to network::$net_module{$type}::configure(...);)
* sync translation with stock itemThierry Vignaud2003-07-181-1/+2
|
* fix usage of bool type in interactive: put the text in the checkbox'sThierry Vignaud2003-07-171-3/+3
| | | | | | label instead of packing a standalone label *and* a checkbox with an empty label
* - s/interactive_gtk/interactive::gtk/ to get sub pre_func usableDamien Chaumette2003-06-111-21/+3
| | | | | - drop write_on_pixmap way
* kill some warnings catched by diagnostics pragmaThierry Vignaud2003-05-221-9/+9
|
* add a step to warn user before writing settings (bug #852 and so)Damien Chaumette2003-05-161-2/+4
|
* - gtkcreate_img is exported by helpers tag in ugtk2Thierry Vignaud2003-05-131-2/+2
| | | | | - add a bug note: write_on_pixmap() is only in my_gtk, not in ugtk2 !
* - configuration stuffDamien Chaumette2003-05-071-118/+24
| | | | | | | | | | . rewrite sub save_conf, new signature is ($netcnx) . rewrite sub load_conf, connection type stored in /etc/sysconfig/drakconnect . remove sub read_raw_net_conf . shrink sub read_net_conf - drop if ($nb < 1 ), useless - perl_checker
* - remove sub introDamien Chaumette2003-05-061-47/+14
| | | | | | | - change sub main signature - drop !$::isWizard code - perl_checker
* - change configure and winmodemConfigure args (due to $intf drop)Damien Chaumette2003-05-051-2/+2
|
* perl_checker fixesDamien Chaumette2003-05-021-5/+5
|
* perl_checker adaptations + fixesPascal Rigaux2003-04-241-2/+2
|
* new perl_checker compliancePascal Rigaux2003-04-171-6/+6
|
* added modem configuration after LT Modem support.Francois Pons2003-03-241-1/+1
|
* use driver instead of descrition to validate an isdn autodetectionFrederic Lepied2003-03-051-1/+1
|
* allow to switch in expert mode during install.Frederic Lepied2003-02-281-1/+1
|
* oups... hu... nothingDamien Chaumette2003-02-211-2/+0
|
* get back password input for adslDamien Chaumette2003-02-211-0/+2
|
* add isdn check in get_net_deviceFlorin Grad2003-02-211-0/+2
|
* perl generate undef indefinitely from the voidThierry Vignaud2003-02-171-2/+2
|
* - set_help is deprecatedPascal Rigaux2003-02-131-6/+8
| | | | | | | - it is replaced by interactive_help_id on each ask_* - many set_help do not have any correspondance in help.pm (drakxid-*), those are commented for now
* add cvs $IdPascal Rigaux2003-02-131-1/+1
|
* perl_checker compliance ("ref" now need parentheses in many case)Pascal Rigaux2003-02-121-1/+1
|
* reworded network restart stringFrederic Lepied2003-02-101-1/+1
|
* perl_checker fixesThierry Vignaud2003-02-101-1/+1
|