Comment 1 for bug 565689

Revision history for this message
Mark Purcell (msp) wrote :

In the meantime we should downgrade the runtime check from an error to a warning.

--- /usr/bin/hp-check 2010-04-13 06:57:57.000000000 +1000
+++ /usr/local/bin/hp-check 2010-04-18 10:47:46.000000000 +1000
@@ -339,9 +339,7 @@
         if status == 0:
             log.info("Version: %s" % output.strip())
         else:
- log.error("Version: (Not available. CUPS may not be installed or not running.)")
- cups_ok = False
- num_errors += 1
+ log.warn("Version: (Not available (cups-config). Unable to determine installed version of CUPS.)")

     if cups_ok:
         cups_conf = '/etc/cups/cupsd.conf'