From c3f1f15b5e1eb16e604822c5c4af21b4530f62e3 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 23 Jul 2008 07:10:24 +0000 Subject: [PATCH] Updated DHCP service. -Added start stop acls git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11757 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../dhcp/admin/systems/services/dhcp/class_servDHCP.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gosa-plugins/dhcp/admin/systems/services/dhcp/class_servDHCP.inc b/gosa-plugins/dhcp/admin/systems/services/dhcp/class_servDHCP.inc index 9872d70c7..9a323c918 100644 --- a/gosa-plugins/dhcp/admin/systems/services/dhcp/class_servDHCP.inc +++ b/gosa-plugins/dhcp/admin/systems/services/dhcp/class_servDHCP.inc @@ -698,8 +698,9 @@ class servdhcp extends goService "plCategory" => array("server"), "plProvidedAcls"=> array( - - ) + "start" => _("Service start"), // Remove this to hide the start button at all. + "stop" => _("Service stop"), // Remove this to hide the stop button at all. + "restart" => _("Service restart"))// Remove this to hide the restart button at all. )); } -- 2.30.2