summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* workaround empty fields when advanced_state is enabled since theThierry Vignaud2003-10-311-1/+3
| | | | | beginning
* remove useless module useThierry Vignaud2003-10-311-1/+0
|
* - for now, check new devices against description (later with port too)Thierry Vignaud2003-10-311-9/+9
| | | | | - fix driver/port mismatch
* auto config ups devicesThierry Vignaud2003-10-311-0/+66
|
* move: "adduser" alike stepGuillaume Cottenceau2003-10-311-48/+54
|
* from Salane KIng <sking4 at cinci.rr dot com>: enable to access sambaThierry Vignaud2003-10-311-1/+1
| | | | | drives on other computers to easily install windows fonts
* don't getFile VERSION in move or testingPascal Rigaux2003-10-311-6/+8
|
* cleanup Xfree server @options handlingPascal Rigaux2003-10-311-14/+11
|
* handle new exception system from perl-Glib >= 0.96Thierry Vignaud2003-10-301-0/+1
|
* fix always detecting ethernet cards even when none is presentThierry Vignaud2003-10-301-1/+2
|
* allow move to be launched in testing modeGuillaume Cottenceau2003-10-301-4/+6
|
* ensure we quit at once when we can't launche X server (I want toGuillaume Cottenceau2003-10-301-1/+1
| | | | | have "can't launche graphical mode :(" as last msg)
* perl_checkerGuillaume Cottenceau2003-10-301-1/+1
|
* (get_hw_address) introduce it to eventually track down ethernet cardsThierry Vignaud2003-10-301-0/+30
| | | | | swap/move on bootstrapping
* check_prog won't work if arguments are not properly splitted when passed to ↵Guillaume Cottenceau2003-10-301-1/+1
| | | | run_program
* log a bit more live mouse type changeGuillaume Cottenceau2003-10-301-1/+1
|
* fix anthill bug #50: ensure /etc/ppp/pap-secrets is not world readableThierry Vignaud2003-10-301-2/+4
| | | | | since it contains password/user mapping for dialup
* perl_checker fixesThierry Vignaud2003-10-291-2/+2
|
* fix installer when network::ethernet wasn't loaded beforeThierry Vignaud2003-10-291-0/+1
|
* (getUPS) detect usb UPS (serial_probe not seeing them for now)Thierry Vignaud2003-10-291-0/+4
|
* pine is no more in the distroThierry Vignaud2003-10-291-1/+1
|
* fixed for ongoing bug since at least 9.0 for alias not reported in current ↵Francois Pons2003-10-281-1/+1
| | | | installation.
* set drakconnect as config tool for modems as well as for isdn & adslThierry Vignaud2003-10-271-3/+3
| | | | | adapters
* list isdn adapters in their own class instead of showing them up asThierry Vignaud2003-10-271-1/+3
| | | | | unknown devices
* split out adsl detection from modem one into its one categoryThierry Vignaud2003-10-271-1/+3
|
* sort export listThierry Vignaud2003-10-271-1/+1
|
* fix requires for c::_exit()Thierry Vignaud2003-10-271-0/+1
|
* (isdn_get_info) simplify it trough MDK::CommonThierry Vignaud2003-10-271-3/+1
|
* simplify isdn detection:Thierry Vignaud2003-10-272-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 readableThierry Vignaud2003-10-271-1/+1
| | | | | - ensure previously detected isdn stuff is cleared on redetection
* blacklist Net::Ping in order to be able to parse network::toolsThierry Vignaud2003-10-271-0/+1
|
* sortThierry Vignaud2003-10-271-6/+6
|
* use fast_mouse_probe first in mandrake movePascal Rigaux2003-10-231-2/+2
|
* if we have /bin/loadkeys, use itPascal Rigaux2003-10-231-1/+3
|
* - use setxkbmap instead of xmodmap if setxkbmap is availablePascal Rigaux2003-10-231-4/+8
| | | | | - don't run setxkbmap chrooted
* don't use exit(), use _exit()Pascal Rigaux2003-10-231-1/+1
|
* handle usb isdn adaptersThierry Vignaud2003-10-221-2/+4
|
* add entries for usb isdn adaptersThierry Vignaud2003-10-221-0/+10
|
* fix steping back on choosing isdn card stepThierry Vignaud2003-10-221-1/+1
|
* fix isdn detectionThierry Vignaud2003-10-221-1/+1
|
* misc perl_checker cleanupsThierry Vignaud2003-10-203-25/+23
|
* kill warning complaint from gcc aka resync with official newt headersThierry Vignaud2003-10-201-1/+1
|
* kill warning complaint from gcc aka resync with official rpm headersThierry Vignaud2003-10-201-1/+1
|
* misc perl_checker cleanupsThierry Vignaud2003-10-203-8/+8
|
* drakperm incorrectly enable one to click "ok" after having altered aThierry Vignaud2003-10-201-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 itemsThierry Vignaud2003-10-201-10/+13
|
* perform test once and move it out of the save loopThierry Vignaud2003-10-201-3/+3
|
* un-jonathan-ize()Thierry Vignaud2003-10-201-10/+4
|
* consolidate, simplify, remove duplicateThierry Vignaud2003-10-201-36/+24
|
* print more understandable error message on parse errorThierry Vignaud2003-10-201-1/+1
|