]> git.pld-linux.org Git - packages/lighttpd.git/blame - lighttpd-branding.patch
- exclude files that were not present in tarball
[packages/lighttpd.git] / lighttpd-branding.patch
CommitLineData
4fa4837c
ER
1--- lighttpd-1.4.19/src/response.c~ 2008-09-19 17:51:25.000000000 +0300
2+++ lighttpd-1.4.19/src/response.c 2008-09-19 17:54:05.496023995 +0300
3@@ -105,7 +105,7 @@
cbffb2dd
ER
4
5 if (!have_server) {
6 if (buffer_is_empty(con->conf.server_tag)) {
4fa4837c
ER
7- buffer_append_string_len(b, CONST_STR_LEN("\r\nServer: " PACKAGE_NAME "/" PACKAGE_VERSION));
8+ buffer_append_string_len(b, CONST_STR_LEN("\r\nServer: " PACKAGE_NAME "/" PACKAGE_VERSION " (PLD Linux)"));
0107e3d6 9 } else if (con->conf.server_tag->used > 1) {
4fa4837c 10 buffer_append_string_len(b, CONST_STR_LEN("\r\nServer: "));
cbffb2dd 11 buffer_append_string_encoded(b, CONST_BUF_LEN(con->conf.server_tag), ENCODING_HTTP_HEADER);
This page took 0.02446 seconds and 4 git commands to generate.