[oe-commits] Chong.Lu at windriver.com : samba: disable service by default

git at git.openembedded.org git at git.openembedded.org
Thu Feb 12 18:38:22 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 20a624928c030fa13d8b7d45b4f4d7e1ac624f60
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=20a624928c030fa13d8b7d45b4f4d7e1ac624f60

Author: Chong.Lu at windriver.com <Chong.Lu at windriver.com>
Date:   Wed Jan 28 11:23:43 2015 +0800

samba: disable service by default

Disable smb, nmb, winbind service by default.

Signed-off-by: Chong Lu <Chong.Lu at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-connectivity/samba/samba.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-connectivity/samba/samba.inc b/meta-oe/recipes-connectivity/samba/samba.inc
index fd96bbe..b04a9dd 100644
--- a/meta-oe/recipes-connectivity/samba/samba.inc
+++ b/meta-oe/recipes-connectivity/samba/samba.inc
@@ -20,6 +20,8 @@ inherit autotools-brokensep update-rc.d systemd
 SYSTEMD_PACKAGES = "${PN} winbind"
 SYSTEMD_SERVICE_${PN} = "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"



More information about the Openembedded-commits mailing list