]> TLD Linux GIT Repositories - packages/lighttpd.git/blob - lighttpd-branding.patch
- updated to 1.4.73, build with lua54
[packages/lighttpd.git] / lighttpd-branding.patch
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
3 @@ -25,7 +25,7 @@
4  # define REPO_VERSION ""
5  #endif
6  
7 -#define PACKAGE_DESC PACKAGE_NAME "/" PACKAGE_VERSION REPO_VERSION
8 +#define PACKAGE_DESC PACKAGE_NAME "/" PACKAGE_VERSION REPO_VERSION " (TLD Linux)"
9  static const buffer default_server_tag = { CONST_STR_LEN(PACKAGE_DESC)+1, 0 };
10  
11  #include <sys/types.h>