From f453117569e04087ae461677717b14cdd65a4cd4 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 5 Sep 2012 15:03:31 +1000 Subject: s3-printing: Restrict printing=cups to systems with cups development headers at build time This means that instead of failing due to the default commandline values not being quite correct that we clearly fail at loadparm and testparm time when parsing the printing= line. Andrew Bartlett --- docs-xml/smbdotconf/printing/printing.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'docs-xml') diff --git a/docs-xml/smbdotconf/printing/printing.xml b/docs-xml/smbdotconf/printing/printing.xml index c365594e1f..eb5925f740 100644 --- a/docs-xml/smbdotconf/printing/printing.xml +++ b/docs-xml/smbdotconf/printing/printing.xml @@ -18,7 +18,11 @@ LPRNG, PLP, SYSV, HPUX, QNX, SOFTQ, - and CUPS. + CUPS and IPRINT. + + Be aware that CUPS and IPRINT are only available if the CUPS + development library was available at the time Samba was compiled + or packaged. To see what the defaults are for the other print commands when using the various options use the testparm -- cgit