|
Bugzilla – Full Text Bug Listing |
| Summary: | CUPS doesn't write the last printer's "Info" line from "/etc/cups/printers.conf" to "/etc/printcap" | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Steffen Moser <mail> |
| Component: | Printing | Assignee: | Klaus Singvogel <kssingvo> |
| Status: | RESOLVED FIXED | QA Contact: | Johannes Meixner <jsmeix> |
| Severity: | Minor | ||
| Priority: | P5 - None | ||
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | SuSE Linux 10.0 | ||
| Whiteboard: | |||
| Found By: | Beta-Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
"/etc/cups/printers.conf" from SuSE-10.0-final machine
"/etc/printcap" from SuSE-10.0-final machine |
||
|
Description
Steffen Moser
2005-11-03 15:59:24 UTC
Created attachment 56397 [details]
"/etc/cups/printers.conf" from SuSE-10.0-final machine
Created attachment 56398 [details]
"/etc/printcap" from SuSE-10.0-final machine
You are right. I can reproduce it. Fixed in next version. The problem was that: cupsd writes printcap file, before he gathered full information about a printer. So its always the last entry of printcap file, which is wrong. Yes the file is written every time a new printer is discovered in printers.conf, and by writing one, the previous printers have full information. :-) |