summaryrefslogtreecommitdiff
path: root/comms/hylafax/patches
diff options
context:
space:
mode:
authorrh <rh>2000-09-05 14:01:42 +0000
committerrh <rh>2000-09-05 14:01:42 +0000
commitb62d912c046c1d6a766109fa74244d12fd4e0d18 (patch)
tree418018e3845ab4e6d0a5107ded2e2c0e726f37cd /comms/hylafax/patches
parent917c1e3c9eb6dc4eea3a846357c0dfd7f5d55983 (diff)
downloadpkgsrc-b62d912c046c1d6a766109fa74244d12fd4e0d18.tar.gz
Fix brokenness of faxsetup script due to new directory structure: create
/var/spool/fax/{config,etc} if /var/spool/fax doesn't exist.
Diffstat (limited to 'comms/hylafax/patches')
-rw-r--r--comms/hylafax/patches/patch-ai6
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/hylafax/patches/patch-ai b/comms/hylafax/patches/patch-ai
index 46597672308..64696405e74 100644
--- a/comms/hylafax/patches/patch-ai
+++ b/comms/hylafax/patches/patch-ai
@@ -1,6 +1,6 @@
-$NetBSD: patch-ai,v 1.3 2000/08/30 09:50:45 abs Exp $
+$NetBSD: patch-ai,v 1.4 2000/09/05 14:01:43 rh Exp $
---- etc/faxsetup.sh.in.orig Thu Aug 5 12:11:42 1999
+--- etc/faxsetup.sh.in.orig Thu Aug 5 13:11:42 1999
+++ etc/faxsetup.sh.in
@@ -41,7 +41,9 @@
# This script interactively prepares and verifies
@@ -62,7 +62,7 @@ $NetBSD: patch-ai,v 1.3 2000/08/30 09:50:45 abs Exp $
+ for i in archive docq doneq pollq sendq tmp ; do
+ ${MKDIR} -m 0700 ${DIR_SPOOL}/$i
+ done
-+ for i in bin client cover dev info log recvq status ; do
++ for i in bin client config cover dev etc info log recvq status ; do
+ ${MKDIR} -m 0755 ${DIR_SPOOL}/$i
+ done
+ for i in `ls ${PREFIX}/share/hylafax/etc_template` ; do