summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
Commit message (Collapse)AuthorAgeFilesLines
* - fix detecting use of MD5 and shadow passwordsPascal Rigaux2002-08-081-4/+4
| | | | | - cosmetic move of any::addUsers
* typo, change /etc/exports explanation in helpStew Benedict2002-08-061-1/+4
|
* - rename scanner::findScannerUsbport as scanner::detectThierry Vignaud2002-08-061-2/+2
| | | | | | as in mouse.pm - scanner::detect : detect SCSI scanners too
* replace "kill USR1" with "kill 'USR1'" (and same for USR2)Pascal Rigaux2002-08-0515-36/+34
| | | | | (so that 'use strict' works)
* english fixesThierry Vignaud2002-08-051-2/+2
|
* - do not show empty wizard when save button clicked.Daouda Lo2002-08-051-12/+12
|
* - cleanup (remove all sms stuffs: code and labels)Daouda Lo2002-08-051-21/+10
| | | | | - do not expand mail address
* a few more fixes (thanks Jure Repinc & Richard Burt)Pascal Rigaux2002-08-051-3/+2
|
* kill $Log (487 useless lines supressed from drakxtools)Thierry Vignaud2002-08-054-458/+0
|
* - expand $email in cron scriptDaouda Lo2002-08-021-0/+6
|
* - disable sms alerts (free sms site too complicated toDaouda Lo2002-08-021-22/+30
| | | | | | | | | handle). Postponed - mail service should work now - clean up code - give the correct right to cron file to work correctly - fix titi mess
* minor bugfix in calling bootloader::readJonathan Gotti2002-08-021-1/+2
|
* - avoiding looping indefinitalely when selecting items in comboDaouda Lo2002-08-021-10/+15
|
* - add commandline arguments: drakbug --report name_appDaouda Lo2002-08-021-18/+27
|
* - the old $o->{keyboard} is now $o->{keyboard}{KEYBOARD}Pascal Rigaux2002-08-011-34/+41
| | | | | | | | - KBCHARSET is $o->{keyboard}{KBCHARSET} - isNotDelete is $o->{keyboard}{BACKSPACE} (as written in sysconfig/keyboard) - add GRP_TOGGLE which gives XkbOptions "grp:GRP_TOGGLE" - add dialog box to choose GRP_TOGGLE
* perl_checker fixesThierry Vignaud2002-08-011-3/+3
|
* remove obsolote fileThierry Vignaud2002-08-011-53/+0
|
* perl_checker fixesThierry Vignaud2002-08-011-70/+73
|
* perl_checker fixesThierry Vignaud2002-08-011-87/+87
|
* perl_checker fixesThierry Vignaud2002-08-013-28/+31
|
* export licenseThierry Vignaud2002-08-011-1/+1
|
* move embedded and standalone managment from harddrake::ui toThierry Vignaud2002-08-011-1/+8
| | | | | standalone/harddrake2
* Handle parsing --embedded command line in standalone.pmPascal Rigaux2002-07-3121-28/+22
| | | | | | => allows to remove the somewhat mythical $::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/
* - add non-wizard ability to XFdrakePascal Rigaux2002-07-311-2/+13
| | | | | | | - first part of ATI TVout support (still needs patching initscript, and adding an entry in bootloader) (and testing of course :)
* what is needed for usbmouse is "hid mousedev usbmouse" not the weird ↵Pascal Rigaux2002-07-311-2/+2
| | | | "serial_usb"
* use configure_chooser when there is an existing configurationPascal Rigaux2002-07-311-2/+7
|
* - many changesDaouda Lo2002-07-311-37/+70
| | | | | | - command line support (--report name_of_program), to be used in tools - ergonomy fixes (use table to align widget correctly)
* make new perl_checker happyPascal Rigaux2002-07-313-10/+14
|
* - complete re-writeChristian Belisle2002-07-301-8/+2
|
* never EVER put $xxxx in to-be-translated strings!!Pascal Rigaux2002-07-301-2/+2
|
* don't translate useless strings (here: "\n")Thierry Vignaud2002-07-301-1/+1
|
* deush need to learn englishThierry Vignaud2002-07-301-2/+2
|
* use $o->{interactiveSteps} instead of ↵Pascal Rigaux2002-07-301-6/+6
| | | | @install_steps_auto_install::graphical_steps
* - fix using deprecated Xconfig.pmPascal Rigaux2002-07-291-42/+18
| | | | | | | | - document dam's hack for test mouse - cleanup - don't bother reading XFree mouse config (using keep_auxmouse_unchanged of mouse::write_conf)
* make perl_checker happyPascal Rigaux2002-07-291-0/+2
|
* (ask_for_X_restart): make it workPascal Rigaux2002-07-291-3/+4
|
* read and wrote /etc/modules.confThierry Vignaud2002-07-291-0/+2
|
* - adapt to new Xconfig modulesPascal Rigaux2002-07-281-28/+74
| | | | | - try out the new "XFdrake resolution" and "XFdrake monitor" that'll get into DrakConf soon
* Numerous GUI crash fixes, oddities. Install needed packages. Fix email, ↵Stew Benedict2002-07-281-4106/+2748
| | | | | | | | daemon modes. Add rsync, webdav, cd, tape capabilities. Consolidate net method setup screens. Add CD device capability query.
* Check for/install terminal-server and friends. More intelligent error ↵Stew Benedict2002-07-281-19/+33
| | | | | | | message when mkisofs fails. Cleanup code for use strict. Fix crash when no backup dhcpd.conf.
* - add browser list in case BROWSER env var isn't setDaouda Lo2002-07-261-2/+7
|
* - more consistency when back button hit in wizard modeDaouda Lo2002-07-261-2/+9
| | | | | - back button at last stage.
* - don't display services that are not installedDaouda Lo2002-07-251-17/+29
| | | | | | - word wrap string correctly - cleanup
* merge timeout and cancel casesThierry Vignaud2002-07-251-3/+1
|
* simplify:Thierry Vignaud2002-07-251-5/+1
| | | | | | | - we don't need to set media_type, we don't use it - mouse and mass storage media use the same key, let merge their code path
* use Xconfig::xfree to set the XkbLayout (better should&will come)Pascal Rigaux2002-07-241-19/+8
|
* - Big Move 1: interactive::* hierarchyThierry Vignaud2002-07-238-11/+17
|
* faster service startupThierry Vignaud2002-07-231-11/+8
|
* - complete app listDaouda Lo2002-07-201-10/+15
|
* rename $i in $X (to have the same as Xconfigurator.pm)Pascal Rigaux2002-07-191-6/+6
|