]> git.pld-linux.org Git - packages/asterisk.git/blame - pld-banner.patch
Release 2 (by relup.sh)
[packages/asterisk.git] / pld-banner.patch
CommitLineData
1f5d25f5
AM
1--- asterisk-16.15.0.org/main/asterisk.c 2020-11-19 13:34:40.000000000 +0100
2+++ asterisk-16.15.0/main/asterisk.c 2020-11-27 12:45:55.346693848 +0100
3@@ -304,6 +304,9 @@ int daemon(int, int); /* defined in lib
ddf8ea66
ER
4 "This is free software, with components licensed under the GNU General Public\n" \
5 "License version 2 and other licenses; you are welcome to redistribute it under\n" \
6 "certain conditions. Type 'core show license' for details.\n" \
7+ "=========================================================================\n" \
8+ "This package has been modified for the PLD Linux distribution\n" \
9+ "Please report all bugs to http://bugs.pld-linux.org/\n" \
10 "=========================================================================\n", ast_get_version()) \
11
1f5d25f5 12 static int ast_socket = -1; /*!< UNIX Socket for allowing remote control */
This page took 0.153694 seconds and 4 git commands to generate.