svn commit: samba r19151 - in branches/SAMBA_3_0/source/script/tests: .

vlendec at samba.org vlendec at samba.org
Fri Oct 6 18:49:30 GMT 2006


Author: vlendec
Date: 2006-10-06 18:49:29 +0000 (Fri, 06 Oct 2006)
New Revision: 19151

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19151

Log:
Create some dummy printers in the build farm
Modified:
   branches/SAMBA_3_0/source/script/tests/selftest.sh


Changeset:
Modified: branches/SAMBA_3_0/source/script/tests/selftest.sh
===================================================================
--- branches/SAMBA_3_0/source/script/tests/selftest.sh	2006-10-06 18:04:48 UTC (rev 19150)
+++ branches/SAMBA_3_0/source/script/tests/selftest.sh	2006-10-06 18:49:29 UTC (rev 19151)
@@ -132,6 +132,7 @@
 
 	kernel oplocks = no
 
+	syslog = no
 	printing = bsd
 	printcap name = /dev/null
 
@@ -145,6 +146,16 @@
 [hideunwrite]
 	copy = tmp
 	hide unwriteable files = yes
+[print1]
+	copy = tmp
+	printable = yes
+	printing = test
+[print2]
+	copy = print1
+[print3]
+	copy = print1
+[print4]
+	copy = print1
 EOF
 
 ##



More information about the samba-cvs mailing list