diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/wwwoffle/Makefile | 4 | ||||
-rw-r--r-- | www/wwwoffle/files/patch-sum | 12 | ||||
-rw-r--r-- | www/wwwoffle/patches/patch-aa | 11 |
3 files changed, 14 insertions, 13 deletions
diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile index dcefc51ee8f..7e473f4fa41 100644 --- a/www/wwwoffle/Makefile +++ b/www/wwwoffle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2000/02/16 00:28:03 itohy Exp $ +# $NetBSD: Makefile,v 1.16 2000/02/21 03:10:34 fredb Exp $ DISTNAME= wwwoffle-2.5c CATEGORIES= www @@ -63,7 +63,7 @@ post-install: ${PREFIX}/etc/wwwoffle/wwwoffle.conf.default; \ fi ${INSTALL_SCRIPT} ${WRKDIR}/wwwoffle.sh ${PREFIX}/etc/rc.d - ${CHOWN} -R ${BINOWN}:${BINGRP} /var/wwwoffle + ${CHOWN} -R -h ${BINOWN}:${BINGRP} /var/wwwoffle # directories other than html are automatically created at run time ${GTAR} czCf / ${PREFIX}/libdata/wwwoffle-spool.tar.gz \ var/wwwoffle/html var/wwwoffle/outgoing diff --git a/www/wwwoffle/files/patch-sum b/www/wwwoffle/files/patch-sum index 1a0dab56b9b..5637c2e87e9 100644 --- a/www/wwwoffle/files/patch-sum +++ b/www/wwwoffle/files/patch-sum @@ -1,11 +1,3 @@ -$NetBSD: patch-sum,v 1.7 2000/02/16 00:24:40 itohy Exp $ +$NetBSD: patch-sum,v 1.8 2000/02/21 03:10:35 fredb Exp $ -MD5 (patch-aa) = 3cec3275cb18eb2627dcbddb63aba11d -MD5 (patch-ba) = 697b7cad9f1cd82c4b74da1317f4f987 -MD5 (patch-bb) = 06fd1d3b05e51f2594d97c4213b897ae -MD5 (patch-bc) = 6bb173924ac901827f282fcdef72b71a -MD5 (patch-bd) = 526ecc28c80aaaf26fd5fc34893a97fa -MD5 (patch-be) = 0a1d40853dc4b1efaff7d96981efad2d -MD5 (patch-bf) = 757112e555a41d0365eaaf85d177dadd -MD5 (patch-bg) = 857bca473f196dffcee7cd6b2f04cba2 -MD5 (patch-bh) = 1241dca0eb0e06a56ad2bee04c4b0591 +MD5 (patch-aa) = af16dd909f44b6e741e566dcbc2b5616 diff --git a/www/wwwoffle/patches/patch-aa b/www/wwwoffle/patches/patch-aa index a2e310b41d1..fa79b7f7851 100644 --- a/www/wwwoffle/patches/patch-aa +++ b/www/wwwoffle/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.7 2000/02/16 00:24:41 itohy Exp $ +$NetBSD: patch-aa,v 1.8 2000/02/21 03:10:35 fredb Exp $ --- Makefile.orig Sat Dec 18 21:27:03 1999 +++ Makefile Wed Feb 16 07:46:20 2000 @@ -59,6 +59,15 @@ $NetBSD: patch-aa,v 1.7 2000/02/16 00:24:41 itohy Exp $ done ) +@@ -340,7 +340,7 @@ + # These two will fail unless you are root, that is OK because the owner is already you. + -chown -R 0 $(SPOOLDIR)/html > /dev/null 2>&1 + -chgrp -R 0 $(SPOOLDIR)/html > /dev/null 2>&1 +- chmod -R o-rwx $(SPOOLDIR)/html ++# chmod -R o-rwx $(SPOOLDIR)/html + + install_config : + sed -e 's%SPOOLDIR%$(SPOOLDIR)%' -e 's%CONFDIR%$(CONFDIR)%' < wwwoffle.conf > wwwoffle.conf.install @@ -354,7 +354,7 @@ [ -f $(CONFDIR)/wwwoffle.conf ] || $(INSTALL) -c -m 640 wwwoffle.conf.install $(CONFDIR)/wwwoffle.conf |