All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][meta-oe] samba: disable services for sysvinit
@ 2015-03-04  6:18 wenzong.fan
  2015-03-04  9:12 ` Andreas Oberritter
  0 siblings, 1 reply; 7+ messages in thread
From: wenzong.fan @ 2015-03-04  6:18 UTC (permalink / raw)
  To: openembedded-devel

From: Wenzong Fan <wenzong.fan@windriver.com>

The smb, nmb, winbind services have been disabled for systemd system
by default, disable them for sysvinit as well.

Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
---
 meta-oe/recipes-connectivity/samba/samba.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-connectivity/samba/samba.inc b/meta-oe/recipes-connectivity/samba/samba.inc
index abfd5ca..99216ce 100644
--- a/meta-oe/recipes-connectivity/samba/samba.inc
+++ b/meta-oe/recipes-connectivity/samba/samba.inc
@@ -69,7 +69,7 @@ INITSCRIPT_NAME_winbind = "winbind"
 # No dependencies, goes in at level 20 (NOTE: take care with the
 # level, later levels put the shutdown later too - see the links
 # in rc6.d, the shutdown must precede network shutdown).
-INITSCRIPT_PARAMS = "defaults"
+INITSCRIPT_PARAMS = "disable"
 CONFFILES_${PN} = "${sysconfdir}/samba/smb.conf"
 
 do_configure_prepend () {
-- 
1.9.1



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

end of thread, other threads:[~2015-03-29 22:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-04  6:18 [PATCH][meta-oe] samba: disable services for sysvinit wenzong.fan
2015-03-04  9:12 ` Andreas Oberritter
2015-03-04  9:43   ` wenzong fan
2015-03-04 11:02     ` Andreas Oberritter
2015-03-05  1:26       ` wenzong fan
2015-03-29 14:35         ` Andreas Oberritter
2015-03-29 22:40           ` Martin Jansa

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.