r19151: Create some dummy printers in the build farm
authorVolker Lendecke <vlendec@samba.org>
Fri, 6 Oct 2006 18:49:29 +0000 (18:49 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:15:16 +0000 (12:15 -0500)
(This used to be commit c26a20e6d5ac36be137fa63f477155a9613f050f)

source3/script/tests/selftest.sh

index 44e0295c69d3b904d8c06cb5c76ed47120aa5053..80efb68f6a9254234dd5476e5042e8e3b9e79f5d 100755 (executable)
@@ -132,6 +132,7 @@ cat >$SERVERCONFFILE<<EOF
 
        kernel oplocks = no
 
+       syslog = no
        printing = bsd
        printcap name = /dev/null
 
@@ -145,6 +146,16 @@ cat >$SERVERCONFFILE<<EOF
 [hideunwrite]
        copy = tmp
        hide unwriteable files = yes
+[print1]
+       copy = tmp
+       printable = yes
+       printing = test
+[print2]
+       copy = print1
+[print3]
+       copy = print1
+[print4]
+       copy = print1
 EOF
 
 ##