All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] samba: disable service by default
@ 2015-01-28  3:23 Chong Lu
  2015-01-28  8:59 ` Paul Eggleton
  0 siblings, 1 reply; 4+ messages in thread
From: Chong Lu @ 2015-01-28  3:23 UTC (permalink / raw)
  To: openembedded-devel

Disable smb, nmb, winbind service by default.

Signed-off-by: Chong Lu <Chong.Lu@windriver.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"
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-01-28 10:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-28  3:23 [meta-oe][PATCH] samba: disable service by default Chong Lu
2015-01-28  8:59 ` Paul Eggleton
2015-01-28  9:30   ` Chong Lu
2015-01-28 10:12     ` Paul Eggleton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.