From c75c4dd138a99e8091a7a8ba1ef24be614af38e2 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 30 Mar 2015 00:28:02 +0200 Subject: Revert "samba: disable service by default" This reverts commit 20a624928c030fa13d8b7d45b4f4d7e1ac624f60. There is ongoing discussion about this one on oe-devel ML: http://lists.openembedded.org/pipermail/openembedded-devel/2015-March/100899.html Signed-off-by: Martin Jansa --- meta-oe/recipes-connectivity/samba/samba.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta-oe/recipes-connectivity') diff --git a/meta-oe/recipes-connectivity/samba/samba.inc b/meta-oe/recipes-connectivity/samba/samba.inc index 30acaf6996..eba58750ff 100644 --- a/meta-oe/recipes-connectivity/samba/samba.inc +++ b/meta-oe/recipes-connectivity/samba/samba.inc @@ -27,8 +27,6 @@ inherit autotools-brokensep update-rc.d systemd SYSTEMD_PACKAGES = "${PN}-base winbind" SYSTEMD_SERVICE_${PN}-base = "nmb.service smb.service" SYSTEMD_SERVICE_winbind = "winbind.service" -SYSTEMD_AUTO_ENABLE_${PN} = "disable" -SYSTEMD_AUTO_ENABLE_winbind = "disable" SAMBAMMAP = "no" SAMBAMMAP_libc-glibc = "yes" -- cgit 1.2.3-korg