mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
a346b45627
Extentions PR: 31625 Submitted by: Scot W. Hetzel <hetzels@westbend.net>
12 lines
540 B
Bash
12 lines
540 B
Bash
--- frontpage/version5.0/set_default_perms.sh.orig Fri Apr 20 09:00:58 2001
|
|
+++ frontpage/version5.0/set_default_perms.sh Wed May 2 19:20:58 2001
|
|
@@ -81,7 +81,7 @@
|
|
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
|
|
|
|
# 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
|