diff options
author | Bill Fumerola <billf@FreeBSD.org> | 2000-03-01 06:25:15 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 2000-03-01 06:25:15 +0000 |
commit | e6503fb81a27bb578af6a8d0591748b0d84cbf3d (patch) | |
tree | 80c45281ac7798887074895f840282856e9b3bab /www/apache13-fp/files/patch-fn | |
parent | Upgrade to version 2.3. (diff) |
Upgrade to the latest and greatest apache/frontpage combo.
PR: ports/16974
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=26464
Diffstat (limited to 'www/apache13-fp/files/patch-fn')
-rw-r--r-- | www/apache13-fp/files/patch-fn | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www/apache13-fp/files/patch-fn b/www/apache13-fp/files/patch-fn new file mode 100644 index 000000000000..ed2572945fbf --- /dev/null +++ b/www/apache13-fp/files/patch-fn @@ -0,0 +1,15 @@ +--- frontpage/version4.0/set_default_perms.sh.orig Mon May 24 12:45:14 1999 ++++ frontpage/version4.0/set_default_perms.sh Thu Feb 24 01:47:01 2000 +@@ -81,10 +81,10 @@ + chmod 4755 $FPDIR/apache-fp/_vti_bin/fpexe || die set fpexe to be suid + + # Set httpd +-chmod 555 $FPDIR/apache-fp/httpd || die make httpd executable ++#chmod 555 $FPDIR/apache-fp/httpd || die make httpd executable + + # Set httpd.Compat +-chmod 555 $FPDIR/apache-fp/httpd.Compat || die make httpd.Compat executable ++#chmod 555 $FPDIR/apache-fp/httpd.Compat || die make httpd.Compat executable + + # The apache-fp directory should not be writable to protect the stub program. + chmod 555 $FPDIR/apache-fp/_vti_bin || die restrict the apache-fp directory |