]> git.pld-linux.org Git - packages/lighttpd.git/blame - lighttpd-branding.patch
Fix ssl global init
[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
3a8732f6 3@@ -26,7 +26,7 @@
0d5d774e
ER
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)"
3a8732f6
AM
9 static const buffer default_server_tag =
10 { PACKAGE_DESC "\0server", sizeof(PACKAGE_DESC), 0 };
0d5d774e 11
3a8732f6 12
This page took 0.045776 seconds and 4 git commands to generate.