summaryrefslogtreecommitdiff
path: root/scheduler/cups-driverd.cxx
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2009-03-25 00:42:10 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2009-03-25 00:42:10 +0000
commit94da7e344cb567db8e531e263f5f4ede0f989162 (patch)
tree3e7416535d61e025fde6f3b6bf965930f70301b5 /scheduler/cups-driverd.cxx
parent238c38326574f7793dc1deda72f6aff208d791dc (diff)
downloadcups-94da7e344cb567db8e531e263f5f4ede0f989162.tar.gz
Merge changes from CUPS 1.4svn-r8469.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@1338 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'scheduler/cups-driverd.cxx')
-rw-r--r--scheduler/cups-driverd.cxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/scheduler/cups-driverd.cxx b/scheduler/cups-driverd.cxx
index 0f4e4a7c5..a7498b5d2 100644
--- a/scheduler/cups-driverd.cxx
+++ b/scheduler/cups-driverd.cxx
@@ -3,9 +3,9 @@
*
* PPD/driver support for the Common UNIX Printing System (CUPS).
*
- * This program handles listing and installing both static PPD files
- * in CUPS_DATADIR/model and dynamically generated PPD files using
- * the driver helper programs in CUPS_SERVERBIN/driver.
+ * This program handles listing and installing static PPD files, PPD files
+ * created from driver information files, and dynamically generated PPD files
+ * using driver helper programs.
*
* Copyright 2007-2009 by Apple Inc.
* Copyright 1997-2007 by Easy Software Products.
@@ -73,7 +73,8 @@ static const char * const ppd_types[] = /* ppd-type values */
"pdf",
"raster",
"fax",
- "unknown"
+ "unknown",
+ "drv"
};