aboutsummaryrefslogtreecommitdiffstats
path: root/src/libexec/httpd.c
diff options
context:
space:
mode:
authorEpoch Qwert <epoch@53flpnlls43fcguy.onion>2014-12-09 03:27:26 -0600
committerEpoch Qwert <epoch@53flpnlls43fcguy.onion>2014-12-09 03:27:26 -0600
commit612926651db0c13fa9f45f58764b56ab132b211c (patch)
tree1daa3f7e1379961c092bf25b4f16ba3244dcb8f1 /src/libexec/httpd.c
parent06327cbeb735d3e8592df3ce6f8cc8a80b461787 (diff)
downloadmisc-612926651db0c13fa9f45f58764b56ab132b211c.tar.gz
misc-612926651db0c13fa9f45f58764b56ab132b211c.zip
ident.sh to make ident queries easier to use in scripts.
gopherd.sh changed to use new output of peerip. peerip changes to output peer's port on second line. httpd changed... I dunno what. AOEU and aoeu to help with playing with dvorak.
Diffstat (limited to 'src/libexec/httpd.c')
-rw-r--r--src/libexec/httpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexec/httpd.c b/src/libexec/httpd.c
index cd44446..22d9b2b 100644
--- a/src/libexec/httpd.c
+++ b/src/libexec/httpd.c
@@ -87,7 +87,7 @@ int main(int argc,char *argv[]) {
printf("HTTP/1.1 500 Internal Server Error\r\n");
standard_headers();
printf("Content-type: text/html\r\n\r\ncouldn't chdir(\"%s\");",SITES_ROOT);
- //wtf? not sites dir???
+ //wtf? no sites dir???
exit(2);
}
}