diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-09-05 15:03:31 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-09-06 11:16:11 +1000 |
commit | f453117569e04087ae461677717b14cdd65a4cd4 (patch) | |
tree | 65fcd1816e2edb947fa736752ed237e04b65af34 /docs-xml | |
parent | e00ac55994ad7d067f7f628ae4157f0d23f819c4 (diff) | |
download | samba-f453117569e04087ae461677717b14cdd65a4cd4.tar.gz samba-f453117569e04087ae461677717b14cdd65a4cd4.tar.xz samba-f453117569e04087ae461677717b14cdd65a4cd4.zip |
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
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/smbdotconf/printing/printing.xml | 6 |
1 files changed, 5 insertions, 1 deletions
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 @@ <constant>LPRNG</constant>, <constant>PLP</constant>, <constant>SYSV</constant>, <constant>HPUX</constant>, <constant>QNX</constant>, <constant>SOFTQ</constant>, - and <constant>CUPS</constant>.</para> + <constant>CUPS</constant> and <constant>IPRINT</constant>.</para> + + <para>Be aware that CUPS and IPRINT are only available if the CUPS + development library was available at the time Samba was compiled + or packaged.</para> <para>To see what the defaults are for the other print commands when using the various options use the <citerefentry><refentrytitle>testparm</refentrytitle> |