summaryrefslogtreecommitdiffstats
path: root/perl-install/network
Commit message (Expand)AuthorAgeFilesLines
* - fix /etc/hosts localhost.localdomain in localhostDamien Chaumette2003-01-161-0/+1
* replace occurences of "$foo ? $foo : $bar" with "$foo || $bar"Pascal Rigaux2003-01-163-4/+4
* have dhcp-client the default dhcp clientPascal Rigaux2003-01-161-1/+1
* - catch wizcancel dieDamien Chaumette2003-01-101-59/+1
* *** empty log message ***Damien Chaumette2003-01-091-91/+43
* (easy_dhcp): don't call network::configureNetwork2Pascal Rigaux2003-01-091-2/+0
* - fix priorityPascal Rigaux2003-01-091-1/+3
* pass $::prefix instead of ''Pascal Rigaux2003-01-081-1/+1
* fix typoPascal Rigaux2003-01-081-1/+1
* (easy_dhcp): cleanupPascal Rigaux2003-01-081-19/+19
* add network::easy_dhcp function. Quietly setup eth0 in dhcp and restart network.Damien Chaumette2003-01-071-1/+27
* use "if any" instead of "if grep", and various other occurences of "any", "ev...Pascal Rigaux2003-01-074-10/+9
* in network::modem::configure $intf is unused, rename it to $_intfPascal Rigaux2002-12-291-1/+1
* move any::load_category() to network::interactive::load_category()Pascal Rigaux2002-12-291-3/+3
* - do not use a global $in in network::modem, pass it as a parameterPascal Rigaux2002-12-293-9/+12
* - use $::prefix instead the global $prefixPascal Rigaux2002-12-291-10/+10
* - move any::pppConfig() to network::modem::ppp_configure()Pascal Rigaux2002-12-294-23/+194
* do not export start_internet and stop_internetPascal Rigaux2002-12-141-1/+0
* remove exported names which are not definedPascal Rigaux2002-12-131-1/+1
* perl_checker fixesThierry Vignaud2002-12-103-18/+18
* make perl_checker happyArnaud Desmons2002-12-091-1/+1
* drakconnect conf file no more uploaded with now useless variableArnaud Desmons2002-12-092-50/+48
* remove unused modulesThierry Vignaud2002-12-091-1/+0
* be more perl_checker compliantPascal Rigaux2002-12-061-3/+2
* isdn data are now fetched form system instead of drakconnect conf fileArnaud Desmons2002-12-065-84/+135
* gtk+-2 portThierry Vignaud2002-12-051-5/+5
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-0411-33/+27
* - %l is not used, so why declare it??Pascal Rigaux2002-12-041-2/+2
* syntax changes to make perl_checker happyPascal Rigaux2002-12-043-9/+9
* my' variables as neededPascal Rigaux2002-12-041-1/+1
* More data are now fetched from system instead of drakconnect conf fileArnaud Desmons2002-12-044-70/+129
* use if_() where possible (as reported by perl_checker)Pascal Rigaux2002-12-042-9/+5
* syntax changes to make perl_checker happyPascal Rigaux2002-12-043-5/+5
* (find_exports): use run_program::raw + stdoutPascal Rigaux2002-12-031-9/+5
* cleanup use of filehandlesPascal Rigaux2002-12-031-20/+15
* (read_resolv_conf): simplifyPascal Rigaux2002-12-031-7/+2
* make it $::testing awareGuillaume Cottenceau2002-12-031-0/+1
* (add2hosts): use output and pixelizationPascal Rigaux2002-12-021-20/+7
* use output_with_perm()Pascal Rigaux2002-12-024-27/+16
* Some data are now fetched from system instead of drakconnect conf file (adsl,...Arnaud Desmons2002-12-024-41/+47
* perl_checker adaptationsPascal Rigaux2002-11-286-14/+14
* perl_checker adaptationsPascal Rigaux2002-11-281-2/+2
* perl_checker adaptationsPascal Rigaux2002-11-276-13/+13
* in network::netconnect::main(), declare @l as it should be. But the code is r...Pascal Rigaux2002-11-251-1/+2
* - $up was my-ed inside the if-then block though it was used outside the block...Pascal Rigaux2002-11-251-2/+3
* $modem is redefined 2 lines below its first declaration. this first declarati...Pascal Rigaux2002-11-251-1/+0
* since $mouse is undefined, replace it with undef (??)Pascal Rigaux2002-11-251-1/+1
* add support for Sagem USB Modem (for free.fr ;-))Francois Pons2002-11-251-2/+14
* add support ADIModem.Francois Pons2002-11-251-2/+3
* removed reference to ...->{nb_cards} no more used.Francois Pons2002-11-251-2/+0