summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* kill usb_id like usb_vendor is (for USB mass storage media)Thierry Vignaud2004-06-171-1/+1
|
* add missing field for hard disksThierry Vignaud2004-06-171-0/+1
|
* the split of the cpu help nicely show up that mice were using CPU help.Thierry Vignaud2004-06-171-0/+3
| | | | | let's describe their "name" field too.
* split out CPU helpThierry Vignaud2004-06-171-16/+19
|
* use new infrastructure in order to not display useless floppy help for SCSIThierry Vignaud2004-06-171-1/+8
| | | | | disks
* add infrastructure for per class help (and add missing space around bracketsThierry Vignaud2004-06-171-64/+76
| | | | | that perl_checker did miss :-()
* (pciusb_id) fix duplicated USB disks (in both disk and unknown categories)Thierry Vignaud2004-06-171-1/+9
|
* perl_checker cleanupThierry Vignaud2004-06-171-1/+1
|
* bump buildrequires on ldetect-devel so that tools get proper moduleThierry Vignaud2004-06-171-1/+1
| | | | | information on USB devices (we should really use a shared library instead ...)
* (set_removable_configurator) fix typo preventing adding entries inThierry Vignaud2004-06-171-1/+1
| | | | | /etc/fstab for new removable media
* - AD_users_db is cn=users,ldap_domain and not cn=users,dc=servername,ldap_domainPascal Rigaux2004-06-171-44/+44
| | | | | | | - AD_user (for binddn) is user@domain instead of cn=user,cn=users,ldap_domain - better system-auth krb5 configuration (all this as requested by Vincent Guardiola)
* compile everything with standard flags from rpmThierry Vignaud2004-06-171-2/+1
|
* *** empty log message ***Pascal Rigaux2004-06-151-1/+341
|
* rename is_same_part to are_same_partitions (not that much clear, but at ↵Pascal Rigaux2004-06-153-3/+4
| | | | least a little)
* use "find { ... }"Pascal Rigaux2004-06-151-2/+2
|
* - new function subpart_from_wild_device_name()Pascal Rigaux2004-06-151-20/+38
| | | | | - use it
* remove some broken sparc codePascal Rigaux2004-06-151-34/+1
|
* allow easy tracing of stage2Pascal Rigaux2004-06-151-0/+4
|
* the presence of loadkeys doesn't mean it is the regular one. (fixes loadkeys ↵Pascal Rigaux2004-06-151-5/+8
| | | | calling itself)
* .backupignore issues (email reports), typo in "other" routineStew Benedict2004-06-151-3/+3
|
* remove PERL_INSTALL_DEBUG code modifying install2 (unused and not working ↵Pascal Rigaux2004-06-151-5/+0
| | | | anyway)
* (set_removable_configurator) switch from diskdrake to drakupdate_fstabThierry Vignaud2004-06-151-1/+1
| | | | | (like hotplug we just automatically guess what's better)
* increase the number of loopbacks (needed for mandrakemove where the default ↵Pascal Rigaux2004-06-151-1/+1
| | | | (8) is much too low :)
* update commentThierry Vignaud2004-06-151-1/+1
|
* rename usbnet as net_modulesThierry Vignaud2004-06-151-2/+2
|
* fix 10-44mdk's changelogThierry Vignaud2004-06-151-1/+1
|
* updated Welsh filePablo Saratxaga2004-06-141-1932/+1980
|
* updated Norwegian filePablo Saratxaga2004-06-141-1942/+2052
|
* updated Nynorsk filePablo Saratxaga2004-06-141-1945/+2089
|
* updated pot filePablo Saratxaga2004-06-1450-97867/+124153
|
* (ask_fromW_real) make previous button be labeled "cancel" when neededThierry Vignaud2004-06-141-1/+1
|
* do not automatically switch from nv to nvidia (in order to handleThierry Vignaud2004-06-141-2/+2
| | | | | cases where nvidia module crashes the system)
* Added image for Berber language, so it is available when it would be neededPablo Saratxaga2004-06-141-0/+0
|
* 10-44mdkThierry Vignaud2004-06-141-1/+18
|
* since some hard disks are USB models, we've to filtering them out once we'veThierry Vignaud2004-06-141-1/+1
| | | | | detected them in order to prevent tem to appear in the "unknown/other" category
* enable drag on drop when looking only at customized settingsThierry Vignaud2004-06-141-1/+5
|
* enforce introduction of translators hints into translation catalogsThierry Vignaud2004-06-145-25/+36
| | | | | | | | | | | (perl_checker should have been loudly complain on those!!!! :-(): - add missing coma caracter - move them near translations note that i didn't bother check po comments that already have the proper comma. instead this should be done by perl_checker which should warn about po comments out of translation calls and tags contexts
* display more data about hard disks (geometry, number of primary/extendedThierry Vignaud2004-06-141-0/+14
| | | | | partitions)
* ethernet card detection: only rely on driver for matching ethernet cards, thusThierry Vignaud2004-06-141-7/+2
| | | | | | | | preventing mislisting of other/unwanted devices (eg: bluetooth, wlan, AX25). last but not least, it enables us to catch ldetect/ldetect-lst/detect_devices bugs where some devices are *not* seen by drakx and drakconnect.
* remove useless filtering in bridges detection code since proper filtering (forThierry Vignaud2004-06-141-1/+1
| | | | | dobles) is already done at the upper level.
* fix misdetection of nvidia nforce ethernet cards (broken since forcedethThierry Vignaud2004-06-141-1/+1
| | | | | replaced nvnet on 2004-01-21 in MDK10's ldetect-lst)
* merge lost hunkThierry Vignaud2004-06-111-2/+2
|
* s/_([xy])\b/_\1\1/ so that cperl-mode is happierThierry Vignaud2004-06-111-14/+14
|
* make draksplash work again...Thierry Vignaud2004-06-111-24/+25
|
* perl_checker compliancePascal Rigaux2004-06-101-1/+1
|
* - hde is ide/host1/bus0/target0/lun0, and not ide/host0/bus2/target0/lun0Pascal Rigaux2004-06-101-3/+5
| | | | | - add host in hd struct for bus ide
* first lan step: replace the "manual choice" string by the moreThierry Vignaud2004-06-101-2/+2
| | | | | meaningfull "manually load a driver"
* first lan step: do not compare translated strings, use format callbackThierry Vignaud2004-06-101-3/+3
|
* fix trainee suckinessOlivier Blin2004-06-101-1/+1
|
* (get) default to standard level; else security::msec won't be able toThierry Vignaud2004-06-101-1/+1
| | | | | | load any values when level is not set (thus resulting in an empty draksec GUI)