summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/service_harddrake
Commit message (Collapse)AuthorAgeFilesLines
* perl_checker fixThierry Vignaud2003-01-231-0/+1
|
* reconfigure sound slots at boot time (we should enhance slot fillingThierry Vignaud2003-01-231-0/+8
| | | | | | by keeping existent module affectation, aka keep user choice if his module for slot X is not the default one)
* make perl_checker happyPascal Rigaux2003-01-161-1/+1
|
* perl_checker fixesThierry Vignaud2003-01-161-7/+7
|
* "je n'en veux + de cette engeance" (c) pixel :Thierry Vignaud2003-01-161-1/+1
| | | | | | make explanations provided by log and not anymore by standalone, thus preventing using standalone in drakx (which is bad)
* perl_checker fixesThierry Vignaud2002-11-201-2/+2
|
* make perl_checker happyPascal Rigaux2002-11-061-2/+2
|
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-4/+4
| | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous!
* don't detect same removed/added when upgrading from previous releasesThierry Vignaud2002-09-091-0/+1
|
* - harddrake:Thierry Vignaud2002-09-091-24/+28
| | | | | | | | o don't pollute sbin namespace with one shot scripts o add run wrapper script for harddrake service o disable ?dm part o timeout configurator offer to 5 seconds
* - harddrake::data : consolidate common code in custom_id()Thierry Vignaud2002-09-061-16/+15
| | | | | | | - do some detection in dm stage - fix bad test - display better name
* 25mdkThierry Vignaud2002-08-291-3/+1
|
* - kill dead codeThierry Vignaud2002-08-201-21/+3
| | | | | - more use of MDK::Common
* - use draksound wizardThierry Vignaud2002-08-201-2/+2
| | | | | | - boot: only check for removed/added disks, video card, ethernet devices and mouse
* check the config file isn't emptyThierry Vignaud2002-08-131-1/+1
|
* 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
* faster service startupThierry Vignaud2002-07-231-11/+8
|
* - configurator got displayedThierry Vignaud2002-07-091-19/+19
| | | | | - move timeout around configurator asking (still not 100% ok)
* time out after 200 secondsThierry Vignaud2002-07-091-1/+6
|
* fix boot freeze on hw change: initscript was running us with stdoutThierry Vignaud2002-07-091-13/+1
| | | | | redirected to /dev/null; just use a small sh wrapper to fix it
* - only work on startThierry Vignaud2002-07-081-1/+9
| | | | | | - add "please wait" message - really don't cry when no previous config
* skip configuration on firt runThierry Vignaud2002-07-081-1/+2
|
* skip hw classes without configurator (which'll have a configuratorThierry Vignaud2002-07-081-0/+1
| | | | | after porting updfstab)
* various cleanups:Thierry Vignaud2002-07-081-1/+1
| | | | | | | | - move all harddrake modules to harddrake namespace - replace two use by require so that it's not done at compil time but at runtime - there was a missing $ in harddrake::ui.pm
* harddrake2: "the return of the vengeance son"Thierry Vignaud2002-07-041-0/+97
- harddrake/data.pm: the data structure - harddrake/ui.pm: the ui code - standalone/service_harddrake: the init.d service (which need a few polishing (timeout, ...) - standalone/harddrake2: the ui caller which need to be dadou/ln -fied