Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | protocol names, trademark and acronyms should be upcase | Thierry Vignaud | 2004-08-23 | 1 | -2/+2 |
| | |||||
* | aspell's typo fixes | Thierry Vignaud | 2004-08-23 | 1 | -2/+2 |
| | |||||
* | rollback (a string was removed so translators still have to | Thierry Vignaud | 2004-08-20 | 1 | -2/+2 |
| | | | | | investigate anyway...) | ||||
* | rollback 'n split in order to reduce pressure on translators | Thierry Vignaud | 2004-08-20 | 1 | -2/+2 |
| | |||||
* | (network_on_boot step) do not create ifcfg-ippp0 quite randomly | Olivier Blin | 2004-08-20 | 1 | -4/+2 |
| | |||||
* | ($after_start_on_boot_step) remove obsolete call to write_cnx_script | Olivier Blin | 2004-08-20 | 1 | -1/+0 |
| | |||||
* | fix nonsense in reconfigure message (#10827) | Olivier Blin | 2004-08-20 | 1 | -2/+3 |
| | |||||
* | typo fixes | Thierry Vignaud | 2004-08-19 | 1 | -6/+6 |
| | |||||
* | get rid off the 'ifcfg-Manually load a driver' file ... | Olivier Blin | 2004-08-17 | 1 | -1/+1 |
| | |||||
* | use network::ethernet::get_eth_categories() when needed | Olivier Blin | 2004-08-17 | 1 | -4/+6 |
| | |||||
* | NET_INTERFACE should be ppp0 for pppoe too | Olivier Blin | 2004-08-16 | 1 | -1/+2 |
| | |||||
* | add reminder about external ISDN modems (special init string) | Olivier Blin | 2004-08-16 | 1 | -0/+3 |
| | |||||
* | don't configure firewall after configuring network during install | Pascal Rigaux | 2004-08-16 | 1 | -5/+0 |
| | | | | | (in summary you can configure firewall directly) | ||||
* | kill unused variables | Olivier Blin | 2004-08-12 | 1 | -2/+2 |
| | |||||
* | kill deprecated parts | Olivier Blin | 2004-08-12 | 1 | -36/+0 |
| | |||||
* | set both NET_DEVICE and NET_INTERFACE in automatic lan configuration | Olivier Blin | 2004-08-12 | 1 | -1/+1 |
| | | | | | (network install) | ||||
* | set NET_DEVICE and NET_INTERFACE for lan and adsl dhcp/manual connections | Olivier Blin | 2004-08-12 | 1 | -0/+1 |
| | |||||
* | remove unused variable in network::netconnect, thanks perl_checker | Olivier Blin | 2004-08-10 | 1 | -2/+1 |
| | |||||
* | add some FIXME comments in network::netconnect | Olivier Blin | 2004-08-10 | 1 | -2/+2 |
| | |||||
* | network::tools::connect_prog shouldn't be used/written anymore now | Olivier Blin | 2004-08-10 | 1 | -41/+0 |
| | |||||
* | kill some more connect/disconnect_file | Olivier Blin | 2004-08-10 | 1 | -6/+1 |
| | |||||
* | in netconnect::(start|stop)_internet, use (connect|disconnect)_backend | Olivier Blin | 2004-08-09 | 1 | -2/+2 |
| | |||||
* | s/iwpconfig/iwconfig | Funda Wang | 2004-08-08 | 1 | -1/+1 |
| | |||||
* | use the new kdenetwork-kppp-provider package (thanks Laurent !) to be | Olivier Blin | 2004-08-06 | 1 | -0/+1 |
| | | | | | able to parse the provider db without requiring kdenetwork-kppp | ||||
* | set netcnx type when an external isdn modem is selected, or else | Olivier Blin | 2004-08-05 | 1 | -1/+1 |
| | | | | | modem::ppp_read_conf will crash (Anthill #1033) | ||||
* | fix wording | Olivier Blin | 2004-08-04 | 1 | -1/+1 |
| | |||||
* | do not force kppp installation, it will be installed by | Olivier Blin | 2004-08-04 | 1 | -1/+0 |
| | | | | | | modem::ppp_configure if kdebase is installed, else ifup/ifdown scripts are enough | ||||
* | kill set_cnx_script usage, replace cnx_scripts with ifup/ifdown | Olivier Blin | 2004-08-04 | 1 | -19/+3 |
| | |||||
* | write a cnx_script for adsl connexions too (so that drakconnect can | Olivier Blin | 2004-08-04 | 1 | -0/+5 |
| | | | | | establish the connexion), add a FIXME comment to remind it is bad | ||||
* | many functions in fsedit don't modify anything, they are simply accessors. | Pascal Rigaux | 2004-08-03 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | create fs::get and move them into it - device2part(), up_mount_point() moved from fs to fs::get - part2hd(), file2part(), has_mntpoint(), mntpoint2part(), empty_all_hds() moved from fsedit to fs::get - fsedit::get_root() -> fs::get::root() - fsedit::get_root_() -> fs::get::root_() - fsedit::get_really_all_fstab() -> fs::get::really_all_fstab() - fsedit::get_all_fstab_and_holes() -> fs::get::fstab_and_holes() - fsedit::get_all_fstab() -> fs::get::fstab() - fsedit::get_all_holes() -> fs::get::holes() - fsedit::all_free_space -> fs::get::free_space() - fsedit::get_really_all_fstab() -> fs::get::really_all_fstab() - fsedit::get_fstab_and_holes() -> fs::get::hds_fstab_and_holes() - fsedit::get_holes() -> fs::get::hds_holes() - fsedit::get_fstab() -> fs::get::hds_fstab() - fsedit::free_space() -> fs::get::hds_free_space() - fsedit::get_visible_fstab() unused, removed | ||||
* | introduce ->ensure_binary_is_installed and use it | Pascal Rigaux | 2004-08-02 | 1 | -1/+1 |
| | |||||
* | (handle_multiple_cnx) only restart network for ADSL if we use an | Thierry Vignaud | 2004-07-29 | 1 | -1/+1 |
| | | | | | ethernet modem | ||||
* | it's probably better to rely on modem_run since speedtouch.sh may be dropped | Olivier Blin | 2004-07-28 | 1 | -1/+1 |
| | |||||
* | hey, I suck, that's DIAL_ON_IFUP, not DIAL_ON_BOOT | Olivier Blin | 2004-07-23 | 1 | -5/+5 |
| | |||||
* | perl_checker compliance | Olivier Blin | 2004-07-23 | 1 | -3/+3 |
| | |||||
* | one more FIXME comment | Olivier Blin | 2004-07-23 | 1 | -0/+1 |
| | |||||
* | - introduce ONBOOT and DIAL_ON_BOOT settings for isdn connections | Olivier Blin | 2004-07-23 | 1 | -1/+30 |
| | | | | | | - write this settings with configureNetwork2, kill the old tweak in isdn.pm - use the isdn_dial_on_boot step instead of nework_on_boot in netconnect.pm | ||||
* | - %modules::conf is no more a global, so many functions need passing ↵ | Pascal Rigaux | 2004-07-21 | 1 | -26/+24 |
| | | | | | | | | | | | | | | | $modules_conf - $modules_conf is a class choosing modules.conf or modprobe.conf (esp. useful after install) (but not working yet!) - modules::load() doesn't use $modules_conf, use modules::load_and_configure() - modules::load() doesn't allow options, use either modules::load_raw() or modules::load_and_configure() - some functions used to want an array ref for modules options and some a string, now every functions use a string - many functions (like modules::get_alias()) are now methods on $modules_conf - some functions in mouse.pm needed a $in where a $do_pkgs is enough - some perl_checker compliance - small fixes | ||||
* | fix perl_checker combo (yeah) | Olivier Blin | 2004-07-20 | 1 | -1/+1 |
| | |||||
* | oops, fix suckiness | Olivier Blin | 2004-07-20 | 1 | -1/+1 |
| | |||||
* | use read_net_conf to avoid code duplication | Olivier Blin | 2004-07-20 | 1 | -3/+2 |
| | |||||
* | merge netconnect::load_conf in netconnect::read_conf (and replace all calls ↵ | Olivier Blin | 2004-07-20 | 1 | -12/+12 |
| | | | | to lload_conf with read_conf, remove all previous calls to read_conf) | ||||
* | unused variable | Olivier Blin | 2004-07-20 | 1 | -1/+1 |
| | |||||
* | don't forget to send $netcnx to network::network::read_all_conf ... | Olivier Blin | 2004-07-20 | 1 | -1/+1 |
| | | | | | (or else we won't get back the probed connection type) | ||||
* | use hotplug blacklist for adsl connections too | Olivier Blin | 2004-07-19 | 1 | -4/+10 |
| | |||||
* | modules::mergein_conf() doesn't need to be given /etc/modules.conf | Pascal Rigaux | 2004-07-07 | 1 | -1/+1 |
| | | | | | => prepare for reading either modprobe.conf or modules.conf based on the running kernel version | ||||
* | typo fix | Thierry Vignaud | 2004-07-01 | 1 | -1/+1 |
| | |||||
* | never disable "DHCP host name" entry box, it shouldn't be linked with ↵ | Olivier Blin | 2004-06-25 | 1 | -1/+1 |
| | | | | ""Assign host name from DHCP address" checkbox (#2759, #9981) | ||||
* | unblacklist sis900 since its link beat detection works with latest kernels | Olivier Blin | 2004-06-25 | 1 | -1/+1 |
| | |||||
* | - unblacklist tg3 since QA has confirmed it works smoothly | Thierry Vignaud | 2004-06-23 | 1 | -1/+1 |
| | | | | | - blacklist buggy madwifi_pci |