blob: c4685b75a8a478f2476bf14daece0605eca0f54d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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
|