[PATCH] selftest: Use 'logging' parameter instead of 'syslog'

Christof Schmitt cs at samba.org
Mon Mar 23 17:16:36 MDT 2015


From c74afd572843b2efd9ebc004484588e664855037 Mon Sep 17 00:00:00 2001
From: Christof Schmitt <cs at samba.org>
Date: Mon, 23 Mar 2015 14:05:28 -0700
Subject: [PATCH] selftest: Use 'logging' parameter instead of 'syslog'

'syslog' has been deprecated, so use the new 'logging' parameter
instead.

Signed-off-by: Christof Schmitt <cs at samba.org>
---
 selftest/target/Samba3.pm |    2 +-
 selftest/target/Samba4.pm |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm
index 097d90a..3f2d247 100755
--- a/selftest/target/Samba3.pm
+++ b/selftest/target/Samba3.pm
@@ -1154,7 +1154,7 @@ sub provision($$$$$$$$)
 	kernel change notify = no
 	smb2 leases = yes
 
-	syslog = no
+	logging = file
 	printing = bsd
 	printcap name = /dev/null
 
diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm
index 26d3614..6685503 100755
--- a/selftest/target/Samba4.pm
+++ b/selftest/target/Samba4.pm
@@ -1699,7 +1699,7 @@ sub provision_ad_dc($$)
 	kernel oplocks = no
 	kernel change notify = no
 
-	syslog = no
+	logging = file
 	printing = bsd
 	printcap name = /dev/null
 
-- 
1.7.1



More information about the samba-technical mailing list