summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>1998-01-23 07:58:45 +0000
committerHerb Lewis <herb@samba.org>1998-01-23 07:58:45 +0000
commit74ef4793a72347a42e00bab243930769309ac918 (patch)
treec10963525c1aee477efcbfade3806ab6deb19205 /docs
parentdc91f3290a91e9beef2fd52a87935efb857c4ce3 (diff)
downloadsamba-74ef4793a72347a42e00bab243930769309ac918.tar.gz
samba-74ef4793a72347a42e00bab243930769309ac918.tar.bz2
samba-74ef4793a72347a42e00bab243930769309ac918.zip
sync with changes to 1.9.18 tree
(This used to be commit 175e85279df64a5bcfd5c3ecf50884bb970ab611)
Diffstat (limited to 'docs')
-rw-r--r--docs/textdocs/PRINTER_DRIVER.txt20
1 files changed, 12 insertions, 8 deletions
diff --git a/docs/textdocs/PRINTER_DRIVER.txt b/docs/textdocs/PRINTER_DRIVER.txt
index f85827bddd..19098861f6 100644
--- a/docs/textdocs/PRINTER_DRIVER.txt
+++ b/docs/textdocs/PRINTER_DRIVER.txt
@@ -35,7 +35,7 @@ How To:
writable=no
browseable=yes
- Second, you have to build the list of the drivers required for a specific
+ Second, you have to build the list of drivers required for a specific
printer. This is the most complicated thing to do. Get the files
'msprint.inf' and 'msprint2.inf' from Windows 95, the easiest way is to
grab them from a working Windows 95 computer. They are usually located
@@ -46,18 +46,22 @@ How To:
file created in your inf directory named 'oem?.inf' (where the ? is some
number). Use this file instead of msprint.inf.
- Example:
+ Example: (from the /usr/local/samba/lib directory)
- make_printerdef msprint.inf "Apple LaserWriter" >>/usr/local/samba/lib/printers.def
+ make_printerdef msprint.inf "Apple LaserWriter" >> printers.def
The program will print out a list of required files to stderr.
- Copy all the files listed into the directory you created in step 1
+ Copy all the files listed into the directory you created in step 1.
+ If you have "preserve case = yes" make sure your files names match
+ EXACTLY the names listed.
Third, you need to add 2 new parameters in smb.conf. One is in the
- [global] section, called 'printer driver file' pointing to the file description,
- and the other in each printer share, called 'printer driver location' pointing
- to where the client will get the drivers. Don't forget to set correctly
- the printer driver parameter to the Windows printer name.
+ [global] section, called 'printer driver file' pointing to the printer
+ description file you just created, and the other in each printer share,
+ called 'printer driver location' pointing to where the client will get
+ the drivers. Don't forget to set correctly the printer driver parameter
+ to the Windows printer name.
+
Example:
[global]