ports/72100: [Maintainer fix] comms/hylafax 4.2.0

Paul Everlund tdv94ped at cs.umu.se
Sun Sep 26 13:00:39 UTC 2004


>Number:         72100
>Category:       ports
>Synopsis:       [Maintainer fix] comms/hylafax 4.2.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 26 13:00:38 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Paul Everlund
>Release:        FreeBSD 4.10-RELEASE i386
>Organization:
>Environment:
	System: FreeBSD x.x.x 4.10-RELEASE
	FreeBSD 4.10-RELEASE #6: Tue Aug 17 16:00:59 CEST 2004
	x at x.x.x:/usr/src/sys/compile/PRIMAVERA i386

>Description:
	Fix of startup script for comms/hylafax 4.2.0

	Delete in 'files':
		'hylafax-faxq.sh.sample'
		'hylafax-hfaxd.sh.sample'

	Add attached file in 'files' and name it 'hylafax.sh.sample'.

	Thank you!

>How-To-Repeat:

>Fix:
--- hylafax.sh.sample begins here ---
#! /bin/sh
# hylafax startup example.
# be sure to initialize the followings:
#   server: /usr/local/sbin/faxsetup
#   modems: /usr/local/sbin/faxaddmodem
#   incoming calls: /etc/ttys

case "$1" in
start)
        if [ -x /usr/local/sbin/hylafax ]; then
                /usr/local/sbin/hylafax start
        fi
        ;;
stop)
        if [ -x /usr/local/sbin/hylafax ]; then
                /usr/local/sbin/hylafax stop
        fi
        ;;
*)
        echo "Usage: `basename $0` {start|stop}" >&2
        exit 64
        ;;
esac

exit 0
--- hylafax.sh.sample ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list