[oe-commits] Wenzong Fan : samba: disable services for sysvinit

git at git.openembedded.org git at git.openembedded.org
Tue Mar 10 13:20:25 UTC 2015


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

Author: Wenzong Fan <wenzong.fan at windriver.com>
Date:   Wed Mar  4 14:18:28 2015 +0800

samba: disable services for sysvinit

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 at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.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 () {



More information about the Openembedded-commits mailing list