summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2006-10-06 18:49:29 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:15:16 -0500
commit9315bcd1e376241bdbe97a0d0dd569ecc5869ab4 (patch)
treeb1303e73ae8da6e6fb9673df162f83973d00c111 /source3
parent10ada62bedd6edaaf1311ce03bf9695f927de7b9 (diff)
downloadsamba-9315bcd1e376241bdbe97a0d0dd569ecc5869ab4.tar.gz
samba-9315bcd1e376241bdbe97a0d0dd569ecc5869ab4.tar.bz2
samba-9315bcd1e376241bdbe97a0d0dd569ecc5869ab4.zip
r19151: Create some dummy printers in the build farm
(This used to be commit c26a20e6d5ac36be137fa63f477155a9613f050f)
Diffstat (limited to 'source3')
-rwxr-xr-xsource3/script/tests/selftest.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/source3/script/tests/selftest.sh b/source3/script/tests/selftest.sh
index 44e0295c69..80efb68f6a 100755
--- a/source3/script/tests/selftest.sh
+++ b/source3/script/tests/selftest.sh
@@ -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
##