]> 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 @@ -26,7 +26,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 " (PLD Linux)"
9  static const buffer default_server_tag =
10    { PACKAGE_DESC "\0server", sizeof(PACKAGE_DESC), 0 };
11  
12