summaryrefslogtreecommitdiffstats
path: root/perl-install/network/netconnect.pm
Commit message (Collapse)AuthorAgeFilesLines
* replace complex "unless"s with "if"sPascal Rigaux2002-11-061-4/+4
|
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-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 detectionDamien Chaumette2002-10-281-15/+12
|
* make perl_checker happy: replace PKG::f with PKG::f()Pascal Rigaux2002-10-231-1/+1
|
* remove useless 'pop'Damien Chaumette2002-10-181-2/+1
|
* change dumb return values s/@pci_modems, $serial_modem/$serial_modem, ↵Damien Chaumette2002-10-181-1/+1
| | | | @pci_modems/ (thanks to pixel)
* "=head" doc must end with "=cut"Pascal Rigaux2002-10-171-0/+2
|
* document network::netconnect::detect()Thierry Vignaud2002-10-171-0/+17
|
* - winmodem detection fixDamien Chaumette2002-10-161-1/+1
|
* add a warning window for winmodemsDamien Chaumette2002-10-101-5/+15
|
* - fix old conf files name (thx titi)Damien Chaumette2002-09-131-2/+2
|
* - little fixDamien Chaumette2002-09-051-4/+0
|
* *** empty log message ***Damien Chaumette2002-09-031-2/+2
|
* - network restart previous bug fixedDamien Chaumette2002-09-021-2/+2
|
* - replace tinyfirewall by drakfirewallDaouda Lo2002-09-021-2/+2
|
* florin fixes for multiple NIC boxesThierry Vignaud2002-08-231-4/+4
|
* (read_raw_net_conf): new function to access /etc/sysconfig/drakconnect and ↵Pascal Rigaux2002-08-231-3/+12
| | | | /etc/sysconfig/drakconnect.$type ensuring migration from /etc/sysconfig/draknet and /etc/sysconfig/draknet.$type
* - add network::shorewallPascal Rigaux2002-08-221-0/+5
| | | | | - add tinyfirewall during install
* (get_profiles): get rid of "glob", clean it upPascal Rigaux2002-08-071-8/+1
|
* - First ECI adsl support stepDamien Chaumette2002-08-011-0/+2
|
* make perl_checker happy again (replacing "{xx}->{yy}" by "{xx}{yy}")Pascal Rigaux2002-07-311-9/+9
|
* make new perl_checker happyPascal Rigaux2002-07-311-26/+25
|
* make new perl_checker happy (and that's not easy!)Pascal Rigaux2002-07-311-12/+12
|
* . draknet renamed in drakconnectDamien Chaumette2002-07-181-20/+20
|
* adapt to new modules.pmPascal Rigaux2002-07-041-3/+3
|
* fix a few english stringsGuillaume Cottenceau2002-04-081-2/+6
|
* changed timeout for testing internet connectiondamien2002-03-121-1/+2
|
* corrected bad previous behaviourdamien2002-03-071-1/+1
|
* corrected expert option in install modedamien2002-03-051-1/+1
|
* added expert modedamien2002-03-051-0/+1
|
* setting helpdamien2002-02-191-0/+1
|
* added cancel for first stepdamien2002-02-111-3/+6
|
* applied cooker guy english reviewdamien2002-02-041-4/+5
|
* debug network testingdamien2002-01-281-1/+1
|
* draknet : success message only if successdamien2002-01-171-8/+11
|
* big merge from update 8.1 with cvsdamien2002-01-091-1/+2
| | | | | First part. Part 2 following
* corrected network connection during installdamien2002-01-071-0/+1
|
* corrected minor bugs in network (among others bug "modifying read only values")damien2002-01-041-6/+24
| | | | | recode upNetwork and downNetwork (it might work, at least if you are lucky);
* bug fixdamien2001-09-241-1/+1
|
* don't reapply the conf, if already applied. usefull for dhcp, because the ↵damien2001-09-201-1/+2
| | | | network should be restarted after configured
* tried to fix damien sucking.Francois Pons2001-09-201-0/+2
|
* network restart at better placedamien2001-09-191-5/+12
|
* don't ask to connect if lan or dhcpdamien2001-09-181-1/+1
|
* use new mkdir_p, rm_rf and cp_af from MDK::CommonPascal Rigaux2001-09-161-8/+7
|
* new default connection handlingdamien2001-09-121-1/+2
|
* corrected splash in non X modedamien2001-09-121-1/+2
|
* removed useless printdamien2001-09-111-4/+1
|
* don't detect ethx if no autodetection.damien2001-09-111-1/+9
| | | | | implement smarter checkboxes
* only if standalonedamien2001-09-051-1/+1
|
* small english changeGuillaume Cottenceau2001-09-041-1/+1
|