Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jul 2000 08:26:04 +0200 (CEST)
From:      Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/20051: small problem with hylafax
Message-ID:  <200007200626.e6K6Q4333766@curry.mchp.siemens.de>

next in thread | raw e-mail | index | archive | help

>Number:         20051
>Category:       ports
>Synopsis:       small problem with hylafax
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 19 23:30:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Andre Albsmeier
>Release:        FreeBSD 3.5-STABLE i386
>Organization:
>Environment:

The current hylafax port.

>Description:

hyalafax-4.1.b2 contains a small bug in etc/faxsetup.sh.in

>How-To-Repeat:

install it and run faxsetup

>Fix:
	
--- 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"

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007200626.e6K6Q4333766>