diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-28 22:58:45 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-28 22:58:45 +0000 |
commit | 49dda8d0284c06ea77b5b1975fd723f7f6676e2f (patch) | |
tree | 043828b69e98fc887bcd3fd36583c8e3dd4d725a /comms/hylafax/files/patch-util::faxrcvd.sh.in | |
parent | Update to 0.124. (diff) |
[Port fix] comms/hylafax 4.1.7 (bin/faxrcvd)
A fix enabling recieved faxes to be send by email as pdf-files.
The fix was kindly provided by Matthias Fechner.
PR: ports/56733
Submitted by: Paul Everlund <tdv94ped@cs.umu.se>
Notes
Notes:
svn path=/head/; revision=89727
Diffstat (limited to 'comms/hylafax/files/patch-util::faxrcvd.sh.in')
-rw-r--r-- | comms/hylafax/files/patch-util::faxrcvd.sh.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/comms/hylafax/files/patch-util::faxrcvd.sh.in b/comms/hylafax/files/patch-util::faxrcvd.sh.in new file mode 100644 index 000000000000..224331f4b89e --- /dev/null +++ b/comms/hylafax/files/patch-util::faxrcvd.sh.in @@ -0,0 +1,10 @@ +--- util/faxrcvd.sh.in.orig Sun Sep 28 15:54:52 2003 ++++ util/faxrcvd.sh.in Sun Sep 28 15:56:06 2003 +@@ -51,6 +51,7 @@ + } + . etc/setup.cache + ++export PATH=$PATH:%%LOCALBASE%%/bin + INFO=$SBIN/faxinfo + FAX2PS=$TIFFBIN/fax2ps + MIMENCODE=mimencode |