summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hadaway <raker@gentoo.org>2002-10-31 17:13:22 +0000
committerNick Hadaway <raker@gentoo.org>2002-10-31 17:13:22 +0000
commit9258f37930d17fb0d48d2c6e4fa974db0ab78560 (patch)
tree3707f1d2fe023786bdd59c5860129dd732270a8e /net-www/fnord/files
parentadded support for alpha (diff)
downloadgentoo-2-9258f37930d17fb0d48d2c6e4fa974db0ab78560.tar.gz
gentoo-2-9258f37930d17fb0d48d2c6e4fa974db0ab78560.tar.bz2
gentoo-2-9258f37930d17fb0d48d2c6e4fa974db0ab78560.zip
Added missing diff
Diffstat (limited to 'net-www/fnord/files')
-rw-r--r--net-www/fnord/files/fnord-1.6-gentoo.diff31
1 files changed, 31 insertions, 0 deletions
diff --git a/net-www/fnord/files/fnord-1.6-gentoo.diff b/net-www/fnord/files/fnord-1.6-gentoo.diff
new file mode 100644
index 000000000000..d33d415217da
--- /dev/null
+++ b/net-www/fnord/files/fnord-1.6-gentoo.diff
@@ -0,0 +1,31 @@
+--- httpd.c.orig 2002-09-17 12:26:41.000000000 +0200
++++ httpd.c 2002-09-17 12:27:02.000000000 +0200
+@@ -23,7 +23,7 @@
+ #include "scan.h"
+
+ /* uncomment the following line to enable support for CGI */
+-// #define CGI
++#define CGI
+
+ #ifdef CGI
+ /* uncomment the following line to enable support for "index.cgi"
+@@ -37,7 +37,7 @@
+
+ /* uncomment the following line to enable support for autogenerated
+ * directory-listings for directories without index */
+-/* #define DIR_LIST */
++#define DIR_LIST
+
+ #ifdef DIR_LIST
+ /* uncomment the following line to enable support for system symlink
+--- fnord-conf.orig 2002-09-17 12:25:31.000000000 +0200
++++ fnord-conf 2002-09-17 12:25:46.000000000 +0200
+@@ -17,7 +17,7 @@
+ mkdir -p $dir
+ echo "#!/bin/sh" > $dir/run
+ echo "cd $webroot" >> $dir/run
+-echo "exec tcpserver -u $acct -RHl localhost ${myip:-0} 80 /command/fnord-httpd 2>&1" >> $dir/run
++echo "exec tcpserver -u $acct -RHl localhost ${myip:-0} 80 /usr/bin/fnord 2>&1" >> $dir/run
+ chmod 755 $dir/run
+
+ # tell old daemontools that it should spawn a log process, too