Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move: "adduser" alike step | Guillaume Cottenceau | 2003-10-31 | 1 | -48/+54 |
| | |||||
* | from Salane KIng <sking4 at cinci.rr dot com>: enable to access samba | Thierry Vignaud | 2003-10-31 | 1 | -1/+1 |
| | | | | | drives on other computers to easily install windows fonts | ||||
* | don't getFile VERSION in move or testing | Pascal Rigaux | 2003-10-31 | 1 | -6/+8 |
| | |||||
* | cleanup Xfree server @options handling | Pascal Rigaux | 2003-10-31 | 1 | -14/+11 |
| | |||||
* | handle new exception system from perl-Glib >= 0.96 | Thierry Vignaud | 2003-10-30 | 1 | -0/+1 |
| | |||||
* | fix always detecting ethernet cards even when none is present | Thierry Vignaud | 2003-10-30 | 1 | -1/+2 |
| | |||||
* | allow move to be launched in testing mode | Guillaume Cottenceau | 2003-10-30 | 1 | -4/+6 |
| | |||||
* | ensure we quit at once when we can't launche X server (I want to | Guillaume Cottenceau | 2003-10-30 | 1 | -1/+1 |
| | | | | | have "can't launche graphical mode :(" as last msg) | ||||
* | perl_checker | Guillaume Cottenceau | 2003-10-30 | 1 | -1/+1 |
| | |||||
* | (get_hw_address) introduce it to eventually track down ethernet cards | Thierry Vignaud | 2003-10-30 | 1 | -0/+30 |
| | | | | | swap/move on bootstrapping | ||||
* | check_prog won't work if arguments are not properly splitted when passed to ↵ | Guillaume Cottenceau | 2003-10-30 | 1 | -1/+1 |
| | | | | run_program | ||||
* | log a bit more live mouse type change | Guillaume Cottenceau | 2003-10-30 | 1 | -1/+1 |
| | |||||
* | fix anthill bug #50: ensure /etc/ppp/pap-secrets is not world readable | Thierry Vignaud | 2003-10-30 | 1 | -2/+4 |
| | | | | | since it contains password/user mapping for dialup | ||||
* | perl_checker fixes | Thierry Vignaud | 2003-10-29 | 1 | -2/+2 |
| | |||||
* | fix installer when network::ethernet wasn't loaded before | Thierry Vignaud | 2003-10-29 | 1 | -0/+1 |
| | |||||
* | (getUPS) detect usb UPS (serial_probe not seeing them for now) | Thierry Vignaud | 2003-10-29 | 1 | -0/+4 |
| | |||||
* | pine is no more in the distro | Thierry Vignaud | 2003-10-29 | 1 | -1/+1 |
| | |||||
* | fixed for ongoing bug since at least 9.0 for alias not reported in current ↵ | Francois Pons | 2003-10-28 | 1 | -1/+1 |
| | | | | installation. | ||||
* | set drakconnect as config tool for modems as well as for isdn & adsl | Thierry Vignaud | 2003-10-27 | 1 | -3/+3 |
| | | | | | adapters | ||||
* | list isdn adapters in their own class instead of showing them up as | Thierry Vignaud | 2003-10-27 | 1 | -1/+3 |
| | | | | | unknown devices | ||||
* | split out adsl detection from modem one into its one category | Thierry Vignaud | 2003-10-27 | 1 | -1/+3 |
| | |||||
* | sort export list | Thierry Vignaud | 2003-10-27 | 1 | -1/+1 |
| | |||||
* | fix requires for c::_exit() | Thierry Vignaud | 2003-10-27 | 1 | -0/+1 |
| | |||||
* | (isdn_get_info) simplify it trough MDK::Common | Thierry Vignaud | 2003-10-27 | 1 | -3/+1 |
| | |||||
* | simplify isdn detection: | Thierry Vignaud | 2003-10-27 | 2 | -4/+3 |
| | | | | | | | - no need to pass a ref around; if it's bound to be overwritten, just return a new hash - let isdn_detect only care of which fields we want for isdn stuff | ||||
* | - make isdn detection more readable | Thierry Vignaud | 2003-10-27 | 1 | -1/+1 |
| | | | | | - ensure previously detected isdn stuff is cleared on redetection | ||||
* | blacklist Net::Ping in order to be able to parse network::tools | Thierry Vignaud | 2003-10-27 | 1 | -0/+1 |
| | |||||
* | sort | Thierry Vignaud | 2003-10-27 | 1 | -6/+6 |
| | |||||
* | use fast_mouse_probe first in mandrake move | Pascal Rigaux | 2003-10-23 | 1 | -2/+2 |
| | |||||
* | if we have /bin/loadkeys, use it | Pascal Rigaux | 2003-10-23 | 1 | -1/+3 |
| | |||||
* | - use setxkbmap instead of xmodmap if setxkbmap is available | Pascal Rigaux | 2003-10-23 | 1 | -4/+8 |
| | | | | | - don't run setxkbmap chrooted | ||||
* | don't use exit(), use _exit() | Pascal Rigaux | 2003-10-23 | 1 | -1/+1 |
| | |||||
* | handle usb isdn adapters | Thierry Vignaud | 2003-10-22 | 1 | -2/+4 |
| | |||||
* | add entries for usb isdn adapters | Thierry Vignaud | 2003-10-22 | 1 | -0/+10 |
| | |||||
* | fix steping back on choosing isdn card step | Thierry Vignaud | 2003-10-22 | 1 | -1/+1 |
| | |||||
* | fix isdn detection | Thierry Vignaud | 2003-10-22 | 1 | -1/+1 |
| | |||||
* | misc perl_checker cleanups | Thierry Vignaud | 2003-10-20 | 3 | -25/+23 |
| | |||||
* | kill warning complaint from gcc aka resync with official newt headers | Thierry Vignaud | 2003-10-20 | 1 | -1/+1 |
| | |||||
* | kill warning complaint from gcc aka resync with official rpm headers | Thierry Vignaud | 2003-10-20 | 1 | -1/+1 |
| | |||||
* | misc perl_checker cleanups | Thierry Vignaud | 2003-10-20 | 3 | -8/+8 |
| | |||||
* | drakperm incorrectly enable one to click "ok" after having altered a | Thierry Vignaud | 2003-10-20 | 1 | -0/+1 |
| | | | | | | | | | system rule whereas system rules are not saved since they're enforced by msec. this may confuse the end user ("why my changes weren't applied?") so let disable the "ok" button if the current entry is uneditable. | ||||
* | fix crash on editable items | Thierry Vignaud | 2003-10-20 | 1 | -10/+13 |
| | |||||
* | perform test once and move it out of the save loop | Thierry Vignaud | 2003-10-20 | 1 | -3/+3 |
| | |||||
* | un-jonathan-ize() | Thierry Vignaud | 2003-10-20 | 1 | -10/+4 |
| | |||||
* | consolidate, simplify, remove duplicate | Thierry Vignaud | 2003-10-20 | 1 | -36/+24 |
| | |||||
* | print more understandable error message on parse error | Thierry Vignaud | 2003-10-20 | 1 | -1/+1 |
| | |||||
* | fix #6159: fix detection when a local name server is faking the | Thierry Vignaud | 2003-10-20 | 1 | -7/+7 |
| | | | | | | connection because of its cache by checking at least a packet is ack-ed | ||||
* | do not break working code! (titi sucks) | Pascal Rigaux | 2003-10-20 | 1 | -1/+0 |
| | |||||
* | minor cleanup | Thierry Vignaud | 2003-10-17 | 1 | -1/+1 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2003-10-17 | 3 | -39/+39 |
| |