]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
List all WIN40 driver files when installing the driver.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 31 Jul 2002 15:05:43 +0000 (15:05 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 31 Jul 2002 15:05:43 +0000 (15:05 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@2587 7a7537e8-13f0-0310-91df-b6672ffda945

CHANGES.txt
systemv/cupsaddsmb.c

index f3737de549d829cfb15fd282ff73cc340e985a5e..a3f4f05611caa407355ec14c6d0adde6f6859b88 100644 (file)
@@ -1,8 +1,11 @@
-CHANGES.txt - 07/23/2002
+CHANGES.txt - 07/31/2002
 ------------------------
 
 CHANGES IN CUPS V1.1.16
 
+       - The cupsaddsmb utility now lists all data files for
+         Win9x and WinMe clients when installing that Windows
+         driver.
        - Jobs submitted to a class now bounce immediately to
          the next available printer rather than waiting until
          that printer is available.
index e4e859aedfb1189c2525e2891b88f979113181a2..558eba36a7f31689efde636fc41b3a3cd1f2211a 100644 (file)
@@ -1,9 +1,9 @@
 /*
- * "$Id: cupsaddsmb.c,v 1.9 2002/07/03 15:50:45 mike Exp $"
+ * "$Id: cupsaddsmb.c,v 1.10 2002/07/31 15:05:43 mike Exp $"
  *
  *   "cupsaddsmb" command for the Common UNIX Printing System (CUPS).
  *
- *   Copyright 2001 by Easy Software Products.
+ *   Copyright 2001-2002 by Easy Software Products.
  *
  *   These coded instructions, statements, and computer programs are the
  *   property of Easy Software Products and are protected by Federal
@@ -292,8 +292,9 @@ export_dest(const char *dest)       /* I - Destination to export */
   }
 
   snprintf(subcmd, sizeof(subcmd),
-          "adddriver \"Windows 4.0\" \"%s:ADOBEPS4.DRV:%s.PPD:NULL:ADOBEPS4.HLP:PSMON.DLL:RAW:ADFONTS.MFM,DEFPRTR2.PPD,ICONLIB.DLL\"",
-          dest, dest);
+          "adddriver \"Windows 4.0\" \"%s:ADOBEPS4.DRV:%s.PPD:NULL:ADOBEPS4.HLP:PSMON.DLL:RAW:"
+          "ADOBEPS4.DRV:%s.PPD,ADOBEPS4.HLP,PSMON.DLL,ADFONTS.MFM,DEFPRTR2.PPD,ICONLIB.DLL\"",
+          dest, dest, dest);
 
   if ((status = do_samba_command(command, subcmd)) != 0)
   {
@@ -336,5 +337,5 @@ usage()
 
 
 /*
- * End of "$Id: cupsaddsmb.c,v 1.9 2002/07/03 15:50:45 mike Exp $".
+ * End of "$Id: cupsaddsmb.c,v 1.10 2002/07/31 15:05:43 mike Exp $".
  */