From 37953e0099af5ec82901baa7e191c9eaa652a86c Mon Sep 17 00:00:00 2001 From: root Date: Tue, 14 Apr 2015 22:41:40 +0200 Subject: [PATCH] removing smbd (launched by samba) --- tests/cfg/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cfg/deploy.sh b/tests/cfg/deploy.sh index 52baa3f..25afd32 100755 --- a/tests/cfg/deploy.sh +++ b/tests/cfg/deploy.sh @@ -52,7 +52,7 @@ sleep 5 if ! [ -z "$TRAVIS" ] then /usr/sbin/samba -D -s /etc/samba/smb.conf - /usr/sbin/smbd -D --option=server role check:inhibit=yes --foreground +# /usr/sbin/smbd -D --option=server role check:inhibit=yes --foreground else sh -x /etc/init.d/samba start sh -x /etc/init.d/samba-ad-dc start