Description of problem: Mass renaming from redhat-config-* to system-config-* is incomplete Patch attached: - apply patch - cd po/; make update-po Version-Release number of selected component (if applicable): system-config-printer-0.6.96-1.src.rpm / printconf-0.6.96
Created attachment 98733 [details] Patch to complete system-config renaming
Thanks. Actually this: diff -Naur printconf-0.6.96.old/util/cups_import.py printconf-0.6.96/util/cups_import.py --- printconf-0.6.96.old/util/cups_import.py 2004-03-10 16:14:15.000000000 +0100 +++ printconf-0.6.96/util/cups_import.py 2004-03-21 14:31:25.880701731 +0100 @@ -9,7 +9,7 @@ _printers_conf = "/etc/cups/printers.conf" _ppd_dir = "/etc/cups/ppd/" _ppd_ext = ".ppd" -marker_line = "Info Created by redhat-config-printer 0.6.x\n" +marker_line = "Info Created by system-config-printer 0.6.x\n" def _load_foomatic_db (): try: was intentional, since that has special meaning. However there is another bug report whose resolution will be to replace that marker line with something else entirely.
Some of these files (docs/*) are generated and will need fixing elsewhere.
The rest is fixed in 0.6.97-1.
I fixed the files in docs/. The rest of the content will need to be updated by someone in docs (I am no longer in docs). I'm cc'ing jha so someone in docs is aware that the content needs to be updated for the latest version.