From ac2a7014837b1ce135e732fd7a9b950d9fbc1401 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 2 Sep 2007 02:07:55 +0000 Subject: r24882: Use the torture API in BASE-CHARSET. (This used to be commit 93910d92cd431add876e98a12712253bee8c52e7) --- testdata/samba3/smb.conf | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'testdata') diff --git a/testdata/samba3/smb.conf b/testdata/samba3/smb.conf index a903dc2c3e..b00397d2ee 100644 --- a/testdata/samba3/smb.conf +++ b/testdata/samba3/smb.conf @@ -5,19 +5,19 @@ debug level = 5 [cd1] -path = /mnt/cd1 -public = yes + path = /mnt/cd1 + public = yes [cd2] -path = /mnt/cd2 -public = yes + path = /mnt/cd2 + public = yes [media] -path = /media -public = yes + path = /media + public = yes [tmp] -path = /tmp -guest only = yes -public = yes -read only = no + path = /tmp + guest only = yes + public = yes + read only = no -- cgit