Code

Updated workstation - Startup
[gosa.git] / plugins / admin / systems / class_gosaLogServer.inc
index bcfffeb52737af67f9d17e2f7c7d1864491433b2..2e7c052b405ed047009c421d44b73ad47860855a 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-require_once("class_goService.inc");
 
 class gosaLogServer extends goService{
        
@@ -25,7 +24,7 @@ class gosaLogServer extends goService{
   function gosaLogServer(&$config,$dn)
   {
     goService::goService($config,$dn);
-    $this->DisplayName = _("GOsa logging service");
+    $this->DisplayName = _("GOsa MySQL logging service");
   }
 
 
@@ -53,7 +52,7 @@ class gosaLogServer extends goService{
   function getListEntry()
   {
     $fields = goService::getListEntry();
-    $fields['Message']      = _("GOsa logging service");
+    $fields['Message']      = _("GOsa MySQL logging service");
     $fields['AllowEdit']    = true;
     $fields['AllowStart']   = FALSE;
     $fields['AllowStop']    = FALSE;