aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>2000-07-20 14:44:30 +0800
committeralex <alex@FreeBSD.org>2000-07-20 14:44:30 +0800
commitae7ffdce4bb3dd71ae92092daa60a7db48389ae2 (patch)
treef7fafffb928e13e9cbf7c1b9dcc371344a460452 /comms
parent4ef073f89bda366add89463dace8e71ac30bde89 (diff)
downloadfreebsd-ports-gnome-ae7ffdce4bb3dd71ae92092daa60a7db48389ae2.tar.gz
freebsd-ports-gnome-ae7ffdce4bb3dd71ae92092daa60a7db48389ae2.tar.zst
freebsd-ports-gnome-ae7ffdce4bb3dd71ae92092daa60a7db48389ae2.zip
Remove a bug in faxsetup.sh.
PR: 20051 Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
Diffstat (limited to 'comms')
-rw-r--r--comms/hylafax/files/patch-0014
1 files changed, 14 insertions, 0 deletions
diff --git a/comms/hylafax/files/patch-00 b/comms/hylafax/files/patch-00
new file mode 100644
index 000000000000..b3c630169190
--- /dev/null
+++ b/comms/hylafax/files/patch-00
@@ -0,0 +1,14 @@
+--- etc/faxsetup.sh.in.ORI Wed Jul 19 21:05:13 2000
++++ etc/faxsetup.sh.in Wed Jul 19 21:06:23 2000
+@@ -1671,8 +1671,8 @@
+ true
+ fi
+ else
+- $FAXQ_SERVER=0
+- $HFAXD_SERVER=0
++ FAXQ_SERVER=0
++ HFAXD_SERVER=0
+ fi
+ if [ -f "$INETDCONF" -a $HFAXD_SERVER -eq 0 ]; then
+ E="hylafax stream tcp nowait $FAX $DIR_LIBEXEC/hfaxd hfaxd -I"
+