---
 texmf/dvipdfm/config/config |    2 +-
 texmf/dvipdfmx/dvipdfmx.cfg |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Index: texlive-base-2009/texmf/dvipdfm/config/config
===================================================================
--- texlive-base-2009.orig/texmf/dvipdfm/config/config	2009-12-15 10:57:15.000000000 +0900
+++ texlive-base-2009/texmf/dvipdfm/config/config	2009-12-15 10:57:41.000000000 +0900
@@ -6,7 +6,7 @@
 %% keep this the same in dvipdfm and dvipdfmx.
 %% can't use zcat because the pipe breaks on Windows; better to have
 %% one config file.
-D  "rungs -q -dNOPAUSE -dBATCH -sPAPERSIZE=a0 -sDEVICE=pdfwrite -dCompatibilityLevel=1.3 -dAutoFilterGrayImages=false -dGrayImageFilter=/FlateEncode -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -dUseFlateCompression=true -sOutputFile=%o %i -c quit"
+D  "gs -q -dNOPAUSE -dBATCH -sPAPERSIZE=a0 -sDEVICE=pdfwrite -dCompatibilityLevel=1.3 -dAutoFilterGrayImages=false -dGrayImageFilter=/FlateEncode -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -dUseFlateCompression=true -sOutputFile=%o %i -c quit"
 
 % Distiller config. Uses ghostscript and works on compressed and
 % uncompressed files.  Use zcat -f <%i instead of zcat -f %i
Index: texlive-base-2009/texmf/dvipdfmx/dvipdfmx.cfg
===================================================================
--- texlive-base-2009.orig/texmf/dvipdfmx/dvipdfmx.cfg	2009-12-15 10:57:21.000000000 +0900
+++ texlive-base-2009/texmf/dvipdfmx/dvipdfmx.cfg	2009-12-15 10:59:27.000000000 +0900
@@ -138,7 +138,7 @@
 %% -dSAFER which ps2pdf does: when used with pstricks,
 %% /usr/local/texlive/2009/texmf-dist/dvips/pstricks/pstricks.pro (for
 %% example) needs to be accessed.
-D  "rungs -q -dNOPAUSE -dBATCH -sPAPERSIZE=a0 -sDEVICE=pdfwrite -dCompatibilityLevel=%v -dAutoFilterGrayImages=false -dGrayImageFilter=/FlateEncode -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -sOutputFile=%o %i -c quit"
+D  "gs -q -dNOPAUSE -dBATCH -sPAPERSIZE=a0 -sDEVICE=pdfwrite -dCompatibilityLevel=%v -dAutoFilterGrayImages=false -dGrayImageFilter=/FlateEncode -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -sOutputFile=%o %i -c quit"
 
 %% Frank Siegert's PStill:
 %D  "/usr/local/bin/pstill -c -o %o %i"
