systemctl: use color specification understood by dot

grey66 is aproximately equal to dark grey. Not understanding dark grey is really
a bug in dot, but trivial to work around.

Closes https://bugs.freedesktop.org/show_bug.cgi?id=45706
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2012-07-23 18:26:31 +02:00 committed by Michael Biebl
parent a62a1e3d92
commit c1d1952e59

View File

@ -761,7 +761,7 @@ static int dot_one_property(const char *name, const char *prop, DBusMessageIter
"RequiresOverridable", "[color=\"black\"]",
"Requisite", "[color=\"darkblue\"]",
"RequisiteOverridable", "[color=\"darkblue\"]",
"Wants", "[color=\"darkgrey\"]",
"Wants", "[color=\"grey66\"]",
"Conflicts", "[color=\"red\"]",
"ConflictedBy", "[color=\"red\"]",
"After", "[color=\"green\"]"