2086b9c2f3
lot of bug fixes and improvements old protocol has been removed Full changelog available at http://git.hylafax.org/HylaFAX?a=blob;f=doc/RELEASENOTES-6.0.txt;hb=6.0
13 lines
210 B
Bash
13 lines
210 B
Bash
#!/bin/sh
|
|
#
|
|
# $OpenBSD: hfaxd.rc,v 1.1 2011/05/24 16:24:35 giovanni Exp $
|
|
|
|
daemon="${TRUEPREFIX}/sbin/hfaxd"
|
|
daemon_flags="-l 0.0.0.0 -i hylafax -l ::0 -i hylafax"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_reload=NO
|
|
|
|
rc_cmd $1
|