]> git.pld-linux.org Git - packages/lighttpd.git/blame - lighttpd-branding.patch
- fix mod_deflate obsoletes
[packages/lighttpd.git] / lighttpd-branding.patch
CommitLineData
93e44daf
ER
1--- lighttpd-1.4.56/src/server.c~ 2020-11-30 00:32:01.000000000 +0200
2+++ lighttpd-1.4.56/src/server.c 2020-11-30 08:29:32.022380561 +0200
0d5d774e
ER
3@@ -25,7 +25,7 @@
4 # define REPO_VERSION ""
5 #endif
77b6d8cb 6
0d5d774e
ER
7-#define PACKAGE_DESC PACKAGE_NAME "/" PACKAGE_VERSION REPO_VERSION
8+#define PACKAGE_DESC PACKAGE_NAME "/" PACKAGE_VERSION REPO_VERSION " (PLD Linux)"
93e44daf 9 static const buffer default_server_tag = { CONST_STR_LEN(PACKAGE_DESC)+1, 0 };
0d5d774e
ER
10
11 #include <sys/types.h>
This page took 0.029023 seconds and 4 git commands to generate.