[-]
[+]
|
Changed |
hylafax.spec
|
|
[-]
[+]
|
Added |
hylafax-6.0.5_fax2mail.diff
^
|
@@ -0,0 +1,13 @@
+--- util/faxrcvd.sh.in.orig 2012-05-08 23:19:13.288832417 +0200
++++ util/faxrcvd.sh.in 2012-05-08 23:21:53.025269349 +0200
+@@ -91,6 +91,10 @@
+ FILETYPE=ps
+ SENDTO=
+
++# call own fax2mail implementation if exists
++if [ -x bin/fax2mail.sh ] ; then
++ bin/fax2mail.sh $@ >log/fax2mail.log 2>&1
++fi
+ #
+ # There is no good portable way to find out the fully qualified
+ # domain name (FQDN) of the host or the TCP port for the hylafax
|