summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
...
* updated pot filePablo Saratxaga2006-01-2671-51941/+62410
|
* More support for TS2Stew Benedict2006-01-251-82/+116
|
* fix selected_leaves() dropping all packages in a circular referencePascal Rigaux2006-01-241-6/+11
| | | | | (including short circular references like amarok-engine-arts -> libamarokarts.so -> amarok-engine-arts)
* protect against no $do->inPascal Rigaux2006-01-241-2/+2
|
* *** empty log message ***José Melo2006-01-221-31/+24
|
* - Improvements and fixes on printer model/driver listing inTill Kamppeter2006-01-211-13/+16
| | | | | | | | | | | | | | | | | printerdrake o Corrected handling of PPD links in Foomatic printer XML files, no the prinyer list entries have the correct model names of the Foomatic printer XML files and so PPDs linked to multiple printers appear with each linked printer in printerdrake. This also avoids duplicate "(Recommended)" tags for one printer (problem occured with HP LaserJet 1200). o Avoid duplicate PPD entries for Foomatic-generated PPDs and identical pre-generated Foomatic PPDs in /usr/share/cups/model. This problem occured when the hplip-hpijs-ppds package is installed. o Some polishing of list entries. o Reduced Perl warnings.
* - Give priority to custom PPD file if printer queue record inTill Kamppeter2006-01-201-9/+11
| | | | | | printerdrake is broken, use "Postscript" if Foomatic driver is wrongly set to "PPD", should fix bug #20028.
* - Fixed HPLIP setup when setting up a printer without auto-detectionTill Kamppeter2006-01-201-18/+41
| | | | | (bug #20231).
* - Moved loading of kernel modules before the port checking step, theTill Kamppeter2006-01-202-7/+28
| | | | | | | | | | | | device file is usually generated when the module is loaded - Support for loading kernel modules only in case of a certain connection type (SCSI, USB, Parport). - Let kernel module only be added to /etc/modules and /etc/modprobe.preload if loading of the module with "modprobe" succeeded. - Do not die when loading of a kernel module does not succeed. - s/Hewlett Packard/Hewlett-Packard/ when generating ScannerDB.
* handle new dmidecode outputPascal Rigaux2006-01-201-5/+15
|
* updated list of console keyboardsPablo Saratxaga2006-01-191-19/+12
|
* fix typoPascal Rigaux2006-01-191-1/+1
|
* updated po fileShiva Huang2006-01-181-58/+63
|
* - read all per entry entries (esp. makeactive)Pascal Rigaux2006-01-181-2/+5
| | | | | | - write makeactive - have makeactive for windows entries (bugzilla #20081)
* UpdatedWilly Sudiarto Raharjo2006-01-181-18/+27
|
* *** empty log message ***José Melo2006-01-181-2/+2
|
* *** empty log message ***José Melo2006-01-181-2/+2
|
* *** empty log message ***José Melo2006-01-181-29/+29
|
* *** empty log message ***José Melo2006-01-181-3193/+4344
|
* updated console map files (also, using utf-8 maps for non-ascii chars)Pablo Saratxaga2006-01-172-1/+3
|
* Updated POT fileFunda Wang2006-01-1771-91890/+96859
|
* drop scim-m17n from list of alternatives since it's selected for "vi"Thierry Vignaud2006-01-171-1/+1
|
* Updated translation.Karl Ove Hufthammer2006-01-131-59/+59
|
* put kde's enhancements (backward compatible)Pascal Rigaux2006-01-131-6/+32
| | | | | | - multi distro - new variables in fileshare.conf
* 1024x768@70Hz monitor is too high (cf #20304)Pascal Rigaux2006-01-131-1/+1
|
* be more explicit in the log about defaulting to newtPascal Rigaux2006-01-131-0/+1
|
* unset DISPLAY so that code testing wether DISPLAY is set can know we don't ↵Pascal Rigaux2006-01-131-0/+3
| | | | have or use X (thanks to gégé)
* monitor-edid now needs File::FindPascal Rigaux2006-01-131-0/+1
|
* updateThierry Vignaud2006-01-121-184/+34
|
* defaulting to 1024x768 instead of 800x600 when the monitor size is unknownPascal Rigaux2006-01-121-2/+4
| | | | | (since a lot of people expect this, and that's what fedora is doing, cf #20304)
* replacing double with NV as suggested by rafael:Pascal Rigaux2006-01-121-1/+1
| | | | | | | | NV is the portable typedef perl's Configure figures out for floating point values. And since it's an internal type the typemap is easier. See: $ perl -V:nvtype nvtype='double';
* use BLKGETSIZE64 to allow detecting partitions bigger than 2TB, and usePascal Rigaux2006-01-121-4/+6
| | | | | | "double" instead of "unsigned int" (nb: it means we will use doubles instead of ints for computing things, this works quite nicely up to 100_000TB
* add a commentThierry Vignaud2006-01-111-0/+1
|
* Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2006-01-101-78/+99
|
* look for "NR_CPUS limit of 1 reached" instead of looking MP tables by hand, ↵Pascal Rigaux2006-01-108-860/+3
| | | | or using DMI info (often broken)
* this service is *NOT* interactiveThierry Vignaud2006-01-101-1/+0
|
* don't set KBCHARSET in /etc/sysconfig/keyboard, this is not usefulPascal Rigaux2006-01-101-1/+0
| | | | | (and we don't modify it in keyboarddrake)
* Updated nn translation.Karl Ove Hufthammer2006-01-091-88/+105
|
* - Make sure that when a user supplies an updated PPD file, the newTill Kamppeter2006-01-091-0/+28
| | | | | file and not the old one from the system gets used.
* - Moved button for daemon-less CUPS client mode to the top of the CUPSTill Kamppeter2006-01-091-12/+12
| | | | | | configuration dialog, to make it more visible, so that the user sees more easily when he has activated this mode accidentally.
* allow giving {percent_size} instead of {size}Pascal Rigaux2006-01-091-0/+9
|
* updated po fileShiva Huang2006-01-091-83/+106
|
* convert parallel init to LSBOlivier Blin2006-01-091-4/+8
|
* *** empty log message ***José Melo2006-01-081-2/+2
|
* *** empty log message ***José Melo2006-01-081-273/+185
|
* More pt_BR fixes.Wanderlei Antonio Cavassin2006-01-061-6/+8
|
* *** empty log message ***Pascal Rigaux2006-01-061-0/+226
|
* option IgnoreEDID is no more needed with nvidia driverThierry Vignaud2006-01-061-1/+0
|
* Updated nn translation.Karl Ove Hufthammer2006-01-041-165/+104
|
* ugly hack to make things work when /proc/mounts says /dev/root is mounted in ↵Pascal Rigaux2006-01-041-1/+1
| | | | /mnt