r7620: when adding a new printer driver, we should copy the files
commit63edf489985db44c57d2b35aef59c33fb8173add
authorGerald Carter <jerry@samba.org>
Wed, 15 Jun 2005 19:28:14 +0000 (15 19:28 +0000)
committerGerald Carter <jerry@samba.org>
Wed, 15 Jun 2005 19:28:14 +0000 (15 19:28 +0000)
tree791958a1aad15b72e616e34af1d29c95316aeddb
parent77fd0dc08bc7e10c3bde6311598dadac786bd64f
r7620: when adding a new printer driver, we should copy the files
(not move) to the W32X86/{2,3}/ directory.  Printmig.exe
copies the driver files for all drivers to print$/W32X86
and the calls AddPrinterDriver() for each driver.  If we
move the file, then adding a driver which shares a file with
a previous driver will fail.

I can now restore drivers in bulk to a Samba 3 server.
source/printing/nt_printing.c
source/smbd/reply.c