summaryrefslogtreecommitdiffstats
path: root/perl-install/network
Commit message (Collapse)AuthorAgeFilesLines
* rollback (a string was removed so translators still have toThierry Vignaud2004-08-201-2/+2
| | | | | investigate anyway...)
* rollback 'n split in order to reduce pressure on translatorsThierry Vignaud2004-08-201-2/+2
|
* (network_on_boot step) do not create ifcfg-ippp0 quite randomlyOlivier Blin2004-08-201-4/+2
|
* ($after_start_on_boot_step) remove obsolete call to write_cnx_scriptOlivier Blin2004-08-201-1/+0
|
* fix nonsense in reconfigure message (#10827)Olivier Blin2004-08-201-2/+3
|
* add a fixme commentOlivier Blin2004-08-201-0/+1
|
* update mac address in network::ethernet::get_eth_cards to be sure iftab is ↵Olivier Blin2004-08-202-7/+22
| | | | always up-to-date
* typo fixesThierry Vignaud2004-08-192-7/+7
|
* (write_interface_conf) use mac_ieee1394 descriptor in iftab for firewire linksOlivier Blin2004-08-181-2/+4
|
* get rid off the 'ifcfg-Manually load a driver' file ...Olivier Blin2004-08-171-1/+1
|
* add new functions to make internet connection tests easierOlivier Blin2004-08-171-0/+76
|
* drop network::tools::reread_net_confOlivier Blin2004-08-171-6/+0
|
* use network::ethernet::get_eth_categories() when neededOlivier Blin2004-08-173-5/+9
|
* add network::ethernet::get_eth_categoriesOlivier Blin2004-08-171-0/+4
|
* (easy_dhcp) probe all network sub categoriesOlivier Blin2004-08-171-1/+1
|
* drop network::ethernet::conf_network_card_backendOlivier Blin2004-08-171-37/+0
|
* (easy_dhcp) don't use network::ethernet::conf_network_card_backendOlivier Blin2004-08-171-4/+10
|
* (easy_dhcp) sort devices and keep only eth[0-9]+ devicesOlivier Blin2004-08-171-4/+4
|
* (conf_network_card_backend) set NET_INTERFACE tooOlivier Blin2004-08-171-1/+1
|
* (easy_dhcp) allow configured interface not to be eth0 and make sure itOlivier Blin2004-08-171-4/+6
| | | | | uses ethernet
* (write_interface_conf) use unspec descriptor in iftab if link isn't etherOlivier Blin2004-08-171-2/+3
|
* fix sagem pty quotingOlivier Blin2004-08-171-1/+1
|
* sagem: don't run pppoa if the ethernet interface isn't created and useOlivier Blin2004-08-171-1/+1
| | | | | | | a reduced timeout (1 second) so that boot doesn't take forever if modem can't be synchronized (maxfail * timeout was equal to 25 minutes)
* (easy_dhcp) handle pcmci card tooThierry Vignaud2004-08-171-1/+1
|
* fix suckiness (write proper iftab)Olivier Blin2004-08-171-1/+1
|
* NET_INTERFACE should be ppp0 for pppoe tooOlivier Blin2004-08-161-1/+2
|
* add reminder about external ISDN modems (special init string)Olivier Blin2004-08-161-0/+3
|
* do not write noipdefault in /etc/ppp/peers/ppp0 for pptp connectionsOlivier Blin2004-08-161-1/+2
|
* (adsl_probe_info) net_cnx_up is obsolete, pptp info is available inOlivier Blin2004-08-161-2/+0
| | | | | ppp config files
* (adsl_conf_backend) don't write net cnx scripts, internet serviceOlivier Blin2004-08-161-2/+0
| | | | | should be dead
* remove useless assignment (already done in adsl_protocol step)Olivier Blin2004-08-161-1/+0
|
* fix pppoe with sagem (write ETH=`/usr/sbin/eaglectrl -i` instead of ETH=sagem)Olivier Blin2004-08-161-1/+2
|
* don't configure firewall after configuring network during installPascal Rigaux2004-08-161-5/+0
| | | | | (in summary you can configure firewall directly)
* (write_interface_conf) do not write undefined MAC address in iftabOlivier Blin2004-08-131-2/+2
|
* write interface MAC address in iftabOlivier Blin2004-08-121-0/+3
|
* errm, don't commit crappy gnome proxy handling for nowOlivier Blin2004-08-121-34/+0
|
* (write_interface_conf) simplify HWADDR assignment and defineOlivier Blin2004-08-121-8/+37
| | | | | $mac_address (will be used later for /etc/iftab)
* kill unused variablesOlivier Blin2004-08-121-2/+2
|
* kill deprecated partsOlivier Blin2004-08-121-36/+0
|
* set both NET_DEVICE and NET_INTERFACE in automatic lan configurationOlivier Blin2004-08-121-1/+1
| | | | | (network install)
* set NET_DEVICE and NET_INTERFACE for lan and adsl dhcp/manual connectionsOlivier Blin2004-08-121-0/+1
|
* remove unused variable in network::netconnect, thanks perl_checkerOlivier Blin2004-08-101-2/+1
|
* add some FIXME comments in network::netconnectOlivier Blin2004-08-101-2/+2
|
* network::tools::connect_prog shouldn't be used/written anymore nowOlivier Blin2004-08-101-41/+0
|
* kill some more connect/disconnect_fileOlivier Blin2004-08-101-6/+1
|
* mount /proc, /sys and /proc/usb/usb in $prefix ASAP instead of doing it at ↵Pascal Rigaux2004-08-101-6/+0
| | | | various places
* mounting device "none" is cleanerPascal Rigaux2004-08-101-1/+1
|
* in netconnect::(start|stop)_internet, use (connect|disconnect)_backendOlivier Blin2004-08-091-2/+2
|
* perl_checker prototype compliancePascal Rigaux2004-08-091-6/+6
|
* perl_checker compliance + cleanupPascal Rigaux2004-08-091-14/+14
|