From: djrzulf Date: Tue, 16 Apr 2002 12:30:04 +0000 (+0000) Subject: - corects user, paths, X-Git-Tag: STABLE~3 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fapache1-mod_frontpage.git;a=commitdiff_plain;h=132fe3b24d0b3d87f035f26fcee63002258fafea - corects user, paths, Changed files: mod_frontpage-fpexec-PLD.patch -> 1.1 --- diff --git a/mod_frontpage-fpexec-PLD.patch b/mod_frontpage-fpexec-PLD.patch new file mode 100644 index 0000000..ecb0b5a --- /dev/null +++ b/mod_frontpage-fpexec-PLD.patch @@ -0,0 +1,20 @@ +--- fpexec.h.orig Sun Feb 3 16:31:52 2002 ++++ fpexec.h Tue Apr 16 14:25:20 2002 +@@ -69,7 +69,7 @@ + * this program. + */ + #ifndef FP_HTTPD_USER +-#define FP_HTTPD_USER "www" ++#define FP_HTTPD_USER "http" + #endif + + /* +@@ -165,7 +165,7 @@ + * that can be used for fpEXEC behavior. + */ + #ifndef FP_DOC_ROOT +-#define FP_DOC_ROOT "/usr/local/apache/htdocs" ++#define FP_DOC_ROOT "/home/httpd/html" + #endif + + /*