From 3505dff9b7b870adc287cd55fe1202f9683ef65e Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Sun, 1 Dec 2019 10:22:59 -0500 Subject: [PATCH] samba: Add acl to managed_packages Signed-off-by: James Valleroy --- plinth/modules/samba/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/samba/__init__.py b/plinth/modules/samba/__init__.py index 99db4864b..de67ed9a1 100644 --- a/plinth/modules/samba/__init__.py +++ b/plinth/modules/samba/__init__.py @@ -38,7 +38,7 @@ version = 1 managed_services = ['smbd', 'nmbd'] -managed_packages = ['samba'] +managed_packages = ['samba', 'acl'] name = _('Samba')