summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-02-13 22:28:59 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-02-13 22:28:59 +0000
commite40d7bb5e81ba6a9d19892d8d859f3cd8abfccc2 (patch)
treec03e419cdc5e8ff6ae296b6bbbeb40fb2d68e170 /www
parentForced commit to indicate that the previous change, to put sources (diff)
Fix typo
Notes
Notes: svn path=/head/; revision=54671
Diffstat (limited to 'www')
-rw-r--r--www/mod_frontpage/files/patch-mod_frontpage.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/www/mod_frontpage/files/patch-mod_frontpage.c b/www/mod_frontpage/files/patch-mod_frontpage.c
index 8e984a6b80c7..946bf27fd8fb 100644
--- a/www/mod_frontpage/files/patch-mod_frontpage.c
+++ b/www/mod_frontpage/files/patch-mod_frontpage.c
@@ -1,5 +1,14 @@
--- mod_frontpage.c Tue Feb 5 13:56:31 2002
+++ mod_frontpage.c Tue Feb 5 18:01:27 2002
+@@ -124,7 +124,7 @@
+ "FrontPage disabled for server %s:%d\n",
+ s->server_hostname, s->port);
+ /*
+- * As default, enable the mod_frontpage cgi administration
++ * As default, disable the mod_frontpage cgi administration
+ */
+ if (c->admindisabled == -1)
+ c->admindisabled = TRUE;
@@ -491,10 +491,6 @@
return log_scripterror (r, c, FORBIDDEN, APLOG_ERR|APLOG_NOERRNO,
"fpEXEC stub writable by group or others");