summaryrefslogtreecommitdiffstats
path: root/perl-install/network
Commit message (Collapse)AuthorAgeFilesLines
* forgot to commit the new configuration stepDamien Chaumette2003-05-281-1/+4
|
* s/my/our/ to make perl_checker happy in isdn.pmDamien Chaumette2003-05-281-1/+1
|
* - remove isdn-light config (seen with isdn4net maintainer)Damien Chaumette2003-05-281-103/+25
| | | | | - new step to keep old device configuration
* fix isdndata export in stripped packageThierry Vignaud2003-05-281-3/+3
|
* remove /dev/ttyS14 link by drakconnect.Francois Pons2003-05-281-1/+1
|
* perl_checker fixesThierry Vignaud2003-05-232-6/+3
|
* #3628 /etc/resolv.conf explicit rights set (by titi)Damien Chaumette2003-05-231-2/+2
|
* kill some warnings catched by diagnostics pragmaThierry Vignaud2003-05-221-9/+9
|
* add some ip checking (#853)Damien Chaumette2003-05-211-15/+25
| | | | | remove old comments
* #763 #2336 fix alias in modules.confDamien Chaumette2003-05-201-0/+5
|
* (find_servers): chomp is uneededThierry Vignaud2003-05-201-1/+0
|
* (find_exports) better behavior when regexp does not matchThierry Vignaud2003-05-201-1/+1
|
* perl_checker compliantDamien Chaumette2003-05-201-8/+7
|
* do not drop return values from regexp but use them to ensure we do notThierry Vignaud2003-05-191-1/+1
| | | | | | reuse capture buffers from previous one, which is really bad and trully buggy
* move expert stuff under the "advanced" button like in all other ↵Thierry Vignaud2003-05-191-7/+6
| | | | drakx/drakxtools code
* add a step to warn user before writing settings (bug #852 and so)Damien Chaumette2003-05-161-2/+4
|
* let it workThierry Vignaud2003-05-161-1/+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 !
* s/@isdn::isdndata/@isdndata/Damien Chaumette2003-05-121-3/+3
|
* - 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
* s|/sbin/isdnctrl|/usr/sbin/isdnctrl|Damien Chaumette2003-05-071-2/+2
|
* - drop !$::isWizard codeDamien Chaumette2003-05-061-12/+10
| | | | | - perl_checker
* - remove sub introDamien Chaumette2003-05-061-47/+14
| | | | | | | - change sub main signature - drop !$::isWizard code - perl_checker
* - remove unused $intf in adsl_probe_info and adsl_ask_infoDamien Chaumette2003-05-051-7/+6
| | | | | - perl_checker fixes
* perl_checker fixesDamien Chaumette2003-05-051-5/+5
|
* - change configure and winmodemConfigure args (due to $intf drop)Damien Chaumette2003-05-051-2/+2
|
* - drop unused $intf in configure and winmodemConfigureDamien Chaumette2003-05-051-27/+21
| | | | | | - fix winmodem configuration behavior - perl_checker
* fix typoDamien Chaumette2003-05-021-1/+1
|
* perl_checker fixesDamien Chaumette2003-05-023-12/+13
|
* perl_checker compliancePascal Rigaux2003-04-302-6/+5
|
* perl_checker adaptations + fixesPascal Rigaux2003-04-244-14/+14
|
* new perl_checker compliancePascal Rigaux2003-04-176-35/+35
|
* added login and password retrieval for ppp0 in configure function.Francois Pons2003-03-241-6/+6
|
* propose /dev/modem before other device (as it will work for other most case).Francois Pons2003-03-241-1/+1
|
* added modem configuration after LT Modem support.Francois Pons2003-03-242-4/+15
|
* fixed typo.Francois Pons2003-03-121-1/+1
|
* fix ltmodem package name with newer version.Francois Pons2003-03-121-1/+1
|
* moved probing code outside adsl_ask_info.Francois Pons2003-03-111-3/+8
|
* use $::prefix, waiting for 9.1 to be out before cleaning network modules.Francois Pons2003-03-111-1/+1
|
* changed netcnx type probe (so that if an ethernet connection exists, it won'tFrancois Pons2003-03-111-2/+2
| | | | | cause netcnx type to be always lan).
* dropped a line.Francois Pons2003-03-071-2/+1
|
* fix logical error (flepied).Francois Pons2003-03-071-1/+1
|
* avoid virtual ethX to be reconfigured by drakconnectFrancois Pons2003-03-061-7/+5
|
* added support for kernel base name of ltmodem.Francois Pons2003-03-061-2/+3
|
* detect if the device is pcmcia when initializing the ONBOOT parameterFlorent Villard2003-03-061-1/+1
|
* fixed ifconfig invocation and state analysis in install mode.Francois Pons2003-03-061-3/+4
|
* fixed adsl login not probed in install mode.Francois Pons2003-03-061-4/+4
|
* fix to avoid creating an ifcfg-1 config file.Frederic Lepied2003-03-051-7/+8
|
* read login name from net_cnx_up in pptp mode.Frederic Lepied2003-03-051-0/+2
|
* if the user don't want to start the internet connection, continue withoutFrederic Lepied2003-03-051-1/+1
| | | | | error message.