Index: head/comms/hylafax/Makefile =================================================================== --- head/comms/hylafax/Makefile (revision 500846) +++ head/comms/hylafax/Makefile (revision 500847) @@ -1,100 +1,106 @@ # Created by: Julian Stacey # $FreeBSD$ PORTNAME= hylafax -PORTVERSION= 6.0.6 -PORTREVISION= 8 +PORTVERSION= 6.0.7 CATEGORIES= comms MASTER_SITES= ftp://ftp.hylafax.org/source/ MAINTAINER= koobs@FreeBSD.org COMMENT= Fax software LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYRIGHT BUILD_DEPENDS= ${LOCALBASE}/lib/afm/Courier:print/afm LIB_DEPENDS= libtiff.so:graphics/tiff \ libjbig.so:graphics/jbigkit -MAKE_JOBS_UNSAFE= yes -HAS_CONFIGURE= yes USES= fakeroot ghostscript jpeg +USE_RC_SUBR= hylafax + +MAKE_JOBS_UNSAFE= yes +HAS_CONFIGURE= yes + CONFIGURE_ARGS= --with-INSTALL="" \ --with-LIBTIFF="-L${LOCALBASE}/lib -ltiff -ljpeg" \ --with-ZLIB=no --with-LIBZ=-lz \ --with-TIFFINC="-I${LOCALBASE}/include" \ --with-GCOPTS=" " --with-GCXXOPTS=" " \ --with-REGEX=no --with-LIBREGEX='' --with-REGEXINC=-I/usr/include \ --with-DIR_HTML="${DOCSDIR}" \ --with-GETTY=SysV CFLAGS+= -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED -Wall -L${LOCALBASE}/lib CONFIGURE_ENV= ENVOPTS="${CFLAGS}" MAKE_ENV+= ROOT=${STAGEDIR} MAKE_ARGS+= OPTIMIZER="" -DOPTIMIZER PORTDOCS= RELEASENOTES-4.3.txt RELEASENOTES-4.4.txt RELEASENOTES-6.0.txt SUB_FILES= pkg-message -USE_RC_SUBR= hylafax OPTIONS_DEFINE= PAM NLS GAWK DOCS OPTIONS_DEFAULT=PAM -NO_OPTIONS_SORT=yes OPTIONS_SUB= yes + +NO_OPTIONS_SORT=yes + GAWK_DESC= Use gawk for scripts PAM_CONFIGURE_OFF= --disable-pam + NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls + GAWK_BUILD_DEPENDS= gawk:lang/gawk GAWK_RUN_DEPENDS= gawk:lang/gawk GAWK_CONFIGURE_ON= --with-AWK="${LOCALBASE}/bin/gawk" + DOCS_CONFIGURE_ON= --with-HTML=yes .include # Defaults to "North American Letter". Use "ISO A4" for A4. .if defined(PAGESIZE) CONFIGURE_ARGS+=--with-PAGESIZE="${PAGESIZE}" .endif # Redefine path for spool .if defined(HYLAFAX_SPOOL) CONFIGURE_ARGS+=--with-DIR_SPOOL="${HYLAFAX_SPOOL}" .endif HYLAFAX_SPOOL?= /var/spool/hylafax PLIST_SUB+= HYLAFAX_SPOOL=${HYLAFAX_SPOOL} .if defined(PACKAGE_BUILDING) || defined(BATCH) CONFIGURE_ARGS+=--nointeractive .endif post-patch: ${REINPLACE_CMD} \ -e 's,/usr/local,${LOCALBASE},g' \ -e 's,-ljbig,-L${LOCALBASE}/lib &,' \ ${WRKSRC}/configure ${REINPLACE_CMD} -e 's,-O hfaxd.conf,-O hfaxd.conf.sample,' \ ${WRKSRC}/hfaxd/Makefile.in ${REINPLACE_CMD} -e 's,hosts.hfaxd,hosts.hfaxd.sample,' \ ${WRKSRC}/etc/Makefile.in ${REINPLACE_CMD} -e 's,-O typerules,-O typerules.sample,' \ -e 's,-O pagesizes,-O pagesizes.sample -src pagesizes,' \ ${WRKSRC}/libhylafax/Makefile.in pre-install: ${MKDIR} ${STAGEDIR}${HYLAFAX_SPOOL}/archive \ ${STAGEDIR}${HYLAFAX_SPOOL}/docq \ ${STAGEDIR}${HYLAFAX_SPOOL}/doneq \ ${STAGEDIR}${HYLAFAX_SPOOL}/pollq \ ${STAGEDIR}${HYLAFAX_SPOOL}/sendq \ ${STAGEDIR}${HYLAFAX_SPOOL}/tmp \ ${STAGEDIR}${HYLAFAX_SPOOL}/info \ ${STAGEDIR}${HYLAFAX_SPOOL}/log post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ .include Index: head/comms/hylafax/distinfo =================================================================== --- head/comms/hylafax/distinfo (revision 500846) +++ head/comms/hylafax/distinfo (revision 500847) @@ -1,2 +1,3 @@ -SHA256 (hylafax-6.0.6.tar.gz) = 28926915b23ce7f5b4896de8ac5f58389c2c6e6bb73b4eee5bbd5129603bf7c0 -SIZE (hylafax-6.0.6.tar.gz) = 1297412 +TIMESTAMP = 1556939625 +SHA256 (hylafax-6.0.7.tar.gz) = a3dcb1a7fd8794bd33cea9a9414c32da100119dd2131bd08ab3ab3749fc30315 +SIZE (hylafax-6.0.7.tar.gz) = 1309111 Index: head/comms/hylafax/files/patch-libhylafax_FaxRecvInfo.c++ =================================================================== --- head/comms/hylafax/files/patch-libhylafax_FaxRecvInfo.c++ (revision 500846) +++ head/comms/hylafax/files/patch-libhylafax_FaxRecvInfo.c++ (nonexistent) @@ -1,16 +0,0 @@ -PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225372 -Upstream: http://bugs.hylafax.org/show_bug.cgi?id=971 -Obtained from: https://sourceforge.net/p/hylafax/HylaFAX+/2417/ -See Also: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853448 - ---- libhylafax/FaxRecvInfo.c++.orig 2018-10-07 07:40:23 UTC -+++ libhylafax/FaxRecvInfo.c++ -@@ -112,7 +112,7 @@ FaxRecvInfo::decode(const char* cp) - if (cp == NULL || cp[1] != ',' || cp[2] != '"') - return (false); - u_int i = 0; -- while (cp+2 != '\0') { -+ while (*(cp+2) != '\0') { - callid[i] = cp+3; // +1 for "/+1 for ,/+1 for " - if (*cp == '\"') break; - callid[i].resize(callid[i].next(0,'"')); Property changes on: head/comms/hylafax/files/patch-libhylafax_FaxRecvInfo.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/comms/hylafax/pkg-plist =================================================================== --- head/comms/hylafax/pkg-plist (revision 500846) +++ head/comms/hylafax/pkg-plist (revision 500847) @@ -1,478 +1,478 @@ @(uucp,,4555) bin/faxalter bin/faxcover bin/faxmail @(uucp,,4555) bin/faxrm bin/faxstat bin/sendfax bin/sendpage lib/fax/faxcover.ps lib/fax/faxcover_example_sgi.ps lib/fax/faxmail.ps @sample lib/fax/hfaxd.conf.sample @sample lib/fax/pagesizes.sample @sample lib/fax/typerules.sample man/man1/edit-faxcover.1.gz man/man1/faxalter.1.gz man/man1/faxcover.1.gz man/man1/faxmail.1.gz man/man1/faxrm.1.gz man/man1/faxstat.1.gz man/man1/hylafax-client.1.gz man/man1/sendfax.1.gz man/man1/sendpage.1.gz man/man1/sgi2fax.1.gz man/man1/textfmt.1.gz man/man5/dialrules.5f.gz man/man5/doneq.5f.gz man/man5/hosts.hfaxd.5f.gz man/man5/hylafax-config.5f.gz man/man5/hylafax-info.5f.gz man/man5/hylafax-log.5f.gz man/man5/hylafax-server.5f.gz man/man5/hylafax-shutdown.5f.gz man/man5/pagermap.5f.gz man/man5/pagesizes.5f.gz man/man5/recvq.5f.gz man/man5/sendq.5f.gz man/man5/status.5f.gz man/man5/tsi.5f.gz man/man5/typerules.5f.gz man/man5/xferfaxlog.5f.gz man/man8/choptest.8c.gz man/man8/cqtest.8c.gz man/man8/dialtest.8c.gz man/man8/faxabort.8c.gz man/man8/faxaddmodem.8c.gz man/man8/faxadduser.8c.gz man/man8/faxanswer.8c.gz man/man8/faxconfig.8c.gz man/man8/faxcron.8c.gz man/man8/faxdeluser.8c.gz man/man8/faxgetty.8c.gz man/man8/faxinfo.8c.gz man/man8/faxlock.8c.gz man/man8/faxmodem.8c.gz man/man8/faxq.8c.gz man/man8/faxqclean.8c.gz man/man8/faxquit.8c.gz man/man8/faxrcvd.8c.gz man/man8/faxsend.8c.gz man/man8/faxsetup.8c.gz man/man8/faxstate.8c.gz man/man8/faxwatch.8c.gz man/man8/hfaxd.8c.gz man/man8/jobcontrol.8c.gz man/man8/mkcover.8c.gz man/man8/notify.8c.gz man/man8/pagesend.8c.gz man/man8/pdf2fax.8c.gz man/man8/pollrcvd.8c.gz man/man8/ps2fax.8c.gz man/man8/recvstats.8c.gz man/man8/tagtest.8c.gz man/man8/tiff2fax.8c.gz man/man8/tiffcheck.8c.gz man/man8/tsitest.8c.gz man/man8/wedged.8c.gz man/man8/xferfaxstats.8c.gz sbin/textfmt sbin/faxmsg sbin/faxadduser sbin/faxconfig sbin/faxdeluser sbin/faxmodem sbin/faxstate sbin/faxwatch sbin/faxinfo sbin/tiffcheck sbin/faxabort sbin/faxanswer sbin/faxquit sbin/faxlock sbin/dialtest sbin/typetest sbin/xferfaxstats sbin/recvstats sbin/faxcron sbin/edit-faxcover @(uucp,,4555) sbin/faxq sbin/faxqclean @(uucp,,4555) sbin/faxgetty sbin/faxsend sbin/pagesend sbin/tsitest sbin/tagtest sbin/cqtest sbin/choptest sbin/hfaxd sbin/faxaddmodem sbin/faxsetup sbin/faxsetup.bsdi sbin/faxsetup.irix sbin/faxsetup.linux sbin/probemodem sbin/lockname sbin/ondelay sbin/hylafax %%NLS%%share/locale/de/LC_MESSAGES/hylafax-client.mo %%NLS%%share/locale/de/LC_MESSAGES/hylafax-server.mo %%NLS%%share/locale/de/LC_MESSAGES/libhylafax.mo %%NLS%%share/locale/es/LC_MESSAGES/hylafax-client.mo %%NLS%%share/locale/es/LC_MESSAGES/hylafax-server.mo %%NLS%%share/locale/es/LC_MESSAGES/libhylafax.mo %%NLS%%share/locale/id/LC_MESSAGES/hylafax-client.mo %%NLS%%share/locale/id/LC_MESSAGES/hylafax-server.mo %%NLS%%share/locale/id/LC_MESSAGES/libhylafax.mo %%NLS%%share/locale/nl/LC_MESSAGES/hylafax-client.mo %%NLS%%share/locale/nl/LC_MESSAGES/hylafax-server.mo %%NLS%%share/locale/nl/LC_MESSAGES/libhylafax.mo %%NLS%%share/locale/vi/LC_MESSAGES/hylafax-client.mo %%NLS%%share/locale/vi/LC_MESSAGES/hylafax-server.mo %%NLS%%share/locale/vi/LC_MESSAGES/libhylafax.mo %%HYLAFAX_SPOOL%%/COPYRIGHT -@exec mkfifo -m 0600 %%HYLAFAX_SPOOL%%/FIFO -@exec chown uucp:dialer %%HYLAFAX_SPOOL%%/FIFO +@postexec mkfifo -m 0600 %%HYLAFAX_SPOOL%%/FIFO +@postexec chown uucp:dialer %%HYLAFAX_SPOOL%%/FIFO @rmtry %%HYLAFAX_SPOOL%%/FIFO %%HYLAFAX_SPOOL%%/bin/ps2fax.gs %%HYLAFAX_SPOOL%%/bin/ps2fax.dps %%HYLAFAX_SPOOL%%/bin/ps2fax.imp %%HYLAFAX_SPOOL%%/bin/pdf2fax.gs %%HYLAFAX_SPOOL%%/bin/pcl2fax %%HYLAFAX_SPOOL%%/bin/tiff2fax %%HYLAFAX_SPOOL%%/bin/tiff2pdf %%HYLAFAX_SPOOL%%/bin/notify %%HYLAFAX_SPOOL%%/bin/notify-4.1 %%HYLAFAX_SPOOL%%/bin/notify-4.2 %%HYLAFAX_SPOOL%%/bin/archive %%HYLAFAX_SPOOL%%/bin/common-functions %%HYLAFAX_SPOOL%%/bin/dictionary %%HYLAFAX_SPOOL%%/bin/notify.awk %%HYLAFAX_SPOOL%%/bin/qp-encode.awk %%HYLAFAX_SPOOL%%/bin/b64-encode.awk %%HYLAFAX_SPOOL%%/bin/faxrcvd %%HYLAFAX_SPOOL%%/bin/pollrcvd %%HYLAFAX_SPOOL%%/bin/mkcover %%HYLAFAX_SPOOL%%/bin/wedged @rmtry %%HYLAFAX_SPOOL%%/bin/pdf2fax %%HYLAFAX_SPOOL%%/config/class1 %%HYLAFAX_SPOOL%%/config/class1.0 %%HYLAFAX_SPOOL%%/config/class2 %%HYLAFAX_SPOOL%%/config/class2.0 %%HYLAFAX_SPOOL%%/config/class2.1 %%HYLAFAX_SPOOL%%/config/skel %%HYLAFAX_SPOOL%%/config/att-dataport-2 %%HYLAFAX_SPOOL%%/config/att-dataport-2.0 %%HYLAFAX_SPOOL%%/config/att-dataport %%HYLAFAX_SPOOL%%/config/att-dpexpress-2 %%HYLAFAX_SPOOL%%/config/cirrus %%HYLAFAX_SPOOL%%/config/conexant-1.0 %%HYLAFAX_SPOOL%%/config/digi %%HYLAFAX_SPOOL%%/config/digi-2 %%HYLAFAX_SPOOL%%/config/digi-20 %%HYLAFAX_SPOOL%%/config/davicom-2 %%HYLAFAX_SPOOL%%/config/dsi-scout+ %%HYLAFAX_SPOOL%%/config/e-tech %%HYLAFAX_SPOOL%%/config/eicon %%HYLAFAX_SPOOL%%/config/eicon-2 %%HYLAFAX_SPOOL%%/config/elsa-microlink-56k-basic-2.0 %%HYLAFAX_SPOOL%%/config/everex-2496d %%HYLAFAX_SPOOL%%/config/exar %%HYLAFAX_SPOOL%%/config/gvc-288 %%HYLAFAX_SPOOL%%/config/gvc-288-2 %%HYLAFAX_SPOOL%%/config/hayes %%HYLAFAX_SPOOL%%/config/iaxmodem %%HYLAFAX_SPOOL%%/config/intel-400e %%HYLAFAX_SPOOL%%/config/ip568x %%HYLAFAX_SPOOL%%/config/linux-isdn-2 %%HYLAFAX_SPOOL%%/config/lucent %%HYLAFAX_SPOOL%%/config/lucent-isa %%HYLAFAX_SPOOL%%/config/lucent-mt-10 %%HYLAFAX_SPOOL%%/config/lucent-mt-2 %%HYLAFAX_SPOOL%%/config/lucent-mt-20 %%HYLAFAX_SPOOL%%/config/lucent-mt-21 %%HYLAFAX_SPOOL%%/config/mainpine-10 %%HYLAFAX_SPOOL%%/config/mainpine-2 %%HYLAFAX_SPOOL%%/config/mainpine-20 %%HYLAFAX_SPOOL%%/config/mainpine-21 %%HYLAFAX_SPOOL%%/config/moto-288 %%HYLAFAX_SPOOL%%/config/mt-1432 %%HYLAFAX_SPOOL%%/config/nuvo-voyager %%HYLAFAX_SPOOL%%/config/ppi-pm14400fxmt %%HYLAFAX_SPOOL%%/config/ppi-pm14400fxsa %%HYLAFAX_SPOOL%%/config/prometheus %%HYLAFAX_SPOOL%%/config/rc144ac %%HYLAFAX_SPOOL%%/config/rc144ac-1 %%HYLAFAX_SPOOL%%/config/rc288dpi %%HYLAFAX_SPOOL%%/config/rc288dpi-1 %%HYLAFAX_SPOOL%%/config/rc32acl %%HYLAFAX_SPOOL%%/config/rc32acl-1 %%HYLAFAX_SPOOL%%/config/rockwell-k56 %%HYLAFAX_SPOOL%%/config/rockwell-rc %%HYLAFAX_SPOOL%%/config/t38modem %%HYLAFAX_SPOOL%%/config/telebit-t3000 %%HYLAFAX_SPOOL%%/config/telebit-qblazer %%HYLAFAX_SPOOL%%/config/telebit-wb %%HYLAFAX_SPOOL%%/config/topic %%HYLAFAX_SPOOL%%/config/tricom2842 %%HYLAFAX_SPOOL%%/config/uds-fastalk %%HYLAFAX_SPOOL%%/config/umc92144 %%HYLAFAX_SPOOL%%/config/umc9624 %%HYLAFAX_SPOOL%%/config/usr-2.0 %%HYLAFAX_SPOOL%%/config/usr-rts %%HYLAFAX_SPOOL%%/config/usr-xon %%HYLAFAX_SPOOL%%/config/zyxel-1496e %%HYLAFAX_SPOOL%%/config/zyxel-1496e-1 %%HYLAFAX_SPOOL%%/config/zyxel-1496e-2.0 %%HYLAFAX_SPOOL%%/config/zyxel-2864 %%HYLAFAX_SPOOL%%/config/sierra %%HYLAFAX_SPOOL%%/etc/dpsprinter.ps %%HYLAFAX_SPOOL%%/etc/cover.templ %%HYLAFAX_SPOOL%%/etc/xferfaxlog @sample %%HYLAFAX_SPOOL%%/etc/hosts.hfaxd.sample %%HYLAFAX_SPOOL%%/etc/dialrules %%HYLAFAX_SPOOL%%/etc/dialrules.sf-ba %%HYLAFAX_SPOOL%%/etc/dialrules.europe %%HYLAFAX_SPOOL%%/etc/lutRS18.pcf %%HYLAFAX_SPOOL%%/etc/templates/README %%HYLAFAX_SPOOL%%/etc/templates/en/faxrcvd-error.txt %%HYLAFAX_SPOOL%%/etc/templates/en/faxrcvd-failure.txt %%HYLAFAX_SPOOL%%/etc/templates/en/faxrcvd-notify-error.txt %%HYLAFAX_SPOOL%%/etc/templates/en/faxrcvd-notify-success.txt %%HYLAFAX_SPOOL%%/etc/templates/en/faxrcvd-success.txt %%HYLAFAX_SPOOL%%/etc/templates/en/notify-blocked.txt %%HYLAFAX_SPOOL%%/etc/templates/en/notify-done-page.txt %%HYLAFAX_SPOOL%%/etc/templates/en/notify-done.txt %%HYLAFAX_SPOOL%%/etc/templates/en/notify-faxmaster.txt %%HYLAFAX_SPOOL%%/etc/templates/en/notify-failed-page.txt %%HYLAFAX_SPOOL%%/etc/templates/en/notify-failed.txt %%HYLAFAX_SPOOL%%/etc/templates/en/notify-format_failed.txt %%HYLAFAX_SPOOL%%/etc/templates/en/notify-killed.txt %%HYLAFAX_SPOOL%%/etc/templates/en/notify-no_formatter.txt %%HYLAFAX_SPOOL%%/etc/templates/en/notify-poll_failed.txt %%HYLAFAX_SPOOL%%/etc/templates/en/notify-poll_no_document.txt %%HYLAFAX_SPOOL%%/etc/templates/en/notify-poll_rejected.txt %%HYLAFAX_SPOOL%%/etc/templates/en/notify-rejected.txt %%HYLAFAX_SPOOL%%/etc/templates/en/notify-removed.txt %%HYLAFAX_SPOOL%%/etc/templates/en/notify-requeued.txt %%HYLAFAX_SPOOL%%/etc/templates/en/notify-timedout.txt %%HYLAFAX_SPOOL%%/etc/templates/fr/faxrcvd-error.txt %%HYLAFAX_SPOOL%%/etc/templates/fr/faxrcvd-failure.txt %%HYLAFAX_SPOOL%%/etc/templates/fr/faxrcvd-notify-error.txt %%HYLAFAX_SPOOL%%/etc/templates/fr/faxrcvd-notify-success.txt %%HYLAFAX_SPOOL%%/etc/templates/fr/faxrcvd-success.txt %%HYLAFAX_SPOOL%%/etc/templates/fr/notify-blocked.txt %%HYLAFAX_SPOOL%%/etc/templates/fr/notify-done-page.txt %%HYLAFAX_SPOOL%%/etc/templates/fr/notify-done.txt %%HYLAFAX_SPOOL%%/etc/templates/fr/notify-faxmaster.txt %%HYLAFAX_SPOOL%%/etc/templates/fr/notify-failed-page.txt %%HYLAFAX_SPOOL%%/etc/templates/fr/notify-failed.txt %%HYLAFAX_SPOOL%%/etc/templates/fr/notify-format_failed.txt %%HYLAFAX_SPOOL%%/etc/templates/fr/notify-killed.txt %%HYLAFAX_SPOOL%%/etc/templates/fr/notify-no_formatter.txt %%HYLAFAX_SPOOL%%/etc/templates/fr/notify-poll_failed.txt %%HYLAFAX_SPOOL%%/etc/templates/fr/notify-poll_no_document.txt %%HYLAFAX_SPOOL%%/etc/templates/fr/notify-poll_rejected.txt %%HYLAFAX_SPOOL%%/etc/templates/fr/notify-rejected.txt %%HYLAFAX_SPOOL%%/etc/templates/fr/notify-removed.txt %%HYLAFAX_SPOOL%%/etc/templates/fr/notify-requeued.txt %%HYLAFAX_SPOOL%%/etc/templates/fr/notify-timedout.txt %%HYLAFAX_SPOOL%%/etc/templates/de/faxrcvd-error.txt %%HYLAFAX_SPOOL%%/etc/templates/de/faxrcvd-failure.txt %%HYLAFAX_SPOOL%%/etc/templates/de/faxrcvd-notify-error.txt %%HYLAFAX_SPOOL%%/etc/templates/de/faxrcvd-notify-success.txt %%HYLAFAX_SPOOL%%/etc/templates/de/faxrcvd-success.txt %%HYLAFAX_SPOOL%%/etc/templates/de/notify-blocked.txt %%HYLAFAX_SPOOL%%/etc/templates/de/notify-done-page.txt %%HYLAFAX_SPOOL%%/etc/templates/de/notify-done.txt %%HYLAFAX_SPOOL%%/etc/templates/de/notify-faxmaster.txt %%HYLAFAX_SPOOL%%/etc/templates/de/notify-failed-page.txt %%HYLAFAX_SPOOL%%/etc/templates/de/notify-failed.txt %%HYLAFAX_SPOOL%%/etc/templates/de/notify-format_failed.txt %%HYLAFAX_SPOOL%%/etc/templates/de/notify-killed.txt %%HYLAFAX_SPOOL%%/etc/templates/de/notify-no_formatter.txt %%HYLAFAX_SPOOL%%/etc/templates/de/notify-poll_failed.txt %%HYLAFAX_SPOOL%%/etc/templates/de/notify-poll_no_document.txt %%HYLAFAX_SPOOL%%/etc/templates/de/notify-poll_rejected.txt %%HYLAFAX_SPOOL%%/etc/templates/de/notify-rejected.txt %%HYLAFAX_SPOOL%%/etc/templates/de/notify-removed.txt %%HYLAFAX_SPOOL%%/etc/templates/de/notify-requeued.txt %%HYLAFAX_SPOOL%%/etc/templates/de/notify-timedout.txt %%HYLAFAX_SPOOL%%/etc/templates/ro/faxrcvd-error.txt %%HYLAFAX_SPOOL%%/etc/templates/ro/faxrcvd-failure.txt %%HYLAFAX_SPOOL%%/etc/templates/ro/faxrcvd-notify-error.txt %%HYLAFAX_SPOOL%%/etc/templates/ro/faxrcvd-notify-success.txt %%HYLAFAX_SPOOL%%/etc/templates/ro/faxrcvd-success.txt %%HYLAFAX_SPOOL%%/etc/templates/ro/notify-blocked.txt %%HYLAFAX_SPOOL%%/etc/templates/ro/notify-done-page.txt %%HYLAFAX_SPOOL%%/etc/templates/ro/notify-done.txt %%HYLAFAX_SPOOL%%/etc/templates/ro/notify-faxmaster.txt %%HYLAFAX_SPOOL%%/etc/templates/ro/notify-failed-page.txt %%HYLAFAX_SPOOL%%/etc/templates/ro/notify-failed.txt %%HYLAFAX_SPOOL%%/etc/templates/ro/notify-format_failed.txt %%HYLAFAX_SPOOL%%/etc/templates/ro/notify-killed.txt %%HYLAFAX_SPOOL%%/etc/templates/ro/notify-no_formatter.txt %%HYLAFAX_SPOOL%%/etc/templates/ro/notify-poll_failed.txt %%HYLAFAX_SPOOL%%/etc/templates/ro/notify-poll_no_document.txt %%HYLAFAX_SPOOL%%/etc/templates/ro/notify-poll_rejected.txt %%HYLAFAX_SPOOL%%/etc/templates/ro/notify-rejected.txt %%HYLAFAX_SPOOL%%/etc/templates/ro/notify-removed.txt %%HYLAFAX_SPOOL%%/etc/templates/ro/notify-requeued.txt %%HYLAFAX_SPOOL%%/etc/templates/ro/notify-timedout.txt %%HYLAFAX_SPOOL%%/etc/templates/pt_BR/faxrcvd-error.txt %%HYLAFAX_SPOOL%%/etc/templates/pt_BR/faxrcvd-failure.txt %%HYLAFAX_SPOOL%%/etc/templates/pt_BR/faxrcvd-notify-error.txt %%HYLAFAX_SPOOL%%/etc/templates/pt_BR/faxrcvd-notify-success.txt %%HYLAFAX_SPOOL%%/etc/templates/pt_BR/faxrcvd-success.txt %%HYLAFAX_SPOOL%%/etc/templates/pt_BR/notify-blocked.txt %%HYLAFAX_SPOOL%%/etc/templates/pt_BR/notify-done-page.txt %%HYLAFAX_SPOOL%%/etc/templates/pt_BR/notify-done.txt %%HYLAFAX_SPOOL%%/etc/templates/pt_BR/notify-faxmaster.txt %%HYLAFAX_SPOOL%%/etc/templates/pt_BR/notify-failed-page.txt %%HYLAFAX_SPOOL%%/etc/templates/pt_BR/notify-failed.txt %%HYLAFAX_SPOOL%%/etc/templates/pt_BR/notify-format_failed.txt %%HYLAFAX_SPOOL%%/etc/templates/pt_BR/notify-killed.txt %%HYLAFAX_SPOOL%%/etc/templates/pt_BR/notify-no_formatter.txt %%HYLAFAX_SPOOL%%/etc/templates/pt_BR/notify-poll_failed.txt %%HYLAFAX_SPOOL%%/etc/templates/pt_BR/notify-poll_no_document.txt %%HYLAFAX_SPOOL%%/etc/templates/pt_BR/notify-poll_rejected.txt %%HYLAFAX_SPOOL%%/etc/templates/pt_BR/notify-rejected.txt %%HYLAFAX_SPOOL%%/etc/templates/pt_BR/notify-removed.txt %%HYLAFAX_SPOOL%%/etc/templates/pt_BR/notify-requeued.txt %%HYLAFAX_SPOOL%%/etc/templates/pt_BR/notify-timedout.txt %%HYLAFAX_SPOOL%%/etc/templates/pt/faxrcvd-error.txt %%HYLAFAX_SPOOL%%/etc/templates/pt/faxrcvd-failure.txt %%HYLAFAX_SPOOL%%/etc/templates/pt/faxrcvd-notify-error.txt %%HYLAFAX_SPOOL%%/etc/templates/pt/faxrcvd-notify-success.txt %%HYLAFAX_SPOOL%%/etc/templates/pt/faxrcvd-success.txt %%HYLAFAX_SPOOL%%/etc/templates/pt/notify-blocked.txt %%HYLAFAX_SPOOL%%/etc/templates/pt/notify-done-page.txt %%HYLAFAX_SPOOL%%/etc/templates/pt/notify-done.txt %%HYLAFAX_SPOOL%%/etc/templates/pt/notify-faxmaster.txt %%HYLAFAX_SPOOL%%/etc/templates/pt/notify-failed-page.txt %%HYLAFAX_SPOOL%%/etc/templates/pt/notify-failed.txt %%HYLAFAX_SPOOL%%/etc/templates/pt/notify-format_failed.txt %%HYLAFAX_SPOOL%%/etc/templates/pt/notify-killed.txt %%HYLAFAX_SPOOL%%/etc/templates/pt/notify-no_formatter.txt %%HYLAFAX_SPOOL%%/etc/templates/pt/notify-poll_failed.txt %%HYLAFAX_SPOOL%%/etc/templates/pt/notify-poll_no_document.txt %%HYLAFAX_SPOOL%%/etc/templates/pt/notify-poll_rejected.txt %%HYLAFAX_SPOOL%%/etc/templates/pt/notify-rejected.txt %%HYLAFAX_SPOOL%%/etc/templates/pt/notify-removed.txt %%HYLAFAX_SPOOL%%/etc/templates/pt/notify-requeued.txt %%HYLAFAX_SPOOL%%/etc/templates/pt/notify-timedout.txt %%HYLAFAX_SPOOL%%/etc/templates/es/faxrcvd-error.txt %%HYLAFAX_SPOOL%%/etc/templates/es/faxrcvd-failure.txt %%HYLAFAX_SPOOL%%/etc/templates/es/faxrcvd-notify-error.txt %%HYLAFAX_SPOOL%%/etc/templates/es/faxrcvd-notify-success.txt %%HYLAFAX_SPOOL%%/etc/templates/es/faxrcvd-success.txt %%HYLAFAX_SPOOL%%/etc/templates/es/notify-blocked.txt %%HYLAFAX_SPOOL%%/etc/templates/es/notify-done-page.txt %%HYLAFAX_SPOOL%%/etc/templates/es/notify-done.txt %%HYLAFAX_SPOOL%%/etc/templates/es/notify-faxmaster.txt %%HYLAFAX_SPOOL%%/etc/templates/es/notify-failed-page.txt %%HYLAFAX_SPOOL%%/etc/templates/es/notify-failed.txt %%HYLAFAX_SPOOL%%/etc/templates/es/notify-format_failed.txt %%HYLAFAX_SPOOL%%/etc/templates/es/notify-killed.txt %%HYLAFAX_SPOOL%%/etc/templates/es/notify-no_formatter.txt %%HYLAFAX_SPOOL%%/etc/templates/es/notify-poll_failed.txt %%HYLAFAX_SPOOL%%/etc/templates/es/notify-poll_no_document.txt %%HYLAFAX_SPOOL%%/etc/templates/es/notify-poll_rejected.txt %%HYLAFAX_SPOOL%%/etc/templates/es/notify-rejected.txt %%HYLAFAX_SPOOL%%/etc/templates/es/notify-removed.txt %%HYLAFAX_SPOOL%%/etc/templates/es/notify-requeued.txt %%HYLAFAX_SPOOL%%/etc/templates/es/notify-timedout.txt %%HYLAFAX_SPOOL%%/etc/templates/it/faxrcvd-error.txt %%HYLAFAX_SPOOL%%/etc/templates/it/faxrcvd-failure.txt %%HYLAFAX_SPOOL%%/etc/templates/it/faxrcvd-notify-error.txt %%HYLAFAX_SPOOL%%/etc/templates/it/faxrcvd-notify-success.txt %%HYLAFAX_SPOOL%%/etc/templates/it/faxrcvd-success.txt %%HYLAFAX_SPOOL%%/etc/templates/it/notify-blocked.txt %%HYLAFAX_SPOOL%%/etc/templates/it/notify-done-page.txt %%HYLAFAX_SPOOL%%/etc/templates/it/notify-done.txt %%HYLAFAX_SPOOL%%/etc/templates/it/notify-faxmaster.txt %%HYLAFAX_SPOOL%%/etc/templates/it/notify-failed-page.txt %%HYLAFAX_SPOOL%%/etc/templates/it/notify-failed.txt %%HYLAFAX_SPOOL%%/etc/templates/it/notify-format_failed.txt %%HYLAFAX_SPOOL%%/etc/templates/it/notify-killed.txt %%HYLAFAX_SPOOL%%/etc/templates/it/notify-no_formatter.txt %%HYLAFAX_SPOOL%%/etc/templates/it/notify-poll_failed.txt %%HYLAFAX_SPOOL%%/etc/templates/it/notify-poll_no_document.txt %%HYLAFAX_SPOOL%%/etc/templates/it/notify-poll_rejected.txt %%HYLAFAX_SPOOL%%/etc/templates/it/notify-rejected.txt %%HYLAFAX_SPOOL%%/etc/templates/it/notify-removed.txt %%HYLAFAX_SPOOL%%/etc/templates/it/notify-requeued.txt %%HYLAFAX_SPOOL%%/etc/templates/it/notify-timedout.txt %%HYLAFAX_SPOOL%%/etc/templates/pl/faxrcvd-error.txt %%HYLAFAX_SPOOL%%/etc/templates/pl/faxrcvd-failure.txt %%HYLAFAX_SPOOL%%/etc/templates/pl/faxrcvd-notify-error.txt %%HYLAFAX_SPOOL%%/etc/templates/pl/faxrcvd-notify-success.txt %%HYLAFAX_SPOOL%%/etc/templates/pl/faxrcvd-success.txt %%HYLAFAX_SPOOL%%/etc/templates/pl/notify-blocked.txt %%HYLAFAX_SPOOL%%/etc/templates/pl/notify-done-page.txt %%HYLAFAX_SPOOL%%/etc/templates/pl/notify-done.txt %%HYLAFAX_SPOOL%%/etc/templates/pl/notify-faxmaster.txt %%HYLAFAX_SPOOL%%/etc/templates/pl/notify-failed-page.txt %%HYLAFAX_SPOOL%%/etc/templates/pl/notify-failed.txt %%HYLAFAX_SPOOL%%/etc/templates/pl/notify-format_failed.txt %%HYLAFAX_SPOOL%%/etc/templates/pl/notify-killed.txt %%HYLAFAX_SPOOL%%/etc/templates/pl/notify-no_formatter.txt %%HYLAFAX_SPOOL%%/etc/templates/pl/notify-poll_failed.txt %%HYLAFAX_SPOOL%%/etc/templates/pl/notify-poll_no_document.txt %%HYLAFAX_SPOOL%%/etc/templates/pl/notify-poll_rejected.txt %%HYLAFAX_SPOOL%%/etc/templates/pl/notify-rejected.txt %%HYLAFAX_SPOOL%%/etc/templates/pl/notify-removed.txt %%HYLAFAX_SPOOL%%/etc/templates/pl/notify-requeued.txt %%HYLAFAX_SPOOL%%/etc/templates/pl/notify-timedout.txt %%HYLAFAX_SPOOL%%/etc/templates/html-sample1/css.inc %%HYLAFAX_SPOOL%%/etc/templates/html-sample1/divider.inc %%HYLAFAX_SPOOL%%/etc/templates/html-sample1/fax-attach.inc %%HYLAFAX_SPOOL%%/etc/templates/html-sample1/fax-data.inc %%HYLAFAX_SPOOL%%/etc/templates/html-sample1/fax-dispatched.inc %%HYLAFAX_SPOOL%%/etc/templates/html-sample1/faxrcvd-error.txt %%HYLAFAX_SPOOL%%/etc/templates/html-sample1/faxrcvd-failure.txt %%HYLAFAX_SPOOL%%/etc/templates/html-sample1/faxrcvd-notify-error.txt %%HYLAFAX_SPOOL%%/etc/templates/html-sample1/faxrcvd-notify-success.txt %%HYLAFAX_SPOOL%%/etc/templates/html-sample1/faxrcvd-success.txt %%HYLAFAX_SPOOL%%/etc/templates/html-sample1/footer.inc %%HYLAFAX_SPOOL%%/etc/templates/html-sample1/header.inc %%HYLAFAX_SPOOL%%/etc/templates/html-sample1/hook.sh %%HYLAFAX_SPOOL%%/etc/templates/html-sample1/job-data.inc %%HYLAFAX_SPOOL%%/etc/templates/html-sample1/notify-blocked.txt %%HYLAFAX_SPOOL%%/etc/templates/html-sample1/notify-done.txt %%HYLAFAX_SPOOL%%/etc/templates/html-sample1/notify-faxmaster.txt %%HYLAFAX_SPOOL%%/etc/templates/html-sample1/notify-failed.txt %%HYLAFAX_SPOOL%%/etc/templates/html-sample1/notify-format_failed.txt %%HYLAFAX_SPOOL%%/etc/templates/html-sample1/session_log.inc %%HYLAFAX_SPOOL%%/etc/templates/html-sample1/notify-killed.txt %%HYLAFAX_SPOOL%%/etc/templates/html-sample1/notify-no_formatter.txt %%HYLAFAX_SPOOL%%/etc/templates/html-sample1/notify-rejected.txt %%HYLAFAX_SPOOL%%/etc/templates/html-sample1/notify-removed.txt %%HYLAFAX_SPOOL%%/etc/templates/html-sample1/notify-requeued.txt %%HYLAFAX_SPOOL%%/etc/templates/html-sample1/notify-timedout.txt @dir(uucp,dialer,0700) %%HYLAFAX_SPOOL%%/archive @dir(uucp,dialer,755) %%HYLAFAX_SPOOL%%/info @dir(uucp,dialer,755) %%HYLAFAX_SPOOL%%/log @dir(uucp,dialer,700) %%HYLAFAX_SPOOL%%/pollq @dir(uucp,dialer,755) %%HYLAFAX_SPOOL%%/recvq @dir(uucp,dialer,700) %%HYLAFAX_SPOOL%%/sendq @dir(uucp,dialer,755) %%HYLAFAX_SPOOL%%/status @dir(uucp,dialer,700) %%HYLAFAX_SPOOL%%/tmp @dir(uucp,dialer,0755) %%HYLAFAX_SPOOL%%/dev @dir(uucp,dialer,0700) %%HYLAFAX_SPOOL%%/docq @dir(uucp,dialer,0700) %%HYLAFAX_SPOOL%%/doneq @dir(uucp,dialer,0755) %%HYLAFAX_SPOOL%%/client @dir %%HYLAFAX_SPOOL%%/bin @dir %%HYLAFAX_SPOOL%%/config @dir %%HYLAFAX_SPOOL%%/etc/templates/ro @dir %%HYLAFAX_SPOOL%%/etc/templates/pt_BR @dir %%HYLAFAX_SPOOL%%/etc/templates/pt @dir %%HYLAFAX_SPOOL%%/etc/templates/pl @dir %%HYLAFAX_SPOOL%%/etc/templates/it @dir %%HYLAFAX_SPOOL%%/etc/templates/html-sample1 @dir %%HYLAFAX_SPOOL%%/etc/templates/fr @dir %%HYLAFAX_SPOOL%%/etc/templates/es @dir %%HYLAFAX_SPOOL%%/etc/templates/en @dir %%HYLAFAX_SPOOL%%/etc/templates/de @dir %%HYLAFAX_SPOOL%%/etc/templates @dir %%HYLAFAX_SPOOL%%/etc @dir %%HYLAFAX_SPOOL%%