]> git.lizzy.rs Git - plan9front.git/commitdiff
revert httpd log file goof
authormischief <mischief@offblast.org>
Thu, 21 May 2015 01:16:54 +0000 (18:16 -0700)
committermischief <mischief@offblast.org>
Thu, 21 May 2015 01:16:54 +0000 (18:16 -0700)
sys/src/cmd/ip/httpd/httpd.c
sys/src/cmd/ip/httpd/init.c

index d5fcb47aa69f9744acacb2e6be638a29404dec6e..657ae548763d3da7509c4459dadfe6808ddfd773 100644 (file)
@@ -15,7 +15,7 @@ struct Strings
 };
 
 char   *netdir;
-char   *HTTPLOG = "httpd";
+char   *HTTPLOG = "httpd/log";
 
 static char            netdirb[256];
 static char            *namespace;
index e4017c0bf7d2810bc58e9256259d4ed062d6108f..8d3eb06246d367a38549d81f61df3a0cc5853f6a 100644 (file)
@@ -15,7 +15,7 @@ usage(void)
 
 char   *netdir;
 char   *webroot;
-char   *HTTPLOG = "httpd";
+char   *HTTPLOG = "httpd/log";
 
 static HConnect        connect;
 static HSPriv          priv;