summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
Commit message (Collapse)AuthorAgeFilesLines
* draknet is dead; viva el drakconnectThierry Vignaud2002-07-111-694/+0
|
* update copyrightThierry Vignaud2002-07-111-1/+1
|
* changing draknet name to drakconnectDamien Chaumette2002-07-111-0/+694
|
* perltidy parsing.Sebastien Dupont2002-07-112-2761/+4866
|
* readd iconsThierry Vignaud2002-07-1026-0/+0
|
* readd iconsThierry Vignaud2002-07-1026-0/+0
|
* - code updateDaouda Lo2002-07-101-5/+5
| | | | | - use local http server for test.
* - redirect stderrThierry Vignaud2002-07-091-5/+1
| | | | | - remove old commented stuff
* - 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-092-13/+58
| | | | | redirected to /dev/null; just use a small sh wrapper to fix it
* no need to 'use strict' in "binary"Thierry Vignaud2002-07-081-1/+0
|
* - 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)
* - detect package automatically when app is chosenDaouda Lo2002-07-081-7/+12
|
* - fix options handlingThierry Vignaud2002-07-081-6/+5
| | | | | | - use "perl -w" - s/bttv/harddrake::bttv/ due to recent changes
* - standalone appDaouda Lo2002-07-081-0/+127
|
* various cleanups:Thierry Vignaud2002-07-083-6/+4
| | | | | | | | - 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
* add harddrake2 iconsThierry Vignaud2002-07-0626-0/+0
|
* add missing 'use lib' due to harddrak::ui changesThierry Vignaud2002-07-061-0/+1
|
* simplifyThierry Vignaud2002-07-061-2/+2
|
* if we're root and there's a tv card managed by bttv, offer toThierry Vignaud2002-07-051-2/+6
| | | | | configure bttv trough harddrake::bttv
* harddrake2: "the return of the vengeance son"Thierry Vignaud2002-07-042-0/+103
| | | | | | | | | | | - 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
* - don't display clear passwordDaouda Lo2002-07-041-2/+4
|
* Add drakTermServ application and icon.Stew Benedict2002-06-272-0/+1288
|
* *** empty log message ***Pascal Rigaux2002-06-191-1/+1
|
* use "wide links = no" for exporting via samba (thanks to Jan Schäfer)Pascal Rigaux2002-06-191-1/+2
|
* added server, user and network advanced optionsChristian Belisle2002-06-171-2/+32
|
* Add an entry for the security user emailChristian Belisle2002-06-101-2/+28
|
* time to remove ipchains/2.2 stuff since now ipchains and iptablesGuillaume Cottenceau2002-04-091-137/+18
| | | | | packages conflict
* moving from his own rpm to drakxtoolsYves Duret2002-04-071-0/+456
|
* remove uninteresting yduret changes,Sebastien Dupont2002-04-041-32/+29
| | | | | | | would it be possible to know what are your "bugs fixies" ? to yduret: I'm the creator of this program so please do not remove my changes.
* please yduret, do not commit these changes on cvs before to test it.Sebastien Dupont2002-04-041-26/+28
| | | | | | you can say "bugs fixes" only if you have corrected some errors but not if you create it! the backup on cd was disabled because the backend is not available for moment.
* bugs fixes, code clean up, more mdkish..Yves Duret2002-03-302-59/+42
|
* fixing problemsSebastien Dupont2002-03-201-10/+14
|
* use log for what is not related to explanationsThierry Vignaud2002-03-201-1/+2
|
* remove backup on cdSebastien Dupont2002-03-201-14/+14
|
* exchanging: ttmkfdir by /usr/X11R6/bin/mkttfdirSebastien Dupont2002-03-201-2/+3
| | | | | which generate correct fonts.dir
* - default tv norm is pal rather than ntsc (because of alphabeticalThierry Vignaud2002-03-191-41/+74
| | | | | | | | | | | | | | | | | | | | | | | | | sort) since it's the most used tv norm - figure out tv norm & country (aka frequency table) from locales - add a hash based on lang in order to do this - add --no-guess if one doesn't want drakxtv to automagically guess tv norm and geographic area through locales (lang.pm) - log with standalone::explanations: - guessed values from locales: language, tv norm and country - runned command to scan for tv channels - ~/.xawtv creation - s/bcast/broadcast/ in displayed messages - add -h and --help support
* englishGuillaume Cottenceau2002-03-141-5/+5
|
* - add SECAM to france description to ease user comprehensionThierry Vignaud2002-03-141-37/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - remove unused variables - revert gc & dam's (also known as the usual suckers) garbage who'ven't the hardware to test: - explain in source why we don't try to install xawtv (see below) - just display a message if xawtv isn't installed since drakx should have installed it - let it be runned as root again (how many times i'm supposed to restore this behaviour) - retest with a tv card - use %ENV rather than relying on shell ~ expansion - if tv card wasn't detected, ask the user to spam us - factorize $in->exit() out of scan4tvchannels() - add to TODO list the possibility to install xawtv if needed - check scantv return value and display an error message - also if the wrapper was runned on console, display a nice message saying one can now run xawtv under X11
* fix some bugYves Duret2002-03-141-2/+5
|
* fix * bug in field matching/ not matchingYves Duret2002-03-141-5/+23
|
* greater timeoutdamien2002-03-121-1/+1
|
* minor bug correctiondamien2002-03-122-9/+9
|
* added embedded modedamien2002-03-111-0/+1
|
* - install xawtv when necessary instead ofGuillaume Cottenceau2002-03-111-9/+19
| | | | | | | telling people to use urpmi (titi sucks) - prints out a message when no tv card has been detected
* fix Stew sucksPascal Rigaux2002-03-111-1/+1
|
* re-re-re-re-re-re-uncomment the pkgs check line.Yves Duret2002-03-111-1/+4
|