asterisk-13.x: fix config file issues
authorSebastian Kemper <sebastian_ml@gmx.net>
Sun, 13 Aug 2017 13:00:39 +0000 (15:00 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sun, 13 Aug 2017 13:00:42 +0000 (15:00 +0200)
commitb9914e6f3fd4abad0504c4a30c8f6368380d6015
tree8cd0495f41c4655fef0ab180db27f1fc51f60b9f
parent20b8cbc58d95a2aace8f2092358ea542e3b05901
asterisk-13.x: fix config file issues

- The configuration file protection for modules does not work when there
  is more than one configuration file. Currently conffiles is populated
  with a space separated list. But the items need to be separated by
  newlines. With spaces, only the first item gets added to conffiles. The
  remaining items are dropped and not protected. Fix this by replacing
  spaces with newlines. Revision bump because this could lead to
  overwriting files unintentionally.
- Remove a duplicate '/etc/asterisk/modules.conf' from
  Package/asterisk13/conffiles.
- Remove '/etc/asterisk/rtp.conf' from Package/asterisk13/conffiles
  because the file is installed and protected by res-rtp-asterisk.
- Add missing stasis.conf and pjsip_wizard.conf.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/asterisk-13.x/Makefile