From 223769810dcc9451ee049a247bccaf76071cf5f8 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 1 Apr 2010 08:21:23 +0000 Subject: [PATCH] Added missing start,stop, restart acls git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17454 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../admin/systems/services/gofax/class_goFaxServer.inc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gosa-plugins/gofax/admin/systems/services/gofax/class_goFaxServer.inc b/gosa-plugins/gofax/admin/systems/services/gofax/class_goFaxServer.inc index 610f01787..0af5816e2 100644 --- a/gosa-plugins/gofax/admin/systems/services/gofax/class_goFaxServer.inc +++ b/gosa-plugins/gofax/admin/systems/services/gofax/class_goFaxServer.inc @@ -94,8 +94,12 @@ class goFaxServer extends goService { "plCategory" => array("server"), "plProvidedAcls"=> array( - "goFaxAdmin" => _("Login name"), - "goFaxPassword" => _("Password")) + "goFaxAdmin" => _("Login name"), + "goFaxPassword" => _("Password"), + + "start" => _("Start"), + "stop" => _("Stop"), + "restart" => _("Restart")) )); } } -- 2.30.2