summaryrefslogtreecommitdiffstats
path: root/perl-install/network
Commit message (Collapse)AuthorAgeFilesLines
* simplify easy_dhcp prototypePascal Rigaux2003-01-221-1/+1
|
* - speedtouch fixes :Damien Chaumette2003-01-221-1/+1
| | | | | | | o binaries location from /usr/bin to /usr/sbin o clean previous instance of pppoa3 according to modem id (-c) (special thanks to Corsikas who proudly brings this patch to me :)
* perl_checker fixesThierry Vignaud2003-01-222-8/+8
|
* English proofreading (first pass)Pablo Saratxaga2003-01-214-9/+9
|
* English proofreading by Stew BenedictsPablo Saratxaga2003-01-214-7/+7
|
* English proofreading by Stew BeneditcsPablo Saratxaga2003-01-211-1/+1
|
* void label removedDamien Chaumette2003-01-201-2/+2
|
* little cleanupDamien Chaumette2003-01-201-19/+9
|
* - zero conf is avaible in drakconnect, with/without dhcpDamien Chaumette2003-01-202-24/+26
| | | | | - install tmdns and zcip packages when needed
* get username back in menuDamien Chaumette2003-01-201-1/+2
|
* - some changes to dhcp behavior for beta2 (not clean yet)Damien Chaumette2003-01-172-6/+16
|
* - 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
| | | | | | - fix fucked previous button after configuration completes - little cleanup
* *** 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
| | | | | - add a log
* 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", ↵Pascal Rigaux2003-01-074-10/+9
| | | | "every", "partition"
* 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
| | | | | (and a few other functions which are only used by load_category())
* - do not use a global $in in network::modem, pass it as a parameterPascal Rigaux2002-12-293-9/+12
| | | | | | - create network::modem::ppp_configure_raw() which doesn't need $in (it is only used by network::modem::ppp_configure(), but this is clearer that way)
* - use $::prefix instead the global $prefixPascal Rigaux2002-12-291-10/+10
| | | | | - don't pass $prefix to ppp_configure
* - move any::pppConfig() to network::modem::ppp_configure()Pascal Rigaux2002-12-294-23/+194
| | | | | | | | | | | | | | | | - 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)
* do not export start_internet and stop_internetPascal Rigaux2002-12-141-1/+0
| | | | | (was broken since network::netconnect do not inheritate from Exporter)
* 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
| | | | | - in network::netconnect::main(), declare @l as it should be. But the code is really wrong, it NEEDS fixing (bis)
* 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
|