summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
...
* (info_dialog) introduce another dialog helperThierry Vignaud2003-08-181-1/+8
|
* make testing mode usefull for debugging drakfloppyThierry Vignaud2003-08-181-2/+2
|
* fix some previous callback in drakconnect wizard modeThierry Vignaud2003-08-183-8/+13
|
* kill buggy and no more used gtkbuttonset()Thierry Vignaud2003-08-181-5/+0
|
* (configure_lan) fix crash on interface enabling/disablingThierry Vignaud2003-08-181-5/+11
| | | | | (get_intf_status) factorize translations and use upcase initale
* better message when no ip (aka interface down or broken)Thierry Vignaud2003-08-181-2/+2
|
* allow hostname change in mccDamien Chaumette2003-08-171-5/+44
| | | | | perl_checker
* updated Bulgarian, Estonian, Basque, Hungarian, Albanian, Uzbek and ChinesePablo Saratxaga2003-08-161-32/+195
|
* updated pot filePablo Saratxaga2003-08-152-135/+400
|
* *** empty log message ***Pascal Rigaux2003-08-141-1/+299
|
* in floppy_info(), check ioctl success and use FDPOLLDRVSTAT (copied from ↵Pascal Rigaux2003-08-141-2/+5
| | | | kudzu code)
* start user definable crontab entry - sorry translators, new strings :(Stew Benedict2003-08-141-23/+108
|
* updated Turkish filePablo Saratxaga2003-08-142-46/+46
|
* fixed typoPablo Saratxaga2003-08-131-1/+1
|
* some english typo fixes thx to Arpad BiroGuillaume Cottenceau2003-08-134-9/+9
|
* updated pot filePablo Saratxaga2003-08-131-6/+6
|
* fixed to build an inflexion point in list file (so that urpmi can found it).Francois Pons2003-08-131-5/+6
|
* Use bash in stage2 on IA-64Gwenolé Beauchesne2003-08-131-0/+4
|
* generate a list file if a macro is used (and only in this case).Francois Pons2003-08-131-3/+9
|
* fixed with_hdlist possibly incorrect.Francois Pons2003-08-131-1/+12
|
* updated pot filePablo Saratxaga2003-08-131-6/+6
|
* added tiny support for arch dependant directory.Francois Pons2003-08-131-1/+5
|
* fix mcc lan changes (fix at least #4088)Damien Chaumette2003-08-131-26/+33
|
* added log for checking deselection (check deadlock unless gtk are doing them).Francois Pons2003-08-131-2/+25
| | | | | workaround for rpmdb problems of opening Conflictname and Triggername files.
* corrected typoPablo Saratxaga2003-08-131-1/+1
|
* fixed to match new pxe dhcp.conf configuration file.Francois Pons2003-08-131-2/+2
|
* updated with newer xfs_progs.Francois Pons2003-08-131-1/+1
|
* Updated Spanish translationsFabián Mandelbaum2003-08-131-1731/+2760
|
* updated pot filePablo Saratxaga2003-08-1356-111157/+172589
|
* medias -> mediaStew Benedict2003-08-121-3/+3
|
* do pop the "do you want to install samba?" (otherwise when cancel is pressed,Pascal Rigaux2003-08-121-4/+1
| | | | | | drakconf thinks the install exited abnormally since no window was embedded whereas "diskdrake --smb" is normally embedded)
* drakxtools depends on gurpmi (do_pkgs->install for example)Guillaume Cottenceau2003-08-121-2/+5
|
* > During the installation when one chooses Uzbek (latin) as a language the nextPascal Rigaux2003-08-121-1/+1
| | | | | | | | | | > installation stage comes in English. However, DrakX creates > /usr/share/locale_special/uz/LC_MESSAGES/libDrakX.mo and > /usr/share/locale/uz/LC_* files. this comes from during_install__l2charset() returning UNICODE which is not recognised.
* by the way, gen_locales.sh makes an error becausePascal Rigaux2003-08-121-1/+1
| | | | | | | | | | | /usr/X11R6/lib/X11/locale/common doesn't exist anymore. It used to contain ximcp.so.2 xlcDef.so.2 xlcUTF8Load.so.2 xlibi18n.so.2 xlocale.so.2 xomGeneric.so.2 in mdk9.0, but mdk9.1 install was without it and it was ok...
* Mb -> MB [Bug 4381]Stew Benedict2003-08-121-8/+8
|
* updated pot filePablo Saratxaga2003-08-112-128/+101
|
* Search for files to restore.Stew Benedict2003-08-111-61/+99
| | | | | | Fix looping signal_connect in catalog restore. GUI fixes - Fabrice FACORAT.
* added bash-completion in TERMINALS section.Francois Pons2003-08-111-1/+1
|
* more newbie-friendly message:Pascal Rigaux2003-08-111-1/+1
| | | | | | | "You need to log out and back in again for changes to take effect" instead of "Please relog into %s to activate the changes" (as suggested on cooker, thanks!)
* fix typo (fix bug #4239)Pascal Rigaux2003-08-111-1/+1
|
* perl_checker compliancePascal Rigaux2003-08-111-1/+1
|
* when any::setupBootloader_simple() fail, use any::setupBootloader() afterwardsPascal Rigaux2003-08-112-3/+7
|
* sanitize_ver() can fail and return ''Pascal Rigaux2003-08-111-1/+1
|
* perl_checker compliancePascal Rigaux2003-08-117-10/+9
|
* why were c, pkgs and URPM::Resolve excluded? i don't know, but that's muchPascal Rigaux2003-08-111-3/+0
| | | | | better when perl_checker can see them
* use $::prefix instead of passing $prefix to functionsPascal Rigaux2003-08-105-49/+44
|
* since we wrote the password in /etc/passwd, we must convert to shadowPascal Rigaux2003-08-101-0/+3
|
* use Gtk2::Button->new_with_label instead of Gtk2::Button->new for some ↵Pascal Rigaux2003-08-102-2/+2
| | | | widgets otherwise underscores become underlines (bug #4678)
* perl_checker compliancePascal Rigaux2003-08-101-2/+2
|
* replace "Press \"Forward\" to continue" with "Press \"%s\" to continue" (bug ↵Pascal Rigaux2003-08-101-1/+1
| | | | #4564)