diff options
author | Thilo Bangert <bangert@gentoo.org> | 2002-04-16 12:50:34 +0000 |
---|---|---|
committer | Thilo Bangert <bangert@gentoo.org> | 2002-04-16 12:50:34 +0000 |
commit | 8a22ac070fe0d23e70ce9821964b7f0166de11a8 (patch) | |
tree | 196f3cb7e0d38e005038e878a3fee3a306a64475 /net-www/fnord | |
parent | uups - forgot this one (diff) | |
download | gentoo-2-8a22ac070fe0d23e70ce9821964b7f0166de11a8.tar.gz gentoo-2-8a22ac070fe0d23e70ce9821964b7f0166de11a8.tar.bz2 gentoo-2-8a22ac070fe0d23e70ce9821964b7f0166de11a8.zip |
uups - forgot this one too
Diffstat (limited to 'net-www/fnord')
-rw-r--r-- | net-www/fnord/files/fnord-1.2-gentoo.diff | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net-www/fnord/files/fnord-1.2-gentoo.diff b/net-www/fnord/files/fnord-1.2-gentoo.diff new file mode 100644 index 000000000000..8c59be99f211 --- /dev/null +++ b/net-www/fnord/files/fnord-1.2-gentoo.diff @@ -0,0 +1,20 @@ +--- httpd.c.orig Sat Mar 30 15:04:06 2002 ++++ httpd.c Sat Mar 30 15:06:52 2002 +@@ -24,7 +24,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" +@@ -34,7 +34,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 |