]> git.pld-linux.org Git - packages/lighttpd.git/blame_incremental - lighttpd-branding.patch
- add data_string_print_escape.patch to print accesslog.format properly
[packages/lighttpd.git] / lighttpd-branding.patch
... / ...
CommitLineData
1--- lighttpd-1.4.22/src/response.c~ 2009-04-17 00:50:21.000000000 +0300
2+++ lighttpd-1.4.22/src/response.c 2009-04-17 00:51:22.174367972 +0300
3@@ -105,7 +105,7 @@
4
5 if (!have_server) {
6 if (buffer_is_empty(con->conf.server_tag)) {
7- buffer_append_string_len(b, CONST_STR_LEN("\r\nServer: " PACKAGE_DESC));
8+ buffer_append_string_len(b, CONST_STR_LEN("\r\nServer: " PACKAGE_DESC " (PLD Linux)"));
9 } else if (con->conf.server_tag->used > 1) {
10 buffer_append_string_len(b, CONST_STR_LEN("\r\nServer: "));
11 buffer_append_string_encoded(b, CONST_BUF_LEN(con->conf.server_tag), ENCODING_HTTP_HEADER);
This page took 0.086276 seconds and 4 git commands to generate.