diff options
author | fredb <fredb> | 2000-02-21 03:10:34 +0000 |
---|---|---|
committer | fredb <fredb> | 2000-02-21 03:10:34 +0000 |
commit | 09ba33164a048f5d8ee07142a016a28c7eb248c6 (patch) | |
tree | ff3c570d873ac938d8848e953fa8c0ffafe705ca /www/wwwoffle/patches | |
parent | 8c2f19dc7ff21cad226f54e60db9bf7554dde32b (diff) | |
download | pkgsrc-09ba33164a048f5d8ee07142a016a28c7eb248c6.tar.gz |
Restore correct permissions to spool directory. Per Andrew M. Bishop,
wwwoffle's author, removing world read permissions from the spool directory
was a mistake, which will be rectified in wwwoffle-2.5d.
Diffstat (limited to 'www/wwwoffle/patches')
-rw-r--r-- | www/wwwoffle/patches/patch-aa | 11 |
1 files changed, 10 insertions, 1 deletions
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 |