From 5e9c1d57d2d7d236dae8ef5d91d0f492a11f293e Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 12 Sep 2008 12:51:57 +0000 Subject: [PATCH] Updated cups service. -Added acls for Start/Stop/Restart git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12453 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../admin/systems/services/cups/class_goCupsServer.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gosa-plugins/goto/admin/systems/services/cups/class_goCupsServer.inc b/gosa-plugins/goto/admin/systems/services/cups/class_goCupsServer.inc index f4a74c978..96f65d858 100644 --- a/gosa-plugins/goto/admin/systems/services/cups/class_goCupsServer.inc +++ b/gosa-plugins/goto/admin/systems/services/cups/class_goCupsServer.inc @@ -73,11 +73,11 @@ class goCupsServer extends goService{ "plSection" => array("administration"), "plCategory" => array("server"), - "start" => _("Start"), - "stop" => _("Stop"), - "restart" => _("Restart"), - - "plProvidedAcls"=> array() + "plProvidedAcls"=> array( + "start" => _("Start"), + "stop" => _("Stop"), + "restart" => _("Restart"), + ) )); } } -- 2.30.2