openbsd-ports/comms/hylafax/patches/patch-Makefile_in
giovanni 2086b9c2f3 Major update to 6.0.5
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
2011-05-24 16:24:35 +00:00

13 lines
588 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.1 2011/05/24 16:24:35 giovanni Exp $
--- Makefile.in.orig Fri Apr 22 10:35:47 2011
+++ Makefile.in Fri Apr 22 10:40:45 2011
@@ -232,7 +232,7 @@ makeServerDirs::
-${INSTALL} -u ${FAXUSER} -g ${FAXGROUP} -m ${DIRMODE} \
-idb hylafax.sw.server -dir \
-F ${SPOOL} bin client config dev etc info log recvq status
- -${INSTALL} -u ${FAXUSER} -g ${FAXGROUP} -m 700 \
+ -${INSTALL} -u ${FAXUSER} -g ${FAXGROUP} -m 755 \
-idb hylafax.sw.server -dir \
-F ${SPOOL} sendq doneq docq tmp pollq archive
makeDirs: makeClientDirs makeServerDirs