summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* (configureNetwork2) do not install package or rewrite config files inThierry Vignaud2003-11-281-13/+14
| | | | | testing mode
* (main) do not silently discard exceptions; if some exception is raisedThierry Vignaud2003-11-281-1/+3
| | | | | | for anything else than "wizcancel", we should rethrow it again instead of silently ignoring bugso...
* do not restart network service in testing modeThierry Vignaud2003-11-281-1/+1
|
* prevent altering system configuration in testing mode in optionalThierry Vignaud2003-11-271-8/+10
| | | | | steps
* save shell pidGuillaume Cottenceau2003-11-271-1/+4
|
* add isKeyUsb() (removed from move.pm)Pascal Rigaux2003-11-271-0/+1
|
* put in {raw_hds} non partitioned usb keysPascal Rigaux2003-11-271-2/+5
|
* get_raw_hds adds removables to {raw_hds}, it doesn't overwrite itPascal Rigaux2003-11-271-1/+1
| | | | | (so that non partitioned usb keys are not dropped)
* (create_packtable) enable to provide 0 parameters for xpadding andThierry Vignaud2003-11-271-1/+2
| | | | | ypadding (much cleaner)
* (create_packtable) simplify xpadding managmentThierry Vignaud2003-11-271-1/+1
|
* more explanationsThierry Vignaud2003-11-271-0/+2
|
* let drakgw embed (interface team request)Thierry Vignaud2003-11-271-51/+1
|
* (new) do not show up anymore banners for wizards when embeeded (theThierry Vignaud2003-11-271-1/+1
| | | | | | set_position() and the set_size_request() calls do not make any sense at all when embedded anyway)
* added xpadding/ypadding options in create_packtabledamien2003-11-271-1/+1
|
* add drakupsThierry Vignaud2003-11-261-1/+1
|
* upsdrvctl start will fail if section name contains spacesThierry Vignaud2003-11-261-0/+1
|
* - configure properly usb & serial connected mge devicesThierry Vignaud2003-11-261-49/+17
| | | | | | | - use perl-Libconf to shrink down the code size and better respect the user config file (keep important comments and the like - thx dam's for his support)
* export driver tooThierry Vignaud2003-11-261-2/+3
|
* allow X to restart after dying through X_move script, startkde also through ↵Guillaume Cottenceau2003-11-261-2/+2
| | | | startkde_move script
* inspires from xwait: keep a client until some window is created, otherwise X ↵Guillaume Cottenceau2003-11-261-2/+11
| | | | server blinks to hell
* perl_checker fixThierry Vignaud2003-11-261-1/+1
|
* link beat detection: enable both net_monitor and drakconnect usage atThierry Vignaud2003-11-261-2/+2
| | | | | both time (not so usefull but cleaner)
* extract kdeglobals configuration from lang::write() into ↵Pascal Rigaux2003-11-261-27/+38
| | | | lang::configure_kdeglobals()
* 9.3-10mdkThierry Vignaud2003-11-251-1/+17
|
* fix bogus use of old netwok module instead of network::networkThierry Vignaud2003-11-251-2/+2
|
* fix #5664 (alsp part of #5065 and #5361): list ppp0 for modem and adslThierry Vignaud2003-11-251-8/+21
| | | | | | connections too (though not all adsl connection types need it) and ippp0 too for isdn ones
* fix #6184: read back "Connection Name" and "Domain Name" fieldsThierry Vignaud2003-11-251-3/+4
|
* (getAndSaveFile) log which file copy failled in order to knwow whichThierry Vignaud2003-11-251-1/+1
| | | | | partition is not big enough (see #6149)
* fix nasty gc errorPascal Rigaux2003-11-251-2/+2
|
* add new mouse "PS/2|Automatic" and use it by default,Pascal Rigaux2003-11-251-3/+4
| | | | | | so that "PS/2|Generic PS2 Wheel Mouse" use protocol IMPS/2 which is needed when we force mouse change live ("auto" doesn't work in that case)
* don't fake ide-scsi for move (otherwise, we would need to do it in stage1 too)Pascal Rigaux2003-11-251-1/+1
|
* for move, make it use ide-scsi *now*, not after rebootPascal Rigaux2003-11-251-0/+5
|
* fix destroying HorizSync & VertRefresh (especially when coming from ddcxinfosPascal Rigaux2003-11-251-2/+5
| | | | | with unknown EISA_ID)
* check that libglx.so is a link instead of checking if it exists (since it isPascal Rigaux2003-11-251-1/+1
| | | | | now in nvidia.clp)
* reintroduce detect_timezone (indeed that one was needed :-()Thierry Vignaud2003-11-241-0/+19
|
* (configure) fix adsl connection class due to type being now translatedThierry Vignaud2003-11-241-1/+1
|
* fix isdn detection: detect all isdn cards, not only the first oneThierry Vignaud2003-11-242-11/+19
|
* bump buildrequire for ldetect because of new APIThierry Vignaud2003-11-241-1/+1
|
* thx perl_checkoThierry Vignaud2003-11-241-1/+1
|
* (getNet) handle zaurus connected through USB cables resulting inThierry Vignaud2003-11-231-1/+1
| | | | | usbnet driver creating usbX interfaces
* (connected2) rename it as check_link_beat() to better reflect what he doesThierry Vignaud2003-11-231-3/+3
|
* (detect_timezone, disconnected, type2interface) kill dead codeThierry Vignaud2003-11-231-33/+1
|
* reuse bg_command:Thierry Vignaud2003-11-232-50/+29
| | | | | | | - major cleanups - get rid of "kid exited -1 at /usr/lib/libDrakX/network/tools.pm line 182." warnings
* introduce bg_command object that enable to fork a sub that give back dataThierry Vignaud2003-11-231-0/+23
| | | | | | through STDOUT a la run_program::get_stdout but w/ arbitrary perl code instead of external program and in background
* updated pot filePablo Saratxaga2003-11-212-0/+22
|
* fix old-style call of lang::set, don't call it in moveGuillaume Cottenceau2003-11-211-1/+1
|
* (getUPS) detect serial MGE tooThierry Vignaud2003-11-211-2/+3
|
* have a fake helpwindow so that wizardwindow shrinks a bit and we don't ↵Guillaume Cottenceau2003-11-211-1/+1
| | | | totally hide "MandrakeMove" logo at bottom
* don't ask mouse when unsafe is not set (and it is currently very seldom set)Pascal Rigaux2003-11-211-1/+1
| | | | | pixel really did miserably commit this in 03/2003, though it was a change used for debugging :-(
* - use "auto" for ps/2Pascal Rigaux2003-11-201-2/+2
| | | | | - allow using same config for ps/2 and imps/2