Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Really apply gui fix. | Stew Benedict | 2004-06-01 | 1 | -2/+4 |
| | |||||
* | s#ppp/peers/adsl#ppp/peers/ppp0# | Damien Chaumette | 2004-06-01 | 1 | -3/+3 |
| | | | | | as we now use ifup-ppp for adsl, it will look for ppp0 | ||||
* | new way to specify how to up connection for pppoe(xDSL) and others(ADSL) | Damien Chaumette | 2004-06-01 | 1 | -6/+5 |
| | |||||
* | Use array rather than hash per Thierry. | Stew Benedict | 2004-06-01 | 2 | -2/+4 |
| | | | | | Insure ftp transfers are binary, fix gui problem (in 10.0 update also). | ||||
* | rollback weird and ugly workaround when pressing cancel on the ask_warn. The ↵ | Pascal Rigaux | 2004-06-01 | 1 | -2/+1 |
| | | | | real fix is in ugtk2.pm | ||||
* | when wizcancel occurs, ugtk2 object is not destroyed (the garbage collector ↵ | Pascal Rigaux | 2004-06-01 | 1 | -1/+1 |
| | | | | | | | seems to have some pbs taking care of this, but since many callbacks using it are registered, it's no wonder) (fixes pressing "Cancel" on a ->ask_warn in wizard mode) | ||||
* | remove debug message | Thierry Vignaud | 2004-06-01 | 1 | -1/+0 |
| | |||||
* | (use_windows) space cleanup | Thierry Vignaud | 2004-06-01 | 1 | -1/+2 |
| | |||||
* | 10-42mdk | Thierry Vignaud | 2004-06-01 | 1 | -1/+13 |
| | |||||
* | (lilo_choice) fix error title | Thierry Vignaud | 2004-06-01 | 1 | -1/+1 |
| | |||||
* | (set_text): fix "cleanups" | Pascal Rigaux | 2004-06-01 | 1 | -6/+4 |
| | |||||
* | (set_text) cleanups | Thierry Vignaud | 2004-06-01 | 1 | -2/+2 |
| | |||||
* | handle the nfs/smb service disabled (enhancement given by Olivier Blin) | Pascal Rigaux | 2004-06-01 | 1 | -2/+2 |
| | |||||
* | mark it as translatable for non alphabetic languages | Thierry Vignaud | 2004-06-01 | 1 | -1/+1 |
| | |||||
* | fix "two windows after exception" bug | Thierry Vignaud | 2004-06-01 | 1 | -1/+2 |
| | |||||
* | (write_grub_config) do not write partial config file (thus garbaging previous | Thierry Vignaud | 2004-06-01 | 1 | -16/+15 |
| | | | | | config) if an error occured | ||||
* | make LAN wizard more user friendly: move "manual choice" after detected | Thierry Vignaud | 2004-06-01 | 1 | -1/+1 |
| | | | | | interfaces | ||||
* | (getNet) handle interface w/o ip addresses | Thierry Vignaud | 2004-06-01 | 1 | -1/+20 |
| | |||||
* | update 10-41mdk's changelog | Thierry Vignaud | 2004-05-28 | 1 | -0/+1 |
| | |||||
* | 10-41mdk | Thierry Vignaud | 2004-05-28 | 1 | -1/+7 |
| | |||||
* | (read_all_conf) read VLAN interfaces too | Thierry Vignaud | 2004-05-28 | 1 | -1/+1 |
| | |||||
* | (real_main) fix protocol switching from manual to auto when stepping back | Thierry Vignaud | 2004-05-28 | 1 | -4/+4 |
| | |||||
* | (read_all_conf) read ip aliased interfaces too | Thierry Vignaud | 2004-05-28 | 1 | -1/+1 |
| | |||||
* | Typo in tape restore (Federico Belvisi). | Stew Benedict | 2004-05-28 | 1 | -1/+1 |
| | |||||
* | 10-40mdk | Thierry Vignaud | 2004-05-28 | 1 | -1/+8 |
| | |||||
* | (get_eth_cards) fallback on sysfs in order to get driver and card | Thierry Vignaud | 2004-05-28 | 1 | -0/+11 |
| | | | | | | description when ethtool is not supported (eg: ipw2100 driver for intel centrino) | ||||
* | fix 10-37mdk's indentation | Thierry Vignaud | 2004-05-28 | 1 | -3/+4 |
| | |||||
* | - drop old internet service code | Damien Chaumette | 2004-05-27 | 1 | -70/+22 |
| | | | | | - only one way to configure/up/down an adsl connection | ||||
* | - call remove_initscript because internet service is dropped | Damien Chaumette | 2004-05-27 | 1 | -1/+1 |
| | | | | | - drop write_initscript call | ||||
* | - kill write_initscript | Damien Chaumette | 2004-05-27 | 1 | -50/+9 |
| | | | | | - add remove_initscript | ||||
* | (getNet) ignore loopback device | Thierry Vignaud | 2004-05-27 | 1 | -1/+1 |
| | |||||
* | really chkconfig --add and --del for "diskdrake --fileshare" (thanks to ↵ | Pascal Rigaux | 2004-05-27 | 1 | -0/+2 |
| | | | | Olivier Blin) | ||||
* | 10-39mdk | Thierry Vignaud | 2004-05-27 | 1 | -1/+7 |
| | |||||
* | instead of removing package nfs-utils or samba-server (when "diskdrake ↵ | Pascal Rigaux | 2004-05-27 | 1 | -5/+7 |
| | | | | --fileshare" disables a export kind) (bugzilla #9804) | ||||
* | new function isTrueLocalFS() to make a distinction between ext3/reiserfs/... ↵ | Pascal Rigaux | 2004-05-27 | 1 | -1/+1 |
| | | | | | | | and nfs => allow /home on nfs (bugzilla #7460) | ||||
* | new function isTrueLocalFS() to make a distinction between ext3/reiserfs/... ↵ | Pascal Rigaux | 2004-05-27 | 4 | -6/+9 |
| | | | | | | | and nfs => allow /home on nfs (bugzilla #7460) | ||||
* | 10-38mdk | Thierry Vignaud | 2004-05-27 | 1 | -1/+11 |
| | |||||
* | (get_val) reuse c::get_netdevices() and thus skip bogus sit0 | Thierry Vignaud | 2004-05-27 | 1 | -3/+7 |
| | |||||
* | enabled Latgalian language choice; | Pablo Saratxaga | 2004-05-26 | 3 | -2/+4 |
| | | | | | | prepared for Sardian; rpmsrate: Japanese input method is now "uim" | ||||
* | /etc/mandrake-release is now /etc/mandrakelinux-release | Pascal Rigaux | 2004-05-26 | 3 | -4/+5 |
| | |||||
* | "expert" flag in stage2 is bad and deprecated, removing it! | Pascal Rigaux | 2004-05-26 | 1 | -1/+0 |
| | |||||
* | (getNet) reuse c::get_netdevices() | Thierry Vignaud | 2004-05-26 | 1 | -8/+1 |
| | |||||
* | (netdevices) introduce it in order to list network interfaces | Thierry Vignaud | 2004-05-26 | 1 | -0/+37 |
| | |||||
* | (getNet) support br (bridging) and tr (UML) interfaces (florin) | Thierry Vignaud | 2004-05-26 | 1 | -1/+1 |
| | |||||
* | Nepali uses devanagari script | Pablo Saratxaga | 2004-05-25 | 1 | -1/+1 |
| | |||||
* | new keyboards; new lang->keyboard correspondences | Pablo Saratxaga | 2004-05-25 | 2 | -4/+25 |
| | |||||
* | don't trust the USB keyboard layout announc when it claims to be "us" | Pablo Saratxaga | 2004-05-25 | 1 | -2/+5 |
| | | | | | | layout (mosdt manufacturers just keep that default value while seeling different layouts) | ||||
* | - BitTorrent support added | Robert Vojta | 2004-05-25 | 1 | -0/+6 |
| | |||||
* | update 10-37mdk's changelog | Thierry Vignaud | 2004-05-25 | 1 | -0/+3 |
| | |||||
* | 10-37mdk | Thierry Vignaud | 2004-05-25 | 1 | -1/+7 |
| |