summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-10-20 18:36:23 +0000
committerjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-10-20 18:36:23 +0000
commit2abf387cae0cce4bf3a0a259ded28ef0269aec47 (patch)
treee62c740dbab4b00ffb2cb1db8c57194a7553648b /conf
parent07725fee410af68be5081d9b1af3536eff5326b8 (diff)
downloadcups-2abf387cae0cce4bf3a0a259ded28ef0269aec47.tar.gz
Load cups into easysw/current.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@224 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'conf')
-rw-r--r--conf/mime.types8
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/mime.types b/conf/mime.types
index 6f3d0467a..e5a522df5 100644
--- a/conf/mime.types
+++ b/conf/mime.types
@@ -1,5 +1,5 @@
#
-# "$Id: mime.types 5402 2006-04-14 19:21:03Z mike $"
+# "$Id: mime.types 6003 2006-10-02 16:26:04Z mike $"
#
# MIME types file for the Common UNIX Printing System (CUPS).
#
@@ -154,8 +154,8 @@ application/vnd.cups-raster string(0,"RaSt") string(0,"tSaR")
application/vnd.cups-raw (string(0,<1B>E) + !string(2,<1B>%0B)) \
string(0,<1B>@) \
(contains(0,128,<1B>%-12345X) + \
- (contains(0,1024,"LANGUAGE=PCL") \
- contains(0,1024,"LANGUAGE = PCL")))
+ (contains(0,4096,"LANGUAGE=PCL") \
+ contains(0,4096,"LANGUAGE = PCL")))
########################################################################
#
@@ -167,5 +167,5 @@ application/vnd.cups-raw (string(0,<1B>E) + !string(2,<1B>%0B)) \
application/octet-stream
#
-# End of "$Id: mime.types 5402 2006-04-14 19:21:03Z mike $".
+# End of "$Id: mime.types 6003 2006-10-02 16:26:04Z mike $".
#