diff options
author | abs <abs@pkgsrc.org> | 2002-03-20 12:28:55 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2002-03-20 12:28:55 +0000 |
commit | 32833c4f6997cb8dfd96b67da6533820d99f8474 (patch) | |
tree | a6201ba7e0f38d0a567744d87c42ae591b562c63 /comms/hylafax | |
parent | 4d31175049912c43a3b1f50edff4ebe891e09fd8 (diff) | |
download | pkgsrc-32833c4f6997cb8dfd96b67da6533820d99f8474.tar.gz |
Updated hylafax to 4.1nb3:
Fix spool path from /var/spool/fax to /var/spool/hylafax in hylafax.sh
Diffstat (limited to 'comms/hylafax')
-rw-r--r-- | comms/hylafax/Makefile | 4 | ||||
-rwxr-xr-x | comms/hylafax/files/hylafax.sh | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index 00f0cb33132..1875665bdb1 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2002/03/13 17:36:43 fredb Exp $ +# $NetBSD: Makefile,v 1.25 2002/03/20 12:28:55 abs Exp $ # DISTNAME= hylafax-4.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= comms MASTER_SITES= ftp://ftp.hylafax.org/source/ \ ftp://ftp.leo.org/pub/comp/os/unix/networking/fax/hylafax/source/ diff --git a/comms/hylafax/files/hylafax.sh b/comms/hylafax/files/hylafax.sh index db5413924ca..eaa6e33f232 100755 --- a/comms/hylafax/files/hylafax.sh +++ b/comms/hylafax/files/hylafax.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: hylafax.sh,v 1.2 2000/09/20 05:14:11 jlam Exp $ +# $NetBSD: hylafax.sh,v 1.3 2002/03/20 12:28:55 abs Exp $ # # PROVIDE: hylafax # REQUIRE: DAEMON @@ -9,7 +9,7 @@ command=${1:-start} case ${command} in start) - if [ -x @PREFIX@/libexec/hfaxd -a -f /var/spool/fax/etc/config ] ; then + if [ -x @PREFIX@/libexec/hfaxd -a -f /var/spool/hylafax/etc/config ] ; then echo -n 'Starting hfaxd' @PREFIX@/libexec/hfaxd -i 4559 -o 4557 -s 444 |