summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2000-07-20 06:44:30 +0000
committerAlexander Langer <alex@FreeBSD.org>2000-07-20 06:44:30 +0000
commit386679ca9cbd0ea9202efd1701a936ec80b31213 (patch)
tree8adef7f561aa37e5262931b8392a054c50317b3c /comms
parentMark this FORBIDDEN temporarily -- security holes found. (diff)
Remove a bug in faxsetup.sh.
PR: 20051 Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
Notes
Notes: svn path=/head/; revision=30912
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"
+