From: Lennart Poettering Date: Thu, 18 Jul 2013 00:31:06 +0000 (+0200) Subject: systemctl: also highlight a load state of "not-found" as red X-Git-Tag: v206~54 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=2ce982f9b1a9f409b10fc4c0f3faa6b594b58df9;hp=2ce982f9b1a9f409b10fc4c0f3faa6b594b58df9;p=elogind.git systemctl: also highlight a load state of "not-found" as red "not-found" is a recently added load state and was previously just a special case of "error". Since it also indicates a load error we should also highlight it red, the same way as "error" was treated before. ---