summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* add a "trouble shooting" windowThierry Vignaud2003-01-141-4/+38
|
* don't say "You must have a swap partition"Pascal Rigaux2003-01-131-1/+0
| | | | | (since it's after using diskdrake which is for experts)
* *** empty log message ***Thierry Vignaud2003-01-131-1/+5
|
* it's uneeded to force scalar contextThierry Vignaud2003-01-131-1/+1
|
* make get_descr_from_ppd() clearer by :Thierry Vignaud2003-01-131-11/+9
| | | | | | | - using cat_() instead of manual open or ... - using "$var = s/$regexp//" instead of "var=/regexp\(...\)/; var=$1;"
* simplify set_cups_autoconf()Thierry Vignaud2003-01-131-5/+2
|
* remove old bug referenceThierry Vignaud2003-01-131-4/+0
|
* print_testpages() : factorize and simplify options managmentThierry Vignaud2003-01-131-66/+26
| | | | | by using an options hash
* add_spooler_to_security_level(), configure_queue()Thierry Vignaud2003-01-131-12/+4
| | | | | | and config_sane() : factorize common code, aka resuse MDK::Common
* setup_local_autoscan():Thierry Vignaud2003-01-131-21/+3
| | | | | | - don't reinvent the wheel, reverse is faster - remove doble $device initialization in one path
* setup_local_autoscan() : simplify loop of loopThierry Vignaud2003-01-131-7/+2
| | | | | and optimize away useless $alreadyfound
* updateThierry Vignaud2003-01-131-7/+6
|
* this is not a per class help, but we told the user whatThierry Vignaud2003-01-131-9/+2
| | | | | he can achieve (aka not only on startup)
* add support for zip drivesThierry Vignaud2003-01-131-0/+1
|
* listlength() is obviously just "overhead" for arraysThierry Vignaud2003-01-131-1/+1
|
* use diskdrake to configure cdroms, dvroms, cd|dvd -burners,Thierry Vignaud2003-01-131-2/+4
| | | | | floppies and zip drives
* Avoid unnecessary restarts of the CUPS daemon.Till Kamppeter2003-01-132-3/+9
|
* Removed debug helper line.Till Kamppeter2003-01-131-2/+1
|
* New CUPS printer sharing configuration dialog.Till Kamppeter2003-01-133-75/+708
| | | | | Reverted broken printer::main::set_usermode() to version of Mandrake 9.0.
* drakxtools need latest perl-MDK-CommonPascal Rigaux2003-01-121-1/+1
|
* capitalise win $domain ASAP so that directory /home/$domain is createdPascal Rigaux2003-01-111-1/+2
| | | | | capitalised (thanks to Buchan Milne)
* *** empty log message ***Pascal Rigaux2003-01-101-1/+133
|
* do not use supermount by defaultPascal Rigaux2003-01-101-1/+1
|
* (readBootloaderConfigBeforeInstall): set bootUnsafe to 0 when upgrading soPascal Rigaux2003-01-101-0/+2
| | | | | that it doesn't ask where to install the bootloader (mbr vs boot partition)
* lvm on / works (dixit Brian J. Murrell)Pascal Rigaux2003-01-101-1/+1
|
* simplify and factorizePascal Rigaux2003-01-104-25/+29
| | | | | (now works on 1.upgrade 2.install 3.install + change existing config)
* fix priorityPascal Rigaux2003-01-101-2/+2
|
* fix unused varsPascal Rigaux2003-01-101-1/+1
|
* - catch wizcancel dieDamien Chaumette2003-01-101-59/+1
| | | | | | - fix fucked previous button after configuration completes - little cleanup
* *** empty log message ***Damien Chaumette2003-01-091-91/+43
|
* there's an oss usb driver tooThierry Vignaud2003-01-091-2/+2
|
* - snd-rme9652 is a snd-rme96 sub moduleThierry Vignaud2003-01-091-4/+3
| | | | | - fix rme96xx <=> snd-rme96 equivalence
* quite a number of ensoniq cards are managed by sb.oThierry Vignaud2003-01-091-7/+6
|
* - pss is the oss equivalent of alsa ad1848Thierry Vignaud2003-01-091-2/+2
| | | | | - oss ad1848 is not a driver but a sub module
* cmi8330 is handled by sb tooThierry Vignaud2003-01-091-3/+3
|
* als100 card is handled by sb oss sound driverThierry Vignaud2003-01-091-3/+3
|
* oss trident driver handle ali5451 tooThierry Vignaud2003-01-091-3/+3
|
* - remove dobleThierry Vignaud2003-01-091-3/+2
| | | | | | - add a comment noting there's no alsa alternative for oss' ad1889 driver
* changed interface of detect_devices::install_addons.Francois Pons2003-01-091-1/+1
|
* add update-ldetect-lst after install_addons.Francois Pons2003-01-091-3/+6
|
* (configureNetwork): call install_steps::configureNetwork()Pascal Rigaux2003-01-091-0/+1
|
* (easy_dhcp): don't call network::configureNetwork2Pascal Rigaux2003-01-091-2/+0
|
* fix "unlisted driver" bug for rme driverThierry Vignaud2003-01-091-3/+3
|
* - add new oss drivers : ad1889, ali5455 and forteThierry Vignaud2003-01-091-13/+13
| | | | | | | | | | | - mark forte as oss counterpart for alsa snd-fm801 driver - mark ice1712 as oss counterpart for alsa snd-ice1712 driver - mark ali5455 as one of the oss counterpart for alsa snd-intel8x0 driver - update top commentary - snd-via686 and snd-via8233 were merged in via82cxxx_audio - don't pollute install ml anymore
* - configureNetwork step now only does easy_dhcp()Pascal Rigaux2003-01-092-9/+9
| | | | | - added full network configuration to summary
* (installPackages): do pop error messagesPascal Rigaux2003-01-091-0/+1
|
* make return value name more explicitThierry Vignaud2003-01-091-3/+3
|
* - fix priorityPascal Rigaux2003-01-091-1/+3
| | | | | - add a log
* simplifyThierry Vignaud2003-01-091-3/+3
|
* Added cupsd.conf handling functions for a new printer sharing configuration ↵Till Kamppeter2003-01-091-0/+242
| | | | dialog.