]> arthur.barton.de Git - ocf-ra.git/commitdiff
Apache2, TunCtl, UML: verify-all should be validate-all
authorAlexander Barton <alex@barton.de>
Thu, 24 Sep 2009 10:47:01 +0000 (12:47 +0200)
committerAlexander Barton <alex@barton.de>
Thu, 24 Sep 2009 10:47:01 +0000 (12:47 +0200)
Apache2
TunCtl
UML

diff --git a/Apache2 b/Apache2
index 2fb923f8635bd0ccd6a7a691cfb47b99bdf36644..519cc33b875cd3f5211d92d954682b71dc0af5f3 100755 (executable)
--- a/Apache2
+++ b/Apache2
@@ -48,7 +48,7 @@ This Resource Agent starts and stops the Apache2 web server.
 <action name="stop" timeout="30" />
 <action name="monitor" timeout="20" interval="30" depth="0" start-delay="10" />
 <action name="meta-data" timeout="5" />
 <action name="stop" timeout="30" />
 <action name="monitor" timeout="20" interval="30" depth="0" start-delay="10" />
 <action name="meta-data" timeout="5" />
-<action name="verify-all" timeout="30" />
+<action name="validate-all" timeout="30" />
 </actions>
 </resource-agent>
 END
 </actions>
 </resource-agent>
 END
diff --git a/TunCtl b/TunCtl
index 9204e5c8211f7896f47d42ca3520e5faca21da59..7533c4ff1c230f006efc2384ce897536ff7a10ad 100755 (executable)
--- a/TunCtl
+++ b/TunCtl
@@ -75,7 +75,7 @@ OCF RA for tunctl(1) TUN/TAP device initialization.
 <action name="stop" timeout="10" />
 <action name="monitor" timeout="10" interval="15" depth="0" start-delay="5" />
 <action name="meta-data" timeout="5" />
 <action name="stop" timeout="10" />
 <action name="monitor" timeout="10" interval="15" depth="0" start-delay="5" />
 <action name="meta-data" timeout="5" />
-<action name="verify-all" timeout="30" />
+<action name="validate-all" timeout="30" />
 </actions>
 </resource-agent>
 END
 </actions>
 </resource-agent>
 END
diff --git a/UML b/UML
index 54b98e62bf64a93cbd6f1bce5d2ea19f9ef08980..39f1d301bf340c9652c53ba01fd902419b878578 100755 (executable)
--- a/UML
+++ b/UML
@@ -58,7 +58,7 @@ This Resource Agent starts and stops User Mode Linux (UML) guests.
 <action name="stop" timeout="90" />
 <action name="monitor" timeout="20" interval="30" depth="0" start-delay="10" />
 <action name="meta-data" timeout="5" />
 <action name="stop" timeout="90" />
 <action name="monitor" timeout="20" interval="30" depth="0" start-delay="10" />
 <action name="meta-data" timeout="5" />
-<action name="verify-all" timeout="30" />
+<action name="validate-all" timeout="30" />
 </actions>
 </resource-agent>
 END
 </actions>
 </resource-agent>
 END