summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* *** empty log message ***Pascal Rigaux2002-04-041-0/+4
|
* *** empty log message ***Pascal Rigaux2002-04-041-0/+9
|
* rpmlib 4.0.4 now also needs libpoptGuillaume Cottenceau2002-04-041-1/+1
|
* *** empty log message ***Pascal Rigaux2002-04-032-17/+109
|
* setting /etc/sysconfig/msec for chkconfig which doesn't use ↵Pascal Rigaux2002-04-031-1/+2
| | | | $ENV{SECURE_LEVEL} anymore
* add tmpwatch (since it is not mandatory any more)Pascal Rigaux2002-04-021-1/+1
|
* do not have "root=" with no root (needed for memtest) (thanks to Borsenkow ↵Pascal Rigaux2002-04-021-1/+1
| | | | Andrej)
* bugs fixes, code clean up, more mdkish..Yves Duret2002-03-302-59/+42
|
* Fixed several problems related to HP multi-function devices:Till Kamppeter2002-03-262-15/+29
| | | | | | | | | - Parallel multi-function devices worked only on the first (onboard) parallel port. - HP LaserJet 2200 needs HPOJ for printing via USB. - For the HP OfficeJet D series the scanning instructions were not shown. - HPOJ does not work with HP PhotoSmart 10xx, 11xx, and 12xx.
* cleaned gtkpowerpackdamien2002-03-221-31/+25
|
* use /root rather than /tmp for some temp files (security suxx)Guillaume Cottenceau2002-03-211-2/+2
|
* 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
* corrected create_xpm APIdamien2002-03-183-10/+11
|
* *** empty log message ***Florent Villard2002-03-171-1/+2
|
* *** empty log message ***R8_2Pascal Rigaux2002-03-161-0/+39
|
* small cleanup on untested code (need testing:)Pascal Rigaux2002-03-161-3/+1
|
* we now consider dhcp provide GATEWAY and internet connection.damien2002-03-161-1/+3
|
* - remove obsolete codePascal Rigaux2002-03-151-31/+1
| | | | | - the result is to use directly $availableC instead $size2install which was min($availableC, $max_size)
* force mkinitrd *really* for bootsplash.Francois Pons2002-03-151-1/+1
|
* force initrd regeneration for oem on some case (maybe the cause of bootsplashFrancois Pons2002-03-151-1/+1
| | | | | perturbation, as maintainer don't even known why it is running correctly :-)
* remove doublon on NVIDIA_nforce.Francois Pons2002-03-151-2/+0
|
* update to 6mdk for NVIDIA_nforce*Francois Pons2002-03-151-2/+2
|
* updated bad lilo/grub/yaboot translationFabián Mandelbaum2002-03-151-3738/+6829
|
* *** empty log message ***Pascal Rigaux2002-03-151-0/+33
|
* yet again add some dropped entities from drakx-help.xmlPascal Rigaux2002-03-151-5767/+6454
|
* do not try to get synthesis if hdlist is available as an handle on file (typicalFrancois Pons2002-03-151-5/+8
| | | | | for updates).
* *** empty log message ***Pascal Rigaux2002-03-151-0/+28
|
* *** empty log message ***Pascal Rigaux2002-03-151-0/+32
|
* added xx_YY -> keyboard lines in addition of xx -> keyboard onesPablo Saratxaga2002-03-151-2/+25
|
* corrected get_text_coord : widget instead of style, and handling of ugly ↵damien2002-03-151-8/+28
| | | | language (/ja|zh/)
* submitting widget instead of style (style/font initialization bug from gtkdamien2002-03-151-2/+2
|
* (unpack_keyboards): return undef on errorPascal Rigaux2002-03-151-1/+1
|
* reverted ' \n' from pablo because I managed to correct the way we wrap for ↵damien2002-03-151-2482/+5642
| | | | the advertising
* *** empty log message ***Pascal Rigaux2002-03-141-0/+79
|
* add commercial appsFlorent Villard2002-03-141-8/+14
|
* 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
|
* updated po filesPablo Saratxaga2002-03-143-8032/+11429
|
* updated po filePablo Saratxaga2002-03-141-6614/+7658
|
* changed LANGUAGE for basquePablo Saratxaga2002-03-141-1/+1
|
* fix * bug in field matching/ not matchingYves Duret2002-03-141-5/+23
|
* obsoletePascal Rigaux2002-03-141-468/+0
|
* CHARSET"iso-8859-1" and CHARSET"iso-8859-15" is no good for english which ↵Pascal Rigaux2002-03-141-2/+2
| | | | has CHARSET"C", adding it