http://bugzilla.novell.com/show_bug.cgi?id=600505 http://bugzilla.novell.com/show_bug.cgi?id=600505#c1 --- Comment #1 from Johannes Meixner <jsmeix@novell.com> 2010-04-28 15:02:20 UTC --- A more sophisticated analysis results exactly the same PPDs ------------------------------------------------------------------------------ # rpm -ql cups-drivers | grep '\.ppd\.gz' >/tmp/cups-drivers.ppds # rpm -ql filters | grep bin | sed -e 's|^/usr/bin/||' >/tmp/filters.bins # for p in $( cat /tmp/cups-drivers.ppds ) ; \ do for f in $( cat /tmp/filters.bins ) ; \ do zgrep -q $f $p && echo found $f in $p ; done ; done found cjet in /usr/share/cups/model/Canon/LBP-4U-cjet.ppd.gz found cjet in /usr/share/cups/model/Canon/LBP-8A1-cjet.ppd.gz found pnm2ppa in /usr/share/cups/model/HP/DeskJet_1000C-pnm2ppa.ppd.gz found pnm2ppa in /usr/share/cups/model/HP/DeskJet_710C-pnm2ppa.ppd.gz found pnm2ppa in /usr/share/cups/model/HP/DeskJet_712C-pnm2ppa.ppd.gz found pnm2ppa in /usr/share/cups/model/HP/DeskJet_720C-pnm2ppa.ppd.gz found pnm2ppa in /usr/share/cups/model/HP/DeskJet_722C-pnm2ppa.ppd.gz found pnm2ppa in /usr/share/cups/model/HP/DeskJet_820C-pnm2ppa.ppd.gz found cjet in /usr/share/cups/model/IBM/Execjet_4072-bj200.ppd.gz found lm1100 in /usr/share/cups/model/Lexmark/1000-lm1100.ppd.gz found lm1100 in /usr/share/cups/model/Lexmark/1020-lm1100.ppd.gz found lm1100 in /usr/share/cups/model/Lexmark/1100-lm1100.ppd.gz found pbm2l2030 in /usr/share/cups/model/Lexmark/2030-pbm2l2030.ppd.gz found c2070 in /usr/share/cups/model/Lexmark/2070-c2070.ppd.gz found min12xxw in /usr/share/cups/model/Minolta/PagePro_1200W-min12xxw.ppd.gz found min12xxw in /usr/share/cups/model/Minolta/PagePro_1250W-min12xxw.ppd.gz found min12xxw in /usr/share/cups/model/Minolta/PagePro_1300W-min12xxw.ppd.gz found min12xxw in /usr/share/cups/model/Minolta/PagePro_1350W-min12xxw.ppd.gz found min12xxw in /usr/share/cups/model/Minolta/PagePro_1400W-min12xxw.ppd.gz # zgrep cjet /usr/share/cups/model/IBM/Execjet_4072-bj200.ppd.gz *% You may save this file as 'IBM-Execjet_4072-bj200.ppd' *Product: "(Execjet 4072)" *ModelName: "IBM Execjet 4072" *ShortNickName: "IBM Execjet 4072 bj200" *NickName: "IBM Execjet 4072 Foomatic/bj200 (recommended)" *FoomaticIDs: IBM-Execjet_4072 bj200 ------------------------------------------------------------------------------ because /usr/share/cups/model/IBM/Execjet_4072-bj200.ppd.gz is a false positive. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.