Index: head/print/cups/Makefile =================================================================== --- head/print/cups/Makefile (revision 487449) +++ head/print/cups/Makefile (revision 487450) @@ -1,124 +1,123 @@ # Created by: Alan Eldridge # $FreeBSD$ PORTNAME= cups -PORTVERSION= 2.2.8 +PORTVERSION= 2.2.10 DISTVERSIONPREFIX=v -PORTREVISION= 1 CATEGORIES= print MAINTAINER= tijl@FreeBSD.org COMMENT= Common UNIX Printing System LICENSE= GPLv2 LGPL20 LICENSE_COMB= multi LICENSE_FILE_GPLv2= ${WRKSRC}/LICENSE.txt LICENSE_FILE_LGPL20= ${WRKSRC}/LICENSE.txt CONFLICTS= LPRng-[0-9]* USE_GITHUB= yes GH_ACCOUNT= apple DESTDIRNAME= DSTROOT GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-dnssd \ --disable-gssapi \ --disable-launchd \ --disable-systemd \ --with-cups-user=${USERS} \ --with-cups-group=${GROUPS} \ --with-system-groups=wheel \ --with-dbusdir="${PREFIX}/etc/dbus-1" \ --with-icondir="${PREFIX}/share/icons" \ --with-menudir="${DESKTOPDIR}" \ --with-printcap="${PREFIX}/etc/printcap" \ --with-rcdir=no \ --with-optim=" " \ --with-pam-module="unix" \ ac_cv_path_JAVA= ac_cv_path_PERL= ac_cv_path_PHPCGI= \ ac_cv_path_PHP= ac_cv_path_PYTHON= USES= cpe gmake iconv localbase pkgconfig CPE_VENDOR= apple USE_LDCONFIG= yes USE_RC_SUBR= cupsd GROUPS= cups USERS= cups OPTIONS_DEFINE= AVAHI DBUS DOCS GNUTLS IPPTOOL LIBPAPER NLS X11 OPTIONS_DEFAULT= AVAHI DBUS GNUTLS LIBPAPER OPTIONS_SUB= yes AVAHI_LIB_DEPENDS= libavahi-client.so:net/avahi-app AVAHI_CONFIGURE_ENABLE= avahi AVAHI_SUB_LIST= AVAHI_DAEMON=avahi_daemon AVAHI_SUB_LIST_OFF= AVAHI_DAEMON= DBUS_LIB_DEPENDS= libdbus-1.so:devel/dbus DBUS_CONFIGURE_ENABLE= dbus DBUS_SUB_LIST= DBUS_DAEMON=dbus DBUS_SUB_LIST_OFF= DBUS_DAEMON= GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls GNUTLS_CONFIGURE_ON= --enable-gnutls GNUTLS_CONFIGURE_OFF= --disable-ssl IPPTOOL_DESC= Internet Printing Protocol testing tool LIBPAPER_LIB_DEPENDS= libpaper.so:print/libpaper LIBPAPER_CONFIGURE_ENABLE=libpaper X11_DESC= Install desktop menu item X11_BUILD_DEPENDS= xdg-open:devel/xdg-utils X11_RUN_DEPENDS= xdg-open:devel/xdg-utils .if defined(CUPS_OVERWRITE_BASE) PLIST_SUB+= OVERWRITE="" .else PLIST_SUB+= OVERWRITE="@comment " .endif .if exists(/usr/lib/libusb.so) PLIST_SUB+= USB="" .else PLIST_SUB+= USB="@comment " .endif .include .if empty(ICONV_LIB) CONFIGURE_ARGS+=ac_cv_search_libiconv_open=no .endif post-patch: @${REINPLACE_CMD} -e '/SILENT/d' ${WRKSRC}/Makedefs.in @${REINPLACE_CMD} 's/usblp/ulpt/g' ${WRKSRC}/backend/usb-libusb.c @${REINPLACE_CMD} -e 's|/usr/local/etc/pam.d|${LOCALBASE}/etc/pam.d|' \ -e 's/-fstack-protector//' ${WRKSRC}/configure @${FIND} ${WRKSRC}/doc ${WRKSRC}/templates -type f -exec ${SED} -i '' \ 's|http://www.cups.org|https://www.cups.org|g' {} + @${REINPLACE_CMD} '/stripopt=/s/-x//' ${WRKSRC}/install-sh @${REINPLACE_CMD} 's|/etc/cups|${LOCALBASE}/etc/cups|g' \ ${WRKSRC}/man/*.man* @${REINPLACE_CMD} -e 's|\.default|.sample|'\ ${WRKSRC}/cgi-bin/admin.c\ ${WRKSRC}/conf/Makefile .if !empty(ARCH:Mpowerpc*) @${REINPLACE_CMD} -e 's|@PIEFLAGS@||g' ${WRKSRC}/Makedefs.in .endif post-patch-DOCS-off: # Link to online documentation. @${FIND} ${WRKSRC}/doc ${WRKSRC}/templates -type f -exec ${SED} -i '' \ -e 's|[Hh][Rr][Ee][Ff]="/*help/\([{"]\)|href="https://www.cups.org/documentation.html\1|g' \ -e '/have_gssapi/s|[Hh][Rr][Ee][Ff]="/*help/|href="https\\://www.cups.org/doc/|g' \ -e 's|[Hh][Rr][Ee][Ff]="/*help/|href="https://www.cups.org/doc/|g' {} + post-install: ${LN} -sf lpr ${STAGEDIR}${PREFIX}/bin/lpr-cups ${INSTALL_DATA} ${FILESDIR}/cups.conf.sample \ ${STAGEDIR}${PREFIX}/etc/devd ${INSTALL_DATA} ${FILESDIR}/cups ${STAGEDIR}${PREFIX}/etc/pam.d .include Index: head/print/cups/distinfo =================================================================== --- head/print/cups/distinfo (revision 487449) +++ head/print/cups/distinfo (revision 487450) @@ -1,3 +1,3 @@ -TIMESTAMP = 1528290622 -SHA256 (apple-cups-v2.2.8_GH0.tar.gz) = 8f87157960b9d80986f52989781d9de79235aa060e05008e4cf4c0a6ef6bca72 -SIZE (apple-cups-v2.2.8_GH0.tar.gz) = 10334321 +TIMESTAMP = 1544806439 +SHA256 (apple-cups-v2.2.10_GH0.tar.gz) = 50b672db6bab90bc71040ebedbfa3691cb8b5e9f0fbb13e38ced2a7610435584 +SIZE (apple-cups-v2.2.10_GH0.tar.gz) = 10362636 Index: head/print/cups/files/patch-cups_ipp.c =================================================================== --- head/print/cups/files/patch-cups_ipp.c (revision 487449) +++ head/print/cups/files/patch-cups_ipp.c (nonexistent) @@ -1,60 +0,0 @@ -From 455c52a027ab3548953372a0b7bdb0008420e9ba Mon Sep 17 00:00:00 2001 -From: "Jan Alexander Steffens (heftig)" -Date: Fri, 8 Jun 2018 22:29:50 +0200 -Subject: [PATCH] Fix validation rejecting all NAME and TEXT attrs - -When the UTF-8 validation loop finishes successfully, `*ptr` points at -the `'\0'` at the end of the string. The code misinterpreted this as a -control character (`*ptr < ' '`) and failed the validation. - -Fixes https://github.com/apple/cups/issues/5325 ---- - cups/ipp.c | 24 ++++++++++-------------- - 1 file changed, 10 insertions(+), 14 deletions(-) - -diff --git a/cups/ipp.c b/cups/ipp.c -index 95d53cc44..204c71fcd 100644 ---- cups/ipp.c -+++ cups/ipp.c -@@ -5030,15 +5030,13 @@ ippValidateAttribute( - else if (*ptr & 0x80) - break; - else if ((*ptr < ' ' && *ptr != '\n' && *ptr != '\r' && *ptr != '\t') || *ptr == 0x7f) -- break; -+ { -+ ipp_set_error(IPP_STATUS_ERROR_BAD_REQUEST, _("\"%s\": Bad text value \"%s\" - bad control character (PWG 5100.14 section 8.3)."), attr->name, attr->values[i].string.text); -+ return (0); -+ } - } - -- if (*ptr < ' ' || *ptr == 0x7f) -- { -- ipp_set_error(IPP_STATUS_ERROR_BAD_REQUEST, _("\"%s\": Bad text value \"%s\" - bad control character (PWG 5100.14 section 8.3)."), attr->name, attr->values[i].string.text); -- return (0); -- } -- else if (*ptr) -+ if (*ptr) - { - ipp_set_error(IPP_STATUS_ERROR_BAD_REQUEST, _("\"%s\": Bad text value \"%s\" - bad UTF-8 sequence (RFC 8011 section 5.1.2)."), attr->name, attr->values[i].string.text); - return (0); -@@ -5088,15 +5086,13 @@ ippValidateAttribute( - else if (*ptr & 0x80) - break; - else if (*ptr < ' ' || *ptr == 0x7f) -- break; -+ { -+ ipp_set_error(IPP_STATUS_ERROR_BAD_REQUEST, _("\"%s\": Bad name value \"%s\" - bad control character (PWG 5100.14 section 8.1)."), attr->name, attr->values[i].string.text); -+ return (0); -+ } - } - -- if (*ptr < ' ' || *ptr == 0x7f) -- { -- ipp_set_error(IPP_STATUS_ERROR_BAD_REQUEST, _("\"%s\": Bad name value \"%s\" - bad control character (PWG 5100.14 section 8.1)."), attr->name, attr->values[i].string.text); -- return (0); -- } -- else if (*ptr) -+ if (*ptr) - { - ipp_set_error(IPP_STATUS_ERROR_BAD_REQUEST, _("\"%s\": Bad name value \"%s\" - bad UTF-8 sequence (RFC 8011 section 5.1.3)."), attr->name, attr->values[i].string.text); - return (0); Property changes on: head/print/cups/files/patch-cups_ipp.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/print/cups/pkg-plist =================================================================== --- head/print/cups/pkg-plist (revision 487449) +++ head/print/cups/pkg-plist (revision 487450) @@ -1,828 +1,822 @@ %%OVERWRITE%%@postexec if test -e /usr/bin/lp; then chmod -h 0 /usr/bin/lp; fi %%OVERWRITE%%@postexec if test -e /usr/bin/lpq; then chmod -h 0 /usr/bin/lpq; fi %%OVERWRITE%%@postexec if test -e /usr/bin/lpr; then chmod -h 0 /usr/bin/lpr; fi %%OVERWRITE%%@postexec if test -e /usr/bin/lprm; then chmod -h 0 /usr/bin/lprm; fi %%OVERWRITE%%@postexec if test -e /usr/sbin/lpc; then chmod -h 0 /usr/sbin/lpc; fi %%OVERWRITE%%@postunexec if test -e /usr/bin/lp; then chmod -h 0555 /usr/bin/lp; fi %%OVERWRITE%%@postunexec if test -e /usr/bin/lpq; then chmod -h 06555 /usr/bin/lpq; fi %%OVERWRITE%%@postunexec if test -e /usr/bin/lpr; then chmod -h 06555 /usr/bin/lpr; fi %%OVERWRITE%%@postunexec if test -e /usr/bin/lprm; then chmod -h 06555 /usr/bin/lprm; fi %%OVERWRITE%%@postunexec if test -e /usr/sbin/lpc; then chmod -h 02555 /usr/sbin/lpc; fi bin/cancel bin/cups-config bin/cupstestdsc bin/cupstestppd %%AVAHI%%bin/ippfind %%IPPTOOL%%bin/ipptool bin/lp bin/lpoptions bin/lpq bin/lpr bin/lpr-cups bin/lprm bin/lpstat bin/ppdc bin/ppdhtml bin/ppdi bin/ppdmerge bin/ppdpo @sample(,cups,640) %%ETCDIR%%/cups-files.conf.sample @sample(,cups,640) %%ETCDIR%%/cupsd.conf.sample @sample(,cups,640) %%ETCDIR%%/snmp.conf.sample etc/dbus-1/system.d/cups.conf @sample etc/devd/cups.conf.sample etc/pam.d/cups include/cups/adminutil.h include/cups/array.h include/cups/backend.h include/cups/cups.h include/cups/dir.h include/cups/file.h include/cups/http.h include/cups/ipp.h include/cups/language.h include/cups/ppd.h include/cups/pwg.h include/cups/raster.h include/cups/sidechannel.h include/cups/transcode.h include/cups/versioning.h lib/libcups.so lib/libcups.so.2 -lib/libcupscgi.so -lib/libcupscgi.so.1 lib/libcupsimage.so lib/libcupsimage.so.2 -lib/libcupsmime.so -lib/libcupsmime.so.1 -lib/libcupsppdc.so -lib/libcupsppdc.so.1 libexec/cups/backend/http %%GNUTLS%%libexec/cups/backend/https libexec/cups/backend/ipp %%GNUTLS%%libexec/cups/backend/ipps libexec/cups/backend/lpd libexec/cups/backend/snmp libexec/cups/backend/socket %%USB%%libexec/cups/backend/usb %%AVAHI%%libexec/cups/backend/dnssd libexec/cups/cgi-bin/admin.cgi libexec/cups/cgi-bin/classes.cgi libexec/cups/cgi-bin/help.cgi libexec/cups/cgi-bin/jobs.cgi libexec/cups/cgi-bin/printers.cgi libexec/cups/daemon/cups-deviced libexec/cups/daemon/cups-driverd libexec/cups/daemon/cups-exec libexec/cups/daemon/cups-lpd libexec/cups/filter/commandtops libexec/cups/filter/gziptoany libexec/cups/filter/pstops libexec/cups/filter/rastertodymo libexec/cups/filter/rastertoepson libexec/cups/filter/rastertohp libexec/cups/filter/rastertolabel libexec/cups/filter/rastertopwg libexec/cups/monitor/bcp libexec/cups/monitor/tbcp %%DBUS%%libexec/cups/notifier/dbus libexec/cups/notifier/mailto libexec/cups/notifier/rss man/man1/cancel.1.gz man/man1/cups-config.1.gz man/man1/cupstestdsc.1.gz man/man1/cupstestppd.1.gz man/man1/cups.1.gz %%AVAHI%%man/man1/ippfind.1.gz %%IPPTOOL%%man/man1/ipptool.1.gz man/man1/lp.1.gz man/man1/lpoptions.1.gz man/man1/lpq.1.gz man/man1/lpr.1.gz man/man1/lprm.1.gz man/man1/lpstat.1.gz man/man1/ppdc.1.gz man/man1/ppdhtml.1.gz man/man1/ppdi.1.gz man/man1/ppdmerge.1.gz man/man1/ppdpo.1.gz man/man5/classes.conf.5.gz man/man5/client.conf.5.gz man/man5/cups-files.conf.5.gz man/man5/cups-snmp.conf.5.gz man/man5/cupsd-logs.5.gz man/man5/cupsd.conf.5.gz %%IPPTOOL%%man/man5/ipptoolfile.5.gz man/man5/mailto.conf.5.gz man/man5/mime.convs.5.gz man/man5/mime.types.5.gz man/man5/ppdcfile.5.gz man/man5/printers.conf.5.gz man/man5/subscriptions.conf.5.gz man/man7/backend.7.gz man/man7/filter.7.gz man/man7/notifier.7.gz man/man8/accept.8.gz man/man8/cupsd-helper.8.gz man/man8/cups-deviced.8.gz man/man8/cups-exec.8.gz man/man8/cups-driverd.8.gz man/man8/cups-lpd.8.gz man/man8/cups-snmp.8.gz man/man8/cupsaccept.8.gz man/man8/cupsaddsmb.8.gz man/man8/cupsctl.8.gz man/man8/cupsd.8.gz man/man8/cupsdisable.8.gz man/man8/cupsenable.8.gz man/man8/cupsfilter.8.gz man/man8/cupsreject.8.gz man/man8/lpadmin.8.gz man/man8/lpc.8.gz man/man8/lpinfo.8.gz man/man8/lpmove.8.gz man/man8/reject.8.gz sbin/accept sbin/cupsaccept sbin/cupsaddsmb sbin/cupsctl sbin/cupsd sbin/cupsdisable sbin/cupsenable sbin/cupsfilter sbin/cupsreject sbin/lpadmin sbin/lpc sbin/lpinfo sbin/lpmove sbin/reject %%X11%%share/applications/cups.desktop %%DATADIR%%/drv/sample.drv %%DATADIR%%/examples/color.drv %%DATADIR%%/examples/constraint.drv %%DATADIR%%/examples/custom.drv %%DATADIR%%/examples/grouping.drv %%DATADIR%%/examples/laserjet-basic.drv %%DATADIR%%/examples/laserjet-pjl.drv %%DATADIR%%/examples/minimum.drv %%DATADIR%%/examples/postscript.drv %%DATADIR%%/examples/r300-basic.drv %%DATADIR%%/examples/r300-colorman.drv %%DATADIR%%/examples/r300-remote.drv %%IPPTOOL%%%%DATADIR%%/ipptool/color.jpg %%IPPTOOL%%%%DATADIR%%/ipptool/create-printer-subscription.test %%IPPTOOL%%%%DATADIR%%/ipptool/document-a4.pdf %%IPPTOOL%%%%DATADIR%%/ipptool/document-a4.ps %%IPPTOOL%%%%DATADIR%%/ipptool/document-letter.pdf %%IPPTOOL%%%%DATADIR%%/ipptool/document-letter.ps %%IPPTOOL%%%%DATADIR%%/ipptool/get-completed-jobs.test %%IPPTOOL%%%%DATADIR%%/ipptool/get-jobs.test %%IPPTOOL%%%%DATADIR%%/ipptool/get-notifications.test %%IPPTOOL%%%%DATADIR%%/ipptool/get-printer-attributes.test %%IPPTOOL%%%%DATADIR%%/ipptool/get-subscriptions.test %%IPPTOOL%%%%DATADIR%%/ipptool/gray.jpg %%IPPTOOL%%%%DATADIR%%/ipptool/ipp-1.1.test %%IPPTOOL%%%%DATADIR%%/ipptool/ipp-2.0.test %%IPPTOOL%%%%DATADIR%%/ipptool/ipp-2.1.test %%IPPTOOL%%%%DATADIR%%/ipptool/ipp-2.2.test %%IPPTOOL%%%%DATADIR%%/ipptool/ipp-everywhere.test %%IPPTOOL%%%%DATADIR%%/ipptool/onepage-a4.pdf %%IPPTOOL%%%%DATADIR%%/ipptool/onepage-a4.ps %%IPPTOOL%%%%DATADIR%%/ipptool/onepage-letter.pdf %%IPPTOOL%%%%DATADIR%%/ipptool/onepage-letter.ps %%IPPTOOL%%%%DATADIR%%/ipptool/print-job-deflate.test %%IPPTOOL%%%%DATADIR%%/ipptool/print-job-gzip.test %%IPPTOOL%%%%DATADIR%%/ipptool/print-job.test %%IPPTOOL%%%%DATADIR%%/ipptool/testfile.jpg %%IPPTOOL%%%%DATADIR%%/ipptool/testfile.pcl %%IPPTOOL%%%%DATADIR%%/ipptool/testfile.pdf %%IPPTOOL%%%%DATADIR%%/ipptool/testfile.ps %%IPPTOOL%%%%DATADIR%%/ipptool/testfile.txt %%IPPTOOL%%%%DATADIR%%/ipptool/validate-job.test %%DATADIR%%/mime/mime.convs %%DATADIR%%/mime/mime.types %%DATADIR%%/ppdc/epson.h %%DATADIR%%/ppdc/font.defs %%DATADIR%%/ppdc/hp.h %%DATADIR%%/ppdc/label.h %%DATADIR%%/ppdc/media.defs %%DATADIR%%/ppdc/raster.defs %%DATADIR%%/templates/add-class.tmpl %%DATADIR%%/templates/add-printer.tmpl %%DATADIR%%/templates/add-rss-subscription.tmpl %%DATADIR%%/templates/admin.tmpl %%DATADIR%%/templates/choose-device.tmpl %%DATADIR%%/templates/choose-make.tmpl %%DATADIR%%/templates/choose-model.tmpl %%DATADIR%%/templates/choose-serial.tmpl %%DATADIR%%/templates/choose-uri.tmpl %%DATADIR%%/templates/class-added.tmpl %%DATADIR%%/templates/class-confirm.tmpl %%DATADIR%%/templates/class-deleted.tmpl %%DATADIR%%/templates/class-jobs-header.tmpl %%DATADIR%%/templates/class-modified.tmpl %%DATADIR%%/templates/class.tmpl %%DATADIR%%/templates/classes-header.tmpl %%DATADIR%%/templates/classes.tmpl %%DATADIR%%/templates/command.tmpl %%NLS%%%%DATADIR%%/templates/de/add-class.tmpl %%NLS%%%%DATADIR%%/templates/de/add-printer.tmpl %%NLS%%%%DATADIR%%/templates/de/add-rss-subscription.tmpl %%NLS%%%%DATADIR%%/templates/de/admin.tmpl %%NLS%%%%DATADIR%%/templates/de/choose-device.tmpl %%NLS%%%%DATADIR%%/templates/de/choose-make.tmpl %%NLS%%%%DATADIR%%/templates/de/choose-model.tmpl %%NLS%%%%DATADIR%%/templates/de/choose-serial.tmpl %%NLS%%%%DATADIR%%/templates/de/choose-uri.tmpl %%NLS%%%%DATADIR%%/templates/de/class-added.tmpl %%NLS%%%%DATADIR%%/templates/de/class-confirm.tmpl %%NLS%%%%DATADIR%%/templates/de/class-deleted.tmpl %%NLS%%%%DATADIR%%/templates/de/class-jobs-header.tmpl %%NLS%%%%DATADIR%%/templates/de/class-modified.tmpl %%NLS%%%%DATADIR%%/templates/de/class.tmpl %%NLS%%%%DATADIR%%/templates/de/classes-header.tmpl %%NLS%%%%DATADIR%%/templates/de/classes.tmpl %%NLS%%%%DATADIR%%/templates/de/command.tmpl %%NLS%%%%DATADIR%%/templates/de/edit-config.tmpl %%NLS%%%%DATADIR%%/templates/de/error-op.tmpl %%NLS%%%%DATADIR%%/templates/de/error.tmpl %%NLS%%%%DATADIR%%/templates/de/header.tmpl %%NLS%%%%DATADIR%%/templates/de/help-header.tmpl %%NLS%%%%DATADIR%%/templates/de/help-printable.tmpl %%NLS%%%%DATADIR%%/templates/de/help-trailer.tmpl %%NLS%%%%DATADIR%%/templates/de/job-cancel.tmpl %%NLS%%%%DATADIR%%/templates/de/job-hold.tmpl %%NLS%%%%DATADIR%%/templates/de/job-move.tmpl %%NLS%%%%DATADIR%%/templates/de/job-moved.tmpl %%NLS%%%%DATADIR%%/templates/de/job-release.tmpl %%NLS%%%%DATADIR%%/templates/de/job-restart.tmpl %%NLS%%%%DATADIR%%/templates/de/jobs-header.tmpl %%NLS%%%%DATADIR%%/templates/de/jobs.tmpl %%NLS%%%%DATADIR%%/templates/de/list-available-printers.tmpl %%NLS%%%%DATADIR%%/templates/de/modify-class.tmpl %%NLS%%%%DATADIR%%/templates/de/modify-printer.tmpl %%NLS%%%%DATADIR%%/templates/de/norestart.tmpl %%NLS%%%%DATADIR%%/templates/de/option-boolean.tmpl %%NLS%%%%DATADIR%%/templates/de/option-conflict.tmpl %%NLS%%%%DATADIR%%/templates/de/option-header.tmpl %%NLS%%%%DATADIR%%/templates/de/option-pickmany.tmpl %%NLS%%%%DATADIR%%/templates/de/option-pickone.tmpl %%NLS%%%%DATADIR%%/templates/de/option-trailer.tmpl %%NLS%%%%DATADIR%%/templates/de/pager.tmpl %%NLS%%%%DATADIR%%/templates/de/printer-accept.tmpl %%NLS%%%%DATADIR%%/templates/de/printer-added.tmpl %%NLS%%%%DATADIR%%/templates/de/printer-cancel-jobs.tmpl %%NLS%%%%DATADIR%%/templates/de/printer-configured.tmpl %%NLS%%%%DATADIR%%/templates/de/printer-confirm.tmpl %%NLS%%%%DATADIR%%/templates/de/printer-default.tmpl %%NLS%%%%DATADIR%%/templates/de/printer-deleted.tmpl %%NLS%%%%DATADIR%%/templates/de/printer-jobs-header.tmpl %%NLS%%%%DATADIR%%/templates/de/printer-modified.tmpl %%NLS%%%%DATADIR%%/templates/de/printer-reject.tmpl %%NLS%%%%DATADIR%%/templates/de/printer-start.tmpl %%NLS%%%%DATADIR%%/templates/de/printer-stop.tmpl %%NLS%%%%DATADIR%%/templates/de/printer.tmpl %%NLS%%%%DATADIR%%/templates/de/printers-header.tmpl %%NLS%%%%DATADIR%%/templates/de/printers.tmpl %%NLS%%%%DATADIR%%/templates/de/restart.tmpl %%NLS%%%%DATADIR%%/templates/de/samba-export.tmpl %%NLS%%%%DATADIR%%/templates/de/samba-exported.tmpl %%NLS%%%%DATADIR%%/templates/de/search.tmpl %%NLS%%%%DATADIR%%/templates/de/set-printer-options-header.tmpl %%NLS%%%%DATADIR%%/templates/de/set-printer-options-trailer.tmpl %%NLS%%%%DATADIR%%/templates/de/subscription-added.tmpl %%NLS%%%%DATADIR%%/templates/de/subscription-canceled.tmpl %%NLS%%%%DATADIR%%/templates/de/test-page.tmpl %%NLS%%%%DATADIR%%/templates/de/trailer.tmpl %%NLS%%%%DATADIR%%/templates/de/users.tmpl %%DATADIR%%/templates/edit-config.tmpl %%DATADIR%%/templates/error-op.tmpl %%DATADIR%%/templates/error.tmpl %%NLS%%%%DATADIR%%/templates/es/add-class.tmpl %%NLS%%%%DATADIR%%/templates/es/add-printer.tmpl %%NLS%%%%DATADIR%%/templates/es/add-rss-subscription.tmpl %%NLS%%%%DATADIR%%/templates/es/admin.tmpl %%NLS%%%%DATADIR%%/templates/es/choose-device.tmpl %%NLS%%%%DATADIR%%/templates/es/choose-make.tmpl %%NLS%%%%DATADIR%%/templates/es/choose-model.tmpl %%NLS%%%%DATADIR%%/templates/es/choose-serial.tmpl %%NLS%%%%DATADIR%%/templates/es/choose-uri.tmpl %%NLS%%%%DATADIR%%/templates/es/class-added.tmpl %%NLS%%%%DATADIR%%/templates/es/class-confirm.tmpl %%NLS%%%%DATADIR%%/templates/es/class-deleted.tmpl %%NLS%%%%DATADIR%%/templates/es/class-jobs-header.tmpl %%NLS%%%%DATADIR%%/templates/es/class-modified.tmpl %%NLS%%%%DATADIR%%/templates/es/class.tmpl %%NLS%%%%DATADIR%%/templates/es/classes-header.tmpl %%NLS%%%%DATADIR%%/templates/es/classes.tmpl %%NLS%%%%DATADIR%%/templates/es/command.tmpl %%NLS%%%%DATADIR%%/templates/es/edit-config.tmpl %%NLS%%%%DATADIR%%/templates/es/error-op.tmpl %%NLS%%%%DATADIR%%/templates/es/error.tmpl %%NLS%%%%DATADIR%%/templates/es/header.tmpl %%NLS%%%%DATADIR%%/templates/es/help-header.tmpl %%NLS%%%%DATADIR%%/templates/es/help-printable.tmpl %%NLS%%%%DATADIR%%/templates/es/help-trailer.tmpl %%NLS%%%%DATADIR%%/templates/es/job-cancel.tmpl %%NLS%%%%DATADIR%%/templates/es/job-hold.tmpl %%NLS%%%%DATADIR%%/templates/es/job-move.tmpl %%NLS%%%%DATADIR%%/templates/es/job-moved.tmpl %%NLS%%%%DATADIR%%/templates/es/job-release.tmpl %%NLS%%%%DATADIR%%/templates/es/job-restart.tmpl %%NLS%%%%DATADIR%%/templates/es/jobs-header.tmpl %%NLS%%%%DATADIR%%/templates/es/jobs.tmpl %%NLS%%%%DATADIR%%/templates/es/list-available-printers.tmpl %%NLS%%%%DATADIR%%/templates/es/modify-class.tmpl %%NLS%%%%DATADIR%%/templates/es/modify-printer.tmpl %%NLS%%%%DATADIR%%/templates/es/norestart.tmpl %%NLS%%%%DATADIR%%/templates/es/option-boolean.tmpl %%NLS%%%%DATADIR%%/templates/es/option-conflict.tmpl %%NLS%%%%DATADIR%%/templates/es/option-header.tmpl %%NLS%%%%DATADIR%%/templates/es/option-pickmany.tmpl %%NLS%%%%DATADIR%%/templates/es/option-pickone.tmpl %%NLS%%%%DATADIR%%/templates/es/option-trailer.tmpl %%NLS%%%%DATADIR%%/templates/es/pager.tmpl %%NLS%%%%DATADIR%%/templates/es/printer-accept.tmpl %%NLS%%%%DATADIR%%/templates/es/printer-added.tmpl %%NLS%%%%DATADIR%%/templates/es/printer-cancel-jobs.tmpl %%NLS%%%%DATADIR%%/templates/es/printer-configured.tmpl %%NLS%%%%DATADIR%%/templates/es/printer-confirm.tmpl %%NLS%%%%DATADIR%%/templates/es/printer-default.tmpl %%NLS%%%%DATADIR%%/templates/es/printer-deleted.tmpl %%NLS%%%%DATADIR%%/templates/es/printer-jobs-header.tmpl %%NLS%%%%DATADIR%%/templates/es/printer-modified.tmpl %%NLS%%%%DATADIR%%/templates/es/printer-reject.tmpl %%NLS%%%%DATADIR%%/templates/es/printer-start.tmpl %%NLS%%%%DATADIR%%/templates/es/printer-stop.tmpl %%NLS%%%%DATADIR%%/templates/es/printer.tmpl %%NLS%%%%DATADIR%%/templates/es/printers-header.tmpl %%NLS%%%%DATADIR%%/templates/es/printers.tmpl %%NLS%%%%DATADIR%%/templates/es/restart.tmpl %%NLS%%%%DATADIR%%/templates/es/samba-export.tmpl %%NLS%%%%DATADIR%%/templates/es/samba-exported.tmpl %%NLS%%%%DATADIR%%/templates/es/search.tmpl %%NLS%%%%DATADIR%%/templates/es/set-printer-options-header.tmpl %%NLS%%%%DATADIR%%/templates/es/set-printer-options-trailer.tmpl %%NLS%%%%DATADIR%%/templates/es/subscription-added.tmpl %%NLS%%%%DATADIR%%/templates/es/subscription-canceled.tmpl %%NLS%%%%DATADIR%%/templates/es/test-page.tmpl %%NLS%%%%DATADIR%%/templates/es/trailer.tmpl %%NLS%%%%DATADIR%%/templates/es/users.tmpl %%NLS%%%%DATADIR%%/templates/fr/add-class.tmpl %%NLS%%%%DATADIR%%/templates/fr/add-printer.tmpl %%NLS%%%%DATADIR%%/templates/fr/add-rss-subscription.tmpl %%NLS%%%%DATADIR%%/templates/fr/admin.tmpl %%NLS%%%%DATADIR%%/templates/fr/choose-device.tmpl %%NLS%%%%DATADIR%%/templates/fr/choose-make.tmpl %%NLS%%%%DATADIR%%/templates/fr/choose-model.tmpl %%NLS%%%%DATADIR%%/templates/fr/choose-serial.tmpl %%NLS%%%%DATADIR%%/templates/fr/choose-uri.tmpl %%NLS%%%%DATADIR%%/templates/fr/class-added.tmpl %%NLS%%%%DATADIR%%/templates/fr/class-confirm.tmpl %%NLS%%%%DATADIR%%/templates/fr/class-deleted.tmpl %%NLS%%%%DATADIR%%/templates/fr/class-jobs-header.tmpl %%NLS%%%%DATADIR%%/templates/fr/class-modified.tmpl %%NLS%%%%DATADIR%%/templates/fr/class.tmpl %%NLS%%%%DATADIR%%/templates/fr/classes-header.tmpl %%NLS%%%%DATADIR%%/templates/fr/classes.tmpl %%NLS%%%%DATADIR%%/templates/fr/command.tmpl %%NLS%%%%DATADIR%%/templates/fr/edit-config.tmpl %%NLS%%%%DATADIR%%/templates/fr/error-op.tmpl %%NLS%%%%DATADIR%%/templates/fr/error.tmpl %%NLS%%%%DATADIR%%/templates/fr/header.tmpl %%NLS%%%%DATADIR%%/templates/fr/help-header.tmpl %%NLS%%%%DATADIR%%/templates/fr/help-printable.tmpl %%NLS%%%%DATADIR%%/templates/fr/help-trailer.tmpl %%NLS%%%%DATADIR%%/templates/fr/job-cancel.tmpl %%NLS%%%%DATADIR%%/templates/fr/job-hold.tmpl %%NLS%%%%DATADIR%%/templates/fr/job-move.tmpl %%NLS%%%%DATADIR%%/templates/fr/job-moved.tmpl %%NLS%%%%DATADIR%%/templates/fr/job-release.tmpl %%NLS%%%%DATADIR%%/templates/fr/job-restart.tmpl %%NLS%%%%DATADIR%%/templates/fr/jobs-header.tmpl %%NLS%%%%DATADIR%%/templates/fr/jobs.tmpl %%NLS%%%%DATADIR%%/templates/fr/list-available-printers.tmpl %%NLS%%%%DATADIR%%/templates/fr/modify-class.tmpl %%NLS%%%%DATADIR%%/templates/fr/modify-printer.tmpl %%NLS%%%%DATADIR%%/templates/fr/norestart.tmpl %%NLS%%%%DATADIR%%/templates/fr/option-boolean.tmpl %%NLS%%%%DATADIR%%/templates/fr/option-conflict.tmpl %%NLS%%%%DATADIR%%/templates/fr/option-header.tmpl %%NLS%%%%DATADIR%%/templates/fr/option-pickmany.tmpl %%NLS%%%%DATADIR%%/templates/fr/option-pickone.tmpl %%NLS%%%%DATADIR%%/templates/fr/option-trailer.tmpl %%NLS%%%%DATADIR%%/templates/fr/pager.tmpl %%NLS%%%%DATADIR%%/templates/fr/printer-accept.tmpl %%NLS%%%%DATADIR%%/templates/fr/printer-added.tmpl %%NLS%%%%DATADIR%%/templates/fr/printer-cancel-jobs.tmpl %%NLS%%%%DATADIR%%/templates/fr/printer-configured.tmpl %%NLS%%%%DATADIR%%/templates/fr/printer-confirm.tmpl %%NLS%%%%DATADIR%%/templates/fr/printer-default.tmpl %%NLS%%%%DATADIR%%/templates/fr/printer-deleted.tmpl %%NLS%%%%DATADIR%%/templates/fr/printer-jobs-header.tmpl %%NLS%%%%DATADIR%%/templates/fr/printer-modified.tmpl %%NLS%%%%DATADIR%%/templates/fr/printer-reject.tmpl %%NLS%%%%DATADIR%%/templates/fr/printer-start.tmpl %%NLS%%%%DATADIR%%/templates/fr/printer-stop.tmpl %%NLS%%%%DATADIR%%/templates/fr/printer.tmpl %%NLS%%%%DATADIR%%/templates/fr/printers-header.tmpl %%NLS%%%%DATADIR%%/templates/fr/printers.tmpl %%NLS%%%%DATADIR%%/templates/fr/restart.tmpl %%NLS%%%%DATADIR%%/templates/fr/samba-export.tmpl %%NLS%%%%DATADIR%%/templates/fr/samba-exported.tmpl %%NLS%%%%DATADIR%%/templates/fr/search.tmpl %%NLS%%%%DATADIR%%/templates/fr/set-printer-options-header.tmpl %%NLS%%%%DATADIR%%/templates/fr/set-printer-options-trailer.tmpl %%NLS%%%%DATADIR%%/templates/fr/subscription-added.tmpl %%NLS%%%%DATADIR%%/templates/fr/subscription-canceled.tmpl %%NLS%%%%DATADIR%%/templates/fr/test-page.tmpl %%NLS%%%%DATADIR%%/templates/fr/trailer.tmpl %%NLS%%%%DATADIR%%/templates/fr/users.tmpl %%DATADIR%%/templates/header.tmpl %%DATADIR%%/templates/help-header.tmpl %%DATADIR%%/templates/help-printable.tmpl %%DATADIR%%/templates/help-trailer.tmpl %%NLS%%%%DATADIR%%/templates/ja/add-class.tmpl %%NLS%%%%DATADIR%%/templates/ja/add-printer.tmpl %%NLS%%%%DATADIR%%/templates/ja/add-rss-subscription.tmpl %%NLS%%%%DATADIR%%/templates/ja/admin.tmpl %%NLS%%%%DATADIR%%/templates/ja/choose-device.tmpl %%NLS%%%%DATADIR%%/templates/ja/choose-make.tmpl %%NLS%%%%DATADIR%%/templates/ja/choose-model.tmpl %%NLS%%%%DATADIR%%/templates/ja/choose-serial.tmpl %%NLS%%%%DATADIR%%/templates/ja/choose-uri.tmpl %%NLS%%%%DATADIR%%/templates/ja/class-added.tmpl %%NLS%%%%DATADIR%%/templates/ja/class-confirm.tmpl %%NLS%%%%DATADIR%%/templates/ja/class-deleted.tmpl %%NLS%%%%DATADIR%%/templates/ja/class-jobs-header.tmpl %%NLS%%%%DATADIR%%/templates/ja/class-modified.tmpl %%NLS%%%%DATADIR%%/templates/ja/class.tmpl %%NLS%%%%DATADIR%%/templates/ja/classes-header.tmpl %%NLS%%%%DATADIR%%/templates/ja/classes.tmpl %%NLS%%%%DATADIR%%/templates/ja/command.tmpl %%NLS%%%%DATADIR%%/templates/ja/edit-config.tmpl %%NLS%%%%DATADIR%%/templates/ja/error-op.tmpl %%NLS%%%%DATADIR%%/templates/ja/error.tmpl %%NLS%%%%DATADIR%%/templates/ja/header.tmpl %%NLS%%%%DATADIR%%/templates/ja/help-header.tmpl %%NLS%%%%DATADIR%%/templates/ja/help-printable.tmpl %%NLS%%%%DATADIR%%/templates/ja/help-trailer.tmpl %%NLS%%%%DATADIR%%/templates/ja/job-cancel.tmpl %%NLS%%%%DATADIR%%/templates/ja/job-hold.tmpl %%NLS%%%%DATADIR%%/templates/ja/job-move.tmpl %%NLS%%%%DATADIR%%/templates/ja/job-moved.tmpl %%NLS%%%%DATADIR%%/templates/ja/job-release.tmpl %%NLS%%%%DATADIR%%/templates/ja/job-restart.tmpl %%NLS%%%%DATADIR%%/templates/ja/jobs-header.tmpl %%NLS%%%%DATADIR%%/templates/ja/jobs.tmpl %%NLS%%%%DATADIR%%/templates/ja/list-available-printers.tmpl %%NLS%%%%DATADIR%%/templates/ja/modify-class.tmpl %%NLS%%%%DATADIR%%/templates/ja/modify-printer.tmpl %%NLS%%%%DATADIR%%/templates/ja/norestart.tmpl %%NLS%%%%DATADIR%%/templates/ja/option-boolean.tmpl %%NLS%%%%DATADIR%%/templates/ja/option-conflict.tmpl %%NLS%%%%DATADIR%%/templates/ja/option-header.tmpl %%NLS%%%%DATADIR%%/templates/ja/option-pickmany.tmpl %%NLS%%%%DATADIR%%/templates/ja/option-pickone.tmpl %%NLS%%%%DATADIR%%/templates/ja/option-trailer.tmpl %%NLS%%%%DATADIR%%/templates/ja/pager.tmpl %%NLS%%%%DATADIR%%/templates/ja/printer-accept.tmpl %%NLS%%%%DATADIR%%/templates/ja/printer-added.tmpl %%NLS%%%%DATADIR%%/templates/ja/printer-cancel-jobs.tmpl %%NLS%%%%DATADIR%%/templates/ja/printer-configured.tmpl %%NLS%%%%DATADIR%%/templates/ja/printer-confirm.tmpl %%NLS%%%%DATADIR%%/templates/ja/printer-default.tmpl %%NLS%%%%DATADIR%%/templates/ja/printer-deleted.tmpl %%NLS%%%%DATADIR%%/templates/ja/printer-jobs-header.tmpl %%NLS%%%%DATADIR%%/templates/ja/printer-modified.tmpl %%NLS%%%%DATADIR%%/templates/ja/printer-reject.tmpl %%NLS%%%%DATADIR%%/templates/ja/printer-start.tmpl %%NLS%%%%DATADIR%%/templates/ja/printer-stop.tmpl %%NLS%%%%DATADIR%%/templates/ja/printer.tmpl %%NLS%%%%DATADIR%%/templates/ja/printers-header.tmpl %%NLS%%%%DATADIR%%/templates/ja/printers.tmpl %%NLS%%%%DATADIR%%/templates/ja/restart.tmpl %%NLS%%%%DATADIR%%/templates/ja/samba-export.tmpl %%NLS%%%%DATADIR%%/templates/ja/samba-exported.tmpl %%NLS%%%%DATADIR%%/templates/ja/search.tmpl %%NLS%%%%DATADIR%%/templates/ja/set-printer-options-header.tmpl %%NLS%%%%DATADIR%%/templates/ja/set-printer-options-trailer.tmpl %%NLS%%%%DATADIR%%/templates/ja/subscription-added.tmpl %%NLS%%%%DATADIR%%/templates/ja/subscription-canceled.tmpl %%NLS%%%%DATADIR%%/templates/ja/test-page.tmpl %%NLS%%%%DATADIR%%/templates/ja/trailer.tmpl %%NLS%%%%DATADIR%%/templates/ja/users.tmpl %%DATADIR%%/templates/job-cancel.tmpl %%DATADIR%%/templates/job-hold.tmpl %%DATADIR%%/templates/job-move.tmpl %%DATADIR%%/templates/job-moved.tmpl %%DATADIR%%/templates/job-release.tmpl %%DATADIR%%/templates/job-restart.tmpl %%DATADIR%%/templates/jobs-header.tmpl %%DATADIR%%/templates/jobs.tmpl %%DATADIR%%/templates/list-available-printers.tmpl %%DATADIR%%/templates/modify-class.tmpl %%DATADIR%%/templates/modify-printer.tmpl %%DATADIR%%/templates/norestart.tmpl %%DATADIR%%/templates/option-boolean.tmpl %%DATADIR%%/templates/option-conflict.tmpl %%DATADIR%%/templates/option-header.tmpl %%DATADIR%%/templates/option-pickmany.tmpl %%DATADIR%%/templates/option-pickone.tmpl %%DATADIR%%/templates/option-trailer.tmpl %%DATADIR%%/templates/pager.tmpl %%DATADIR%%/templates/printer-accept.tmpl %%DATADIR%%/templates/printer-added.tmpl %%DATADIR%%/templates/printer-cancel-jobs.tmpl %%DATADIR%%/templates/printer-configured.tmpl %%DATADIR%%/templates/printer-confirm.tmpl %%DATADIR%%/templates/printer-default.tmpl %%DATADIR%%/templates/printer-deleted.tmpl %%DATADIR%%/templates/printer-jobs-header.tmpl %%DATADIR%%/templates/printer-modified.tmpl %%DATADIR%%/templates/printer-reject.tmpl %%DATADIR%%/templates/printer-start.tmpl %%DATADIR%%/templates/printer-stop.tmpl %%DATADIR%%/templates/printer.tmpl %%DATADIR%%/templates/printers-header.tmpl %%DATADIR%%/templates/printers.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/add-class.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/add-printer.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/add-rss-subscription.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/admin.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/choose-device.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/choose-make.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/choose-model.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/choose-serial.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/choose-uri.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/class-added.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/class-confirm.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/class-deleted.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/class-jobs-header.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/class-modified.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/class.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/classes-header.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/classes.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/command.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/edit-config.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/error-op.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/error.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/header.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/help-header.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/help-printable.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/help-trailer.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/job-cancel.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/job-hold.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/job-move.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/job-moved.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/job-release.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/job-restart.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/jobs-header.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/jobs.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/list-available-printers.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/modify-class.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/modify-printer.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/norestart.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/option-boolean.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/option-conflict.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/option-header.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/option-pickmany.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/option-pickone.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/option-trailer.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/pager.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/printer-accept.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/printer-added.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/printer-cancel-jobs.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/printer-configured.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/printer-confirm.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/printer-default.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/printer-deleted.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/printer-jobs-header.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/printer-modified.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/printer-reject.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/printer-start.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/printer-stop.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/printer.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/printers-header.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/printers.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/restart.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/samba-export.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/samba-exported.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/search.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/set-printer-options-header.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/set-printer-options-trailer.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/subscription-added.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/subscription-canceled.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/test-page.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/trailer.tmpl %%NLS%%%%DATADIR%%/templates/pt_BR/users.tmpl %%DATADIR%%/templates/restart.tmpl %%NLS%%%%DATADIR%%/templates/ru/add-class.tmpl %%NLS%%%%DATADIR%%/templates/ru/add-printer.tmpl %%NLS%%%%DATADIR%%/templates/ru/add-rss-subscription.tmpl %%NLS%%%%DATADIR%%/templates/ru/admin.tmpl %%NLS%%%%DATADIR%%/templates/ru/choose-device.tmpl %%NLS%%%%DATADIR%%/templates/ru/choose-make.tmpl %%NLS%%%%DATADIR%%/templates/ru/choose-model.tmpl %%NLS%%%%DATADIR%%/templates/ru/choose-serial.tmpl %%NLS%%%%DATADIR%%/templates/ru/choose-uri.tmpl %%NLS%%%%DATADIR%%/templates/ru/class-added.tmpl %%NLS%%%%DATADIR%%/templates/ru/class-confirm.tmpl %%NLS%%%%DATADIR%%/templates/ru/class-deleted.tmpl %%NLS%%%%DATADIR%%/templates/ru/class-jobs-header.tmpl %%NLS%%%%DATADIR%%/templates/ru/class-modified.tmpl %%NLS%%%%DATADIR%%/templates/ru/class.tmpl %%NLS%%%%DATADIR%%/templates/ru/classes-header.tmpl %%NLS%%%%DATADIR%%/templates/ru/classes.tmpl %%NLS%%%%DATADIR%%/templates/ru/command.tmpl %%NLS%%%%DATADIR%%/templates/ru/edit-config.tmpl %%NLS%%%%DATADIR%%/templates/ru/error-op.tmpl %%NLS%%%%DATADIR%%/templates/ru/error.tmpl %%NLS%%%%DATADIR%%/templates/ru/header.tmpl %%NLS%%%%DATADIR%%/templates/ru/help-header.tmpl %%NLS%%%%DATADIR%%/templates/ru/help-printable.tmpl %%NLS%%%%DATADIR%%/templates/ru/help-trailer.tmpl %%NLS%%%%DATADIR%%/templates/ru/job-cancel.tmpl %%NLS%%%%DATADIR%%/templates/ru/job-hold.tmpl %%NLS%%%%DATADIR%%/templates/ru/job-move.tmpl %%NLS%%%%DATADIR%%/templates/ru/job-moved.tmpl %%NLS%%%%DATADIR%%/templates/ru/job-release.tmpl %%NLS%%%%DATADIR%%/templates/ru/job-restart.tmpl %%NLS%%%%DATADIR%%/templates/ru/jobs-header.tmpl %%NLS%%%%DATADIR%%/templates/ru/jobs.tmpl %%NLS%%%%DATADIR%%/templates/ru/list-available-printers.tmpl %%NLS%%%%DATADIR%%/templates/ru/modify-class.tmpl %%NLS%%%%DATADIR%%/templates/ru/modify-printer.tmpl %%NLS%%%%DATADIR%%/templates/ru/norestart.tmpl %%NLS%%%%DATADIR%%/templates/ru/option-boolean.tmpl %%NLS%%%%DATADIR%%/templates/ru/option-conflict.tmpl %%NLS%%%%DATADIR%%/templates/ru/option-header.tmpl %%NLS%%%%DATADIR%%/templates/ru/option-pickmany.tmpl %%NLS%%%%DATADIR%%/templates/ru/option-pickone.tmpl %%NLS%%%%DATADIR%%/templates/ru/option-trailer.tmpl %%NLS%%%%DATADIR%%/templates/ru/pager.tmpl %%NLS%%%%DATADIR%%/templates/ru/printer-accept.tmpl %%NLS%%%%DATADIR%%/templates/ru/printer-added.tmpl %%NLS%%%%DATADIR%%/templates/ru/printer-cancel-jobs.tmpl %%NLS%%%%DATADIR%%/templates/ru/printer-configured.tmpl %%NLS%%%%DATADIR%%/templates/ru/printer-confirm.tmpl %%NLS%%%%DATADIR%%/templates/ru/printer-default.tmpl %%NLS%%%%DATADIR%%/templates/ru/printer-deleted.tmpl %%NLS%%%%DATADIR%%/templates/ru/printer-jobs-header.tmpl %%NLS%%%%DATADIR%%/templates/ru/printer-modified.tmpl %%NLS%%%%DATADIR%%/templates/ru/printer-reject.tmpl %%NLS%%%%DATADIR%%/templates/ru/printer-start.tmpl %%NLS%%%%DATADIR%%/templates/ru/printer-stop.tmpl %%NLS%%%%DATADIR%%/templates/ru/printer.tmpl %%NLS%%%%DATADIR%%/templates/ru/printers-header.tmpl %%NLS%%%%DATADIR%%/templates/ru/printers.tmpl %%NLS%%%%DATADIR%%/templates/ru/restart.tmpl %%NLS%%%%DATADIR%%/templates/ru/samba-export.tmpl %%NLS%%%%DATADIR%%/templates/ru/samba-exported.tmpl %%NLS%%%%DATADIR%%/templates/ru/search.tmpl %%NLS%%%%DATADIR%%/templates/ru/set-printer-options-header.tmpl %%NLS%%%%DATADIR%%/templates/ru/set-printer-options-trailer.tmpl %%NLS%%%%DATADIR%%/templates/ru/subscription-added.tmpl %%NLS%%%%DATADIR%%/templates/ru/subscription-canceled.tmpl %%NLS%%%%DATADIR%%/templates/ru/test-page.tmpl %%NLS%%%%DATADIR%%/templates/ru/trailer.tmpl %%NLS%%%%DATADIR%%/templates/ru/users.tmpl %%DATADIR%%/templates/samba-export.tmpl %%DATADIR%%/templates/samba-exported.tmpl %%DATADIR%%/templates/search.tmpl %%DATADIR%%/templates/set-printer-options-header.tmpl %%DATADIR%%/templates/set-printer-options-trailer.tmpl %%DATADIR%%/templates/subscription-added.tmpl %%DATADIR%%/templates/subscription-canceled.tmpl %%DATADIR%%/templates/test-page.tmpl %%DATADIR%%/templates/trailer.tmpl %%DATADIR%%/templates/users.tmpl %%USB%%%%DATADIR%%/usb/org.cups.usb-quirks %%DOCSDIR%%/apple-touch-icon.png %%DOCSDIR%%/cups-printable.css %%DOCSDIR%%/cups.css %%NLS%%%%DOCSDIR%%/de/index.html %%NLS%%%%DOCSDIR%%/es/index.html %%PORTDOCS%%%%DOCSDIR%%/help/accounting.html %%PORTDOCS%%%%DOCSDIR%%/help/api-admin.html %%PORTDOCS%%%%DOCSDIR%%/help/api-filter.html %%PORTDOCS%%%%DOCSDIR%%/help/api-ppd.html %%PORTDOCS%%%%DOCSDIR%%/help/api-raster.html %%PORTDOCS%%%%DOCSDIR%%/help/cgi.html %%PORTDOCS%%%%DOCSDIR%%/help/cupspm.html %%PORTDOCS%%%%DOCSDIR%%/help/encryption.html %%PORTDOCS%%%%DOCSDIR%%/help/glossary.html %%PORTDOCS%%%%DOCSDIR%%/help/kerberos.html %%PORTDOCS%%%%DOCSDIR%%/help/license.html %%PORTDOCS%%%%DOCSDIR%%/help/man-backend.html %%PORTDOCS%%%%DOCSDIR%%/help/man-cancel.html %%PORTDOCS%%%%DOCSDIR%%/help/man-classes.conf.html %%PORTDOCS%%%%DOCSDIR%%/help/man-client.conf.html %%PORTDOCS%%%%DOCSDIR%%/help/man-cups-config.html %%PORTDOCS%%%%DOCSDIR%%/help/man-cups-files.conf.html %%PORTDOCS%%%%DOCSDIR%%/help/man-cups-lpd.html %%PORTDOCS%%%%DOCSDIR%%/help/man-cups-snmp.html %%PORTDOCS%%%%DOCSDIR%%/help/man-cups.html %%PORTDOCS%%%%DOCSDIR%%/help/man-cupsaccept.html %%PORTDOCS%%%%DOCSDIR%%/help/man-cupsaddsmb.html %%PORTDOCS%%%%DOCSDIR%%/help/man-cupsd-helper.html %%PORTDOCS%%%%DOCSDIR%%/help/man-cupsd-logs.html %%PORTDOCS%%%%DOCSDIR%%/help/man-cupsd.conf.html %%PORTDOCS%%%%DOCSDIR%%/help/man-cupsd.html %%PORTDOCS%%%%DOCSDIR%%/help/man-cupsenable.html %%PORTDOCS%%%%DOCSDIR%%/help/man-cupstestdsc.html %%PORTDOCS%%%%DOCSDIR%%/help/man-cupstestppd.html %%PORTDOCS%%%%DOCSDIR%%/help/man-filter.html %%PORTDOCS%%%%DOCSDIR%%/help/man-ipptool.html %%PORTDOCS%%%%DOCSDIR%%/help/man-ipptoolfile.html %%PORTDOCS%%%%DOCSDIR%%/help/man-lp.html %%PORTDOCS%%%%DOCSDIR%%/help/man-lpadmin.html %%PORTDOCS%%%%DOCSDIR%%/help/man-lpc.html %%PORTDOCS%%%%DOCSDIR%%/help/man-lpinfo.html %%PORTDOCS%%%%DOCSDIR%%/help/man-lpmove.html %%PORTDOCS%%%%DOCSDIR%%/help/man-lpoptions.html %%PORTDOCS%%%%DOCSDIR%%/help/man-lpq.html %%PORTDOCS%%%%DOCSDIR%%/help/man-lpr.html %%PORTDOCS%%%%DOCSDIR%%/help/man-lprm.html %%PORTDOCS%%%%DOCSDIR%%/help/man-lpstat.html %%PORTDOCS%%%%DOCSDIR%%/help/man-mime.convs.html %%PORTDOCS%%%%DOCSDIR%%/help/man-mime.types.html %%PORTDOCS%%%%DOCSDIR%%/help/man-notifier.html %%PORTDOCS%%%%DOCSDIR%%/help/man-ppdc.html %%PORTDOCS%%%%DOCSDIR%%/help/man-ppdhtml.html %%PORTDOCS%%%%DOCSDIR%%/help/man-ppdi.html %%PORTDOCS%%%%DOCSDIR%%/help/man-ppdmerge.html %%PORTDOCS%%%%DOCSDIR%%/help/man-ppdpo.html %%PORTDOCS%%%%DOCSDIR%%/help/man-printers.conf.html %%PORTDOCS%%%%DOCSDIR%%/help/man-subscriptions.conf.html %%PORTDOCS%%%%DOCSDIR%%/help/network.html %%PORTDOCS%%%%DOCSDIR%%/help/options.html %%PORTDOCS%%%%DOCSDIR%%/help/overview.html %%PORTDOCS%%%%DOCSDIR%%/help/policies.html %%PORTDOCS%%%%DOCSDIR%%/help/postscript-driver.html %%PORTDOCS%%%%DOCSDIR%%/help/ppd-compiler.html %%PORTDOCS%%%%DOCSDIR%%/help/raster-driver.html %%PORTDOCS%%%%DOCSDIR%%/help/ref-ppdcfile.html %%PORTDOCS%%%%DOCSDIR%%/help/security.html %%PORTDOCS%%%%DOCSDIR%%/help/sharing.html %%PORTDOCS%%%%DOCSDIR%%/help/spec-banner.html %%PORTDOCS%%%%DOCSDIR%%/help/spec-command.html %%PORTDOCS%%%%DOCSDIR%%/help/spec-design.html %%PORTDOCS%%%%DOCSDIR%%/help/spec-ipp.html %%PORTDOCS%%%%DOCSDIR%%/help/spec-pdf.html %%PORTDOCS%%%%DOCSDIR%%/help/spec-postscript.html %%PORTDOCS%%%%DOCSDIR%%/help/spec-ppd.html %%PORTDOCS%%%%DOCSDIR%%/help/spec-raster.html %%PORTDOCS%%%%DOCSDIR%%/help/spec-stp.html %%PORTDOCS%%%%DOCSDIR%%/help/translation.html %%PORTDOCS%%%%DOCSDIR%%/images/color-wheel.png %%PORTDOCS%%%%DOCSDIR%%/images/cups-block-diagram.png %%PORTDOCS%%%%DOCSDIR%%/images/cups-command-chain.png %%PORTDOCS%%%%DOCSDIR%%/images/cups-icon.png %%PORTDOCS%%%%DOCSDIR%%/images/cups-postscript-chain.png %%PORTDOCS%%%%DOCSDIR%%/images/cups-raster-chain.png %%PORTDOCS%%%%DOCSDIR%%/images/cups.png %%DOCSDIR%%/images/generic.png %%PORTDOCS%%%%DOCSDIR%%/images/left.gif %%PORTDOCS%%%%DOCSDIR%%/images/raster-organization.png %%PORTDOCS%%%%DOCSDIR%%/images/raster.png %%PORTDOCS%%%%DOCSDIR%%/images/right.gif %%PORTDOCS%%%%DOCSDIR%%/images/sample-image.png %%DOCSDIR%%/images/sel.gif %%PORTDOCS%%%%DOCSDIR%%/images/smiley.jpg %%DOCSDIR%%/images/unsel.gif %%DOCSDIR%%/images/wait.gif %%DOCSDIR%%/index.html %%NLS%%%%DOCSDIR%%/ja/index.html %%NLS%%%%DOCSDIR%%/pt_BR/index.html %%DOCSDIR%%/robots.txt %%NLS%%%%DOCSDIR%%/ru/index.html %%X11%%share/icons/hicolor/128x128/apps/cups.png %%X11%%share/icons/hicolor/16x16/apps/cups.png %%X11%%share/icons/hicolor/32x32/apps/cups.png %%X11%%share/icons/hicolor/64x64/apps/cups.png %%NLS%%share/locale/ca/cups_ca.po %%NLS%%share/locale/cs/cups_cs.po %%NLS%%share/locale/de/cups_de.po %%NLS%%share/locale/es/cups_es.po %%NLS%%share/locale/fr/cups_fr.po %%NLS%%share/locale/it/cups_it.po %%NLS%%share/locale/ja/cups_ja.po %%NLS%%share/locale/pt_BR/cups_pt_BR.po %%NLS%%share/locale/ru/cups_ru.po %%NLS%%share/locale/zh_CN/cups_zh_CN.po @dir(,cups,) %%ETCDIR%%/ppd @dir(,cups,700) %%ETCDIR%%/ssl @dir(,cups,) %%ETCDIR%% @dir libexec/cups/driver @dir %%DATADIR%%/banners @dir %%DATADIR%%/data @dir %%DATADIR%%/model @dir %%DATADIR%%/profiles @dir(,cups,775) /var/cache/cups/rss @dir(,cups,770) /var/cache/cups @dir /var/log/cups @dir(cups,wheel,511) /var/run/cups/certs @dir /var/run/cups @dir(,cups,1770) /var/spool/cups/tmp @dir(,cups,710) /var/spool/cups