Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | provide backward compatibility for network fields in loadO | Olivier Blin | 2005-06-03 | 1 | -0/+14 |
| | |||||
* | keep NETWORKING_IPV6 and FORWARD_IPV4 variables in /etc/sysconfig/network | Olivier Blin | 2005-06-03 | 1 | -2/+3 |
| | |||||
* | remove comment, stage1 now writes DOMAINNAME and DHCP_HOSTNAME in the proper ↵ | Olivier Blin | 2005-06-03 | 1 | -1/+0 |
| | | | | files | ||||
* | write DHCP_HOSTNAME in /tmp/ifcfg-* file instead of /tmp/network | Olivier Blin | 2005-06-03 | 1 | -5/+4 |
| | |||||
* | don't rmdir directories in the chroot | Pascal Rigaux | 2005-06-03 | 1 | -1/+1 |
| | |||||
* | domain name is already in /etc/resolv.conf (and stage2 reads this file too), ↵ | Olivier Blin | 2005-06-03 | 1 | -2/+0 |
| | | | | don't write it in /tmp/network | ||||
* | remove unused code | Pascal Rigaux | 2005-06-03 | 5 | -9/+2 |
| | |||||
* | $o->{net}{network} and $o->{net}{resolv} may not exist at this stage of ↵ | Olivier Blin | 2005-06-03 | 1 | -2/+2 |
| | | | | installation (they are created by read_net_conf), create them if needed | ||||
* | net interface is now in $net->{net_interface} | Olivier Blin | 2005-06-03 | 1 | -4/+4 |
| | |||||
* | drop now unused variable | Pascal Rigaux | 2005-06-03 | 1 | -3/+0 |
| | |||||
* | remove unused isPrimary | Pascal Rigaux | 2005-06-03 | 2 | -7/+0 |
| | |||||
* | remove unused code | Pascal Rigaux | 2005-06-03 | 1 | -10/+0 |
| | |||||
* | during_install__l2charset() was used by share/gen_locales.sh which is now ↵ | Pascal Rigaux | 2005-06-03 | 1 | -13/+0 |
| | | | | dropped | ||||
* | update comment | Pascal Rigaux | 2005-06-03 | 1 | -1/+1 |
| | |||||
* | remove unneeded parentheses (keep first() to make it readable by trainees ...) | Olivier Blin | 2005-06-03 | 1 | -2/+4 |
| | |||||
* | remove unused old code | Pascal Rigaux | 2005-06-03 | 1 | -7/+0 |
| | |||||
* | remove unused code | Pascal Rigaux | 2005-06-03 | 1 | -9/+3 |
| | |||||
* | remove doble | Thierry Vignaud | 2005-06-03 | 1 | -1/+1 |
| | |||||
* | (dd) reuse c:: | Thierry Vignaud | 2005-06-03 | 1 | -1/+1 |
| | |||||
* | (dd) make sysopen() call readable | Thierry Vignaud | 2005-06-03 | 1 | -1/+1 |
| | |||||
* | use "our" instead of "use vars" | Pascal Rigaux | 2005-06-03 | 1 | -4/+3 |
| | |||||
* | add O_CREAT | Thierry Vignaud | 2005-06-03 | 1 | -1/+1 |
| | |||||
* | help perl_checker | Thierry Vignaud | 2005-06-03 | 1 | -1/+1 |
| | |||||
* | fix pixel sucks | Thierry Vignaud | 2005-06-03 | 1 | -1/+1 |
| | |||||
* | add O_WRONLY & O_RDWR | Thierry Vignaud | 2005-06-03 | 1 | -1/+1 |
| | |||||
* | drop unused subs | Olivier Blin | 2005-06-03 | 1 | -19/+0 |
| | |||||
* | dropping pkg_install_if_requires_satisfied() (old & unused) | Pascal Rigaux | 2005-06-03 | 1 | -17/+0 |
| | |||||
* | - merge network settings in a $net hash (it modifies $o fields too): | Olivier Blin | 2005-06-03 | 20 | -825/+538 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | o $netc becomes $net->{network} and $net->{resolv} o $intf becomes $net->{ifcfg} - move zeroconf config stuff in write_zeroconf - read_tmdns_conf -> read_zeroconf - read_all_conf -> read_net_conf - configureNetwork2 -> configure_network - configure_network: write ifcfg files for ppp interfaces too - don't install wireless-tools in configure_network, this package is in basesystem - most functions don't need the file path as an argument in network::network - drop network::tools::remove_initscript - don't export too much from network::network - don't export from network::tools - remove adsl_unsupported_eci step in drakconnect - drop passwd2 field in network::adsl - drop $net->{isdn_internal} - network::netconnect : main -> safe_main - use network::netconnect::real_main during install - don't read network config in network::netconnect::real_main - install_steps::upNetwork : resolv.conf is already symlinked by network::network::configure_network when appropriate - try to fix install_any::generate_automatic_stage1_params to use a real interface configuration - put authentication stuff in $net->{auth} - drop network::ethernet::write_ether_conf - drop network::adsl::get_wizard - use 'static' instead of 'manual' as ADSL method - drop first_modem and its workarounds in network::modem - drop deprecated "multiple_internet_cnx" step in drakconnect - don't save /etc/sysconfig/drakconnect anymore - drop MDK::Common::Globals stuff - drop getIP in net_applet (Pixel) - drop $netc->{DHCP} - configure_network(): write resolv.conf even if a dhcp interface is configured | ||||
* | drop setting $_ (unused) | Pascal Rigaux | 2005-06-03 | 1 | -2/+0 |
| | |||||
* | drop untranslate which is unused and bad practice | Pascal Rigaux | 2005-06-03 | 1 | -8/+1 |
| | |||||
* | drop unused code (and one should use append_to_file instead of this outpend) | Pascal Rigaux | 2005-06-03 | 1 | -5/+0 |
| | |||||
* | drop old unused code | Pascal Rigaux | 2005-06-03 | 2 | -48/+0 |
| | |||||
* | read existing authentication conf (only minimal support for now) | Pascal Rigaux | 2005-06-03 | 2 | -9/+13 |
| | |||||
* | simplify | Pascal Rigaux | 2005-06-03 | 1 | -3/+4 |
| | |||||
* | use find() (which was unused) | Pascal Rigaux | 2005-06-03 | 1 | -3/+1 |
| | |||||
* | add many non perl_checker compatible modules | Pascal Rigaux | 2005-06-03 | 1 | -1/+7 |
| | |||||
* | minimal changes to make me and perl_checker happy | Pascal Rigaux | 2005-06-03 | 1 | -3/+3 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2005-06-03 | 3 | -9/+9 |
| | |||||
* | perl_checker fixes, make mode optionnal in load_image | Olivier Blin | 2005-06-03 | 1 | -3/+8 |
| | |||||
* | 4th parameter is not used, i suspect it's not useful anymore since we pass ↵ | Pascal Rigaux | 2005-06-03 | 1 | -1/+1 |
| | | | | the value in {sound_slot_index} | ||||
* | - perl_checker compliance | Pascal Rigaux | 2005-06-03 | 1 | -8/+6 |
| | | | | | - use "our" instead of "use vars" | ||||
* | make perl_checker happy | Pascal Rigaux | 2005-06-03 | 1 | -39/+38 |
| | |||||
* | Typo fix | Rafael Garcia-Suarez | 2005-06-03 | 1 | -5/+5 |
| | |||||
* | simplify | Pascal Rigaux | 2005-06-03 | 1 | -3/+1 |
| | |||||
* | fix blino sux | Pascal Rigaux | 2005-06-03 | 1 | -1/+1 |
| | |||||
* | drop unused variable, this is done in detect_devices::get_sysfs_device_id_map() | Olivier Blin | 2005-06-03 | 1 | -1/+0 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2005-06-03 | 3 | -3/+3 |
| | |||||
* | The mandrakelinux-release package doesn't exist any more, so you can't | Rafael Garcia-Suarez | 2005-06-03 | 1 | -3/+5 |
| | | | | | | deduce the version from it. Something more robust than this needs to be figured out. | ||||
* | be more in drakx spirit, and more important perl_checker warning clean | Pascal Rigaux | 2005-06-03 | 1 | -2/+1 |
| | |||||
* | DISABLE_WINDOWS_KEY in /etc/sysconfig/keyboard since it is unused | Pascal Rigaux | 2005-06-03 | 1 | -2/+0 |
| | | | | | | (AFAIK as i, flepied and lmontel knows) (it was added by fpons, commit 1.108 on 2001/07/05) |