SOURCES: lighttpd-branding.patch (NEW) - add pld linux branding

glen glen at pld-linux.org
Sun Nov 18 22:46:09 CET 2007


Author: glen                         Date: Sun Nov 18 21:46:09 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- add pld linux branding

---- Files affected:
SOURCES:
   lighttpd-branding.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/lighttpd-branding.patch
diff -u /dev/null SOURCES/lighttpd-branding.patch:1.1
--- /dev/null	Sun Nov 18 22:46:09 2007
+++ SOURCES/lighttpd-branding.patch	Sun Nov 18 22:46:03 2007
@@ -0,0 +1,11 @@
+--- lighttpd-1.4.18/src/response.c~	2007-11-18 23:35:26.000000000 +0200
++++ lighttpd-1.4.18/src/response.c	2007-11-18 23:41:29.442541855 +0200
+@@ -98,7 +98,7 @@
+ 
+ 	if (!have_server) {
+ 		if (buffer_is_empty(con->conf.server_tag)) {
+-			BUFFER_APPEND_STRING_CONST(b, "\r\nServer: " PACKAGE_NAME "/" PACKAGE_VERSION);
++			BUFFER_APPEND_STRING_CONST(b, "\r\nServer: " PACKAGE_NAME "/" PACKAGE_VERSION " (PLD Linux)");
+ 		} else {
+ 			BUFFER_APPEND_STRING_CONST(b, "\r\nServer: ");
+ 			buffer_append_string_encoded(b, CONST_BUF_LEN(con->conf.server_tag), ENCODING_HTTP_HEADER);
================================================================


More information about the pld-cvs-commit mailing list