From dd1f68c2c2d1abc47d4f2569971159015fb5d3bf Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 11 May 2010 12:33:10 +0000 Subject: [PATCH] Added a warning git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18367 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../plugins/addons/configViewer/commandVerifier.tpl | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/gosa-core/plugins/addons/configViewer/commandVerifier.tpl b/gosa-core/plugins/addons/configViewer/commandVerifier.tpl index 64b4382a2..9c8364f28 100644 --- a/gosa-core/plugins/addons/configViewer/commandVerifier.tpl +++ b/gosa-core/plugins/addons/configViewer/commandVerifier.tpl @@ -1,4 +1,15 @@

{t}Command verifier{/t}

+

+ {t}Here you can execute commands in the way GOsa does and check the generated results or errors. This can be very usefull especially for the post events (postcreate, postmodify and postremove) due to the fact that these hook are executed silently.{/t} +

+ +

+ + {t}Please be carefull here, all commands will really be executed on your machine and may break things!{/t} + +

+ +

{t}The command to check for{/t} @@ -9,6 +20,7 @@


{$output}
+
-- 2.30.2