Date: Sun, 26 Sep 2004 14:50:58 +0200 (CEST) From: Paul Everlund <tdv94ped@cs.umu.se> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/72100: [Maintainer fix] comms/hylafax 4.2.0 Message-ID: <200409261250.i8QCowGo000546@lover.everlund.homeip.net> Resent-Message-ID: <200409261300.i8QD0dAN018855@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409261250.i8QCowGo000546>