summaryrefslogtreecommitdiff
path: root/comms/hylafax
diff options
context:
space:
mode:
authorabs <abs>2002-03-20 12:28:55 +0000
committerabs <abs>2002-03-20 12:28:55 +0000
commit6e898539da94154970be61e36d5cfac775fafacd (patch)
treea6201ba7e0f38d0a567744d87c42ae591b562c63 /comms/hylafax
parent5466931f9f5772c9f353c825ed7a52db47ec3c97 (diff)
downloadpkgsrc-6e898539da94154970be61e36d5cfac775fafacd.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/Makefile4
-rwxr-xr-xcomms/hylafax/files/hylafax.sh4
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