diff options
author | rh <rh@pkgsrc.org> | 2000-09-05 14:01:42 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-09-05 14:01:42 +0000 |
commit | f1b417f650eb8990147a7a69b22535923eb178b3 (patch) | |
tree | 418018e3845ab4e6d0a5107ded2e2c0e726f37cd /comms/hylafax/patches | |
parent | c48cfecc8dad9d921d117d96d672d0fd971af4d1 (diff) | |
download | pkgsrc-f1b417f650eb8990147a7a69b22535923eb178b3.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-ai | 6 |
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 |