Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 22169 | Differences between
and this patch

Collapse All | Expand All

(-)httpd.c.orig (-2 / +2 lines)
Lines 25-31 Link Here
25
#include "scan.h"
25
#include "scan.h"
26
26
27
/* uncomment the following line to enable support for CGI */
27
/* uncomment the following line to enable support for CGI */
28
#define CGI
28
// #define CGI
29
29
30
#ifdef CGI
30
#ifdef CGI
31
/* uncomment the following line to enable support for "index.cgi"
31
/* uncomment the following line to enable support for "index.cgi"
Lines 39-45 Link Here
39
39
40
/* uncomment the following line to enable support for autogenerated
40
/* uncomment the following line to enable support for autogenerated
41
 * directory-listings for directories without index */
41
 * directory-listings for directories without index */
42
#define DIR_LIST
42
/* #define DIR_LIST */
43
43
44
#ifdef DIR_LIST
44
#ifdef DIR_LIST
45
/* uncomment the following line to enable support for system symlink
45
/* uncomment the following line to enable support for system symlink
(-)fnord-conf.orig (-1 / +1 lines)
Lines 17-23 Link Here
17
mkdir -p $dir
17
mkdir -p $dir
18
echo "#!/bin/sh" > $dir/run
18
echo "#!/bin/sh" > $dir/run
19
echo "cd $webroot" >> $dir/run
19
echo "cd $webroot" >> $dir/run
20
echo "exec tcpserver -u $acct -RHl localhost ${myip:-0} 80 /command/fnord-httpd 2>&1" >> $dir/run
20
echo "exec tcpserver -u $acct -RHl localhost ${myip:-0} 80 /usr/bin/fnord 2>&1" >> $dir/run
21
chmod 755 $dir/run
21
chmod 755 $dir/run
22
22
23
# tell old daemontools that it should spawn a log process, too
23
# tell old daemontools that it should spawn a log process, too

Return to bug 22169