diff --git a/doc/images/plugins.dot b/doc/images/plugins.dot index 23c3f41d85f..74a4d1905fd 100644 --- a/doc/images/plugins.dot +++ b/doc/images/plugins.dot @@ -4,6 +4,8 @@ strict digraph G { augeas -> storage; binary [shape=Mdiamond]; base64 -> binary; + check [shape=Mdiamond]; + blacklist -> check; resolver [shape=Mdiamond]; blockresolver -> resolver; storage [shape=Mdiamond]; @@ -50,6 +52,8 @@ strict digraph G { dump -> storage; dump [shape=Mdiamond]; dump -> dump; + check [shape=Mdiamond]; + email -> check; error [shape=Mdiamond]; error -> error; sync [shape=Mdiamond]; @@ -99,6 +103,8 @@ strict digraph G { kconfig -> kconfig; conv [shape=Mdiamond]; keytometa -> conv; + check [shape=Mdiamond]; + length -> check; storage [shape=Mdiamond]; line -> storage; line [shape=Mdiamond]; diff --git a/doc/images/plugins.dot.flatten b/doc/images/plugins.dot.flatten index 1c6c62bd201..52ff26b8a16 100644 --- a/doc/images/plugins.dot.flatten +++ b/doc/images/plugins.dot.flatten @@ -4,6 +4,8 @@ strict digraph G { augeas -> storage; binary [shape=Mdiamond]; base64 -> binary; + check [shape=Mdiamond]; + blacklist -> check; resolver [shape=Mdiamond]; resolver -> resolver; blockresolver -> resolver; @@ -41,6 +43,7 @@ strict digraph G { dump [shape=Mdiamond]; dump -> storage; dump -> dump; + email -> check; error [shape=Mdiamond]; error -> error; sync [shape=Mdiamond]; @@ -63,9 +66,8 @@ strict digraph G { gpgme -> crypto; hexcode -> code; conv [shape=Mdiamond]; - hexnumber -> conv; - check [shape=Mdiamond]; hexnumber -> check; + hexnumber -> conv; hosts [shape=Mdiamond]; hosts -> storage; hosts -> hosts; @@ -80,6 +82,7 @@ strict digraph G { kconfig -> storage; kconfig -> kconfig; keytometa -> conv; + length -> check; line [shape=Mdiamond]; line -> storage; line -> line; @@ -122,8 +125,8 @@ strict digraph G { shell [shape=Mdiamond]; simpleini -> storage; simpleini -> properties; - spec -> apply; spec -> check; + spec -> apply; specload [shape=Mdiamond]; specload -> storage; specload -> specload; diff --git a/doc/images/plugins.pdf b/doc/images/plugins.pdf index 7f9abfede80..ded1192b2e0 100644 Binary files a/doc/images/plugins.pdf and b/doc/images/plugins.pdf differ diff --git a/doc/images/plugins.png b/doc/images/plugins.png index 4e2d80a2f54..a95f14961e3 100644 Binary files a/doc/images/plugins.png and b/doc/images/plugins.png differ diff --git a/doc/images/plugins.ps b/doc/images/plugins.ps index 13e6f98e408..b931cf0887b 100644 Binary files a/doc/images/plugins.ps and b/doc/images/plugins.ps differ