From: mike Date: Wed, 15 Oct 2008 18:21:56 +0000 (+0000) Subject: Rename testprint.ps to testprint to avoid mis-typing as PostScript. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1bde5adeedc3620765b2a089fd2b3aa1ff9ae42a;p=thirdparty%2Fcups.git Rename testprint.ps to testprint to avoid mis-typing as PostScript. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@8056 7a7537e8-13f0-0310-91df-b6672ffda945 --- diff --git a/cgi-bin/ipp-var.c b/cgi-bin/ipp-var.c index baa14d5cb8..6dc1dc045f 100644 --- a/cgi-bin/ipp-var.c +++ b/cgi-bin/ipp-var.c @@ -690,7 +690,7 @@ cgiPrintTestPage(http_t *http, /* I - Connection to server */ if ((datadir = getenv("CUPS_DATADIR")) == NULL) datadir = CUPS_DATADIR; - snprintf(filename, sizeof(filename), "%s/data/testprint.ps", datadir); + snprintf(filename, sizeof(filename), "%s/data/testprint", datadir); /* * Point to the printer/class... diff --git a/data/Makefile b/data/Makefile index 59512d5e0b..882da72bad 100644 --- a/data/Makefile +++ b/data/Makefile @@ -72,7 +72,7 @@ CHARSETS = \ DATAFILES = \ HPGLprolog \ psglyphs \ - testprint.ps + testprint PPDCFILES = \ epson.h \ diff --git a/data/testprint.ps b/data/testprint similarity index 64% rename from data/testprint.ps rename to data/testprint index b2a9c8a46b..1a8270ddb2 100644 --- a/data/testprint.ps +++ b/data/testprint @@ -1,6 +1,4 @@ #CUPS-BANNER -# While this file has a .ps extension, it is really just a special banner -# page - we are retaining the original filename for backwards-compatibility. Show printer-name printer-info printer-location printer-make-and-model printer-driver-name printer-driver-version paper-size imageable-area Header Printer Test Page Footer Printer Test Page diff --git a/packaging/cups.list.in b/packaging/cups.list.in index e6c7f1765b..0d406cdc36 100644 --- a/packaging/cups.list.in +++ b/packaging/cups.list.in @@ -543,7 +543,7 @@ f 0644 root sys $DATADIR/charsets/utf-8 data/utf-8 d 0755 root sys $DATADIR/data - f 0644 root sys $DATADIR/data/HPGLprolog data/HPGLprolog f 0644 root sys $DATADIR/data/psglyphs data/psglyphs -f 0644 root sys $DATADIR/data/testprint.ps data/testprint.ps +f 0644 root sys $DATADIR/data/testprint data/testprint d 0755 root sys $DATADIR/drv - f 0644 root sys $DATADIR/drv/sample.drv ppdc/sample.drv