summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* allow a range of ports (anthill bug #267)Pascal Rigaux2004-01-121-3/+8
|
* big pot file updatePablo Saratxaga2004-01-102-21134/+21122
|
* fixed typosPablo Saratxaga2004-01-102-2/+2
|
* fix changelogThierry Vignaud2004-01-101-2/+2
|
* one more fixThierry Vignaud2004-01-101-0/+1
|
* fix drakboot --boot embeddingThierry Vignaud2004-01-091-1/+0
|
* 9.3-16mdkThierry Vignaud2004-01-091-1/+5
|
* handle exceptions with Glib-1.020/Gtk2-1.022Thierry Vignaud2004-01-091-0/+1
|
* fix wizard when logdrake is embededThierry Vignaud2004-01-091-0/+1
|
* 9.3-15mdkThierry Vignaud2004-01-091-2/+39
|
* (gtktext_insert) make it works with both Glib-0.95/Gtk2-0.95 andThierry Vignaud2004-01-091-2/+1
| | | | | Glib-1.020/Gtk2-1.022
* - apply and ok button now workingDamien Chaumette2004-01-091-20/+39
| | | | | - some clean up
* *** empty log message ***Pascal Rigaux2004-01-091-1/+71
|
* new do_pkgs package which get rid of pkgs_interactive::* which was in ↵Pascal Rigaux2004-01-093-129/+224
| | | | | | | install_any and standalone, and partially duplicated
* share translations with harddrakeThierry Vignaud2004-01-091-8/+10
|
* information box fully fonctionnal for ethernet cardsDamien Chaumette2004-01-091-28/+35
|
* enable other packages to override libDrakx translations with thoseThierry Vignaud2004-01-091-1/+1
| | | | | | from their own domains (eg: prevent mcc to display "partition de demarrage" instead of "demarrage" in french for "boot" ...)
* get translated strings in directory gi/perl-install to have xxx.pm instead ↵Pascal Rigaux2004-01-091-4/+5
| | | | of ../../xxx.pm
* http://serv.mydomain/pub/install must get split into server:serv.mydomain andPascal Rigaux2004-01-091-104/+1
| | | | | directory:/pub/install, and not directory:pub/install
* tag megaraid controllers as scsi onesThierry Vignaud2004-01-091-2/+2
|
* perl_checker compliancePascal Rigaux2004-01-091-1/+1
|
* simplify, cleanupPascal Rigaux2004-01-091-23/+10
|
* simplifyPascal Rigaux2004-01-091-6/+2
|
* remove a few other SIG{__DIE__}Pascal Rigaux2004-01-092-4/+0
|
* - informations afford copy/paste (mac address)Damien Chaumette2004-01-081-30/+27
| | | | | | - add module name to informations - perl_checker compliant
* *** empty log message ***Pascal Rigaux2004-01-081-1/+182
|
* no need to log the error twice, errorInStep will take care of itPascal Rigaux2004-01-081-1/+0
|
* display the errorPascal Rigaux2004-01-082-1/+3
|
* better override formatError than replacing all the formatError with ↵Pascal Rigaux2004-01-081-3/+4
| | | | | | | formatError_and_log (goal: get log'ing even now that SIG{__DIE__} is not there anymore)
* - integrate chkauth (which is now deprecated)Pascal Rigaux2004-01-085-106/+251
| | | | | - new module authentication
* add formatError_and_log (to get log'ing even now that SIG{__DIE__} is not ↵Pascal Rigaux2004-01-081-1/+7
| | | | there anymore)
* add a separator below buttons on fredc requestThierry Vignaud2004-01-081-13/+16
|
* fordward sagem net_cnx_up fixThierry Vignaud2004-01-081-4/+4
|
* perl_checker compliancePascal Rigaux2004-01-082-4/+6
|
* first 'manage interface' implementatiimplementationDamien Chaumette2004-01-081-6/+175
|
* authentification is french, the english word is authenticationPascal Rigaux2004-01-082-2/+2
|
* i thought stage1 didn't call runinstall2 anymore... what's wrong with me??Pascal Rigaux2004-01-081-0/+1
|
* (configure_net)Thierry Vignaud2004-01-081-11/+12
| | | | | | - make buttons smaller - follow button std order
* move all options parsing pieces togetherThierry Vignaud2004-01-081-2/+1
|
* restore exit_dialogsubThierry Vignaud2004-01-081-1/+1
|
* (configure_net)Thierry Vignaud2004-01-081-10/+7
| | | | | | | when there's no connection: - fix message for new drakconnect scheme - shrink code by reusing interactive
* runinstall2 is deprecated, install2 is called directlyPascal Rigaux2004-01-082-4/+0
|
* add a fam description (telling that GNOME & KDE uses it). closes part of ↵Pascal Rigaux2004-01-081-0/+2
| | | | bugzilla #1704
* drop keytable line in grub config file since grub doesn't handle it anymorePascal Rigaux2004-01-081-1/+0
| | | | | (patch dropped long ago in grub 0.90-3mdk)
* - simplify lilo boot message. Not mentioning the timeout parameter fixes ↵Pascal Rigaux2004-01-081-22/+3
| | | | | | | | bugzilla #5429 - remove /boot/grub/messages and don't use the i18n command which are obsolete since grub doesn't handle it anymore
* logging when __DIE__ing is dangerous:Pascal Rigaux2004-01-072-3/+0
| | | | | | | - in diskdrake, logging the error via c::syslog caused $@ to be undefined, causing the error to be dropped! (esp "you need to reboot") - during install, no known error, but it's better to remove it anyway (bye bye the "warning: ..." in ddebug.log, sniff)
* when called from commands.pm, install_any is not loadedPascal Rigaux2004-01-071-1/+4
|
* DVD+RW support, perl_checker, fix bogus cron messageStew Benedict2004-01-071-19/+19
|
* handle lilo not installedPascal Rigaux2004-01-072-12/+6
|
* we need latest perl-MDK-CommonPascal Rigaux2004-01-071-1/+1
|