diff -Nur -x '*.orig' -x '*.rej' smeserver-hylafax-0.9/root/etc/hylafax/etc/FaxNotify mezzanine_patched_smeserver-hylafax-0.9/root/etc/hylafax/etc/FaxNotify --- smeserver-hylafax-0.9/root/etc/hylafax/etc/FaxNotify 2007-06-11 03:25:20.000000000 -0500 +++ mezzanine_patched_smeserver-hylafax-0.9/root/etc/hylafax/etc/FaxNotify 1969-12-31 18:00:00.000000000 -0600 @@ -1 +0,0 @@ -RETURNFILETYPE=pdf; diff -Nur -x '*.orig' -x '*.rej' smeserver-hylafax-0.9/root/etc/hylafax/etc/mailfax mezzanine_patched_smeserver-hylafax-0.9/root/etc=/hylafax/etc/mailfax --- smeserver-hylafax-0.9/root/etc/hylafax/etc/mailfax 2007-04-06 00:00:24.000000000 -0500 +++ mezzanine_patched_smeserver-hylafax-0.9/root/etc/hylafax/etc/mailfax 1969-12-31 18:00:00.000000000 -0600 @@ -1,12 +0,0 @@ -#!/bin/sh -# -# mailfax – email to fax gateway for qmail. -# see: http://www.vangee.nl/sme/hylafax - -TMPVAR=${SENDER//\`/} -TMPVAR=${TMPVAR//\$\(/} -SENDER=${TMPVAR//\)/} - -/usr/bin/faxmail -f Helvetica-Bold | /usr/bin/sendfax \ --f "$SENDER" \ --n -d "$EXT2@`/usr/bin/expr \"$HOST\" : '\(.*\)\.fax$'`" diff -Nur -x '*.orig' -x '*.rej' smeserver-hylafax-0.9/root/var/spool/hylafax/etc/FaxNotify mezzanine_patched_smeserver-hylafax-0.9/root/var/spool/hylafax/etc/FaxNotify --- smeserver-hylafax-0.9/root/var/spool/hylafax/etc/FaxNotify 1969-12-31 18:00:00.000000000 -0600 +++ mezzanine_patched_smeserver-hylafax-0.9/root/var/spool/hylafax/etc/FaxNotify 2007-06-11 03:25:20.000000000 -0500 @@ -0,0 +1 @@ +RETURNFILETYPE=pdf; diff -Nur -x '*.orig' -x '*.rej' smeserver-hylafax-0.9/root/var/spool/hylafax/etc/mailfax mezzanine_patched_smeserver-hylafax-0.9/root/var/spool/hylafax/etc/mailfax --- smeserver-hylafax-0.9/root/var/spool/hylafax/etc/mailfax 1969-12-31 18:00:00.000000000 -0600 +++ mezzanine_patched_smeserver-hylafax-0.9/root/var/spool/hylafax/etc/mailfax 2007-04-06 00:00:24.000000000 -0500 @@ -0,0 +1,12 @@ +#!/bin/sh +# +# mailfax – email to fax gateway for qmail. +# see: http://www.vangee.nl/sme/hylafax + +TMPVAR=${SENDER//\`/} +TMPVAR=${TMPVAR//\$\(/} +SENDER=${TMPVAR//\)/} + +/usr/bin/faxmail -f Helvetica-Bold | /usr/bin/sendfax \ +-f "$SENDER" \ +-n -d "$EXT2@`/usr/bin/expr \"$HOST\" : '\(.*\)\.fax$'`"