Go to file
Travis Cross 16d0538fb5 Move chown of /etc/freeswitch/tls to postinst
Doing a chown of something in /etc/ as part of a systemd service file
is totally broken.  It's far too large a sledgehammer to point at /etc
here.  Someone may legitimately not be using /etc/freeswitch/tls in
his configuration, in which case this chown would fail and cause FS to
fail to start.  Or someone may legitimately need /etc/freeswitch/tls
to have different ownership, in which case we would clobber it here.

The right thing to do is to create this directory in the
postinst (which we already are, assuming there is not an existing
configuration) and then perform the chown of it at the same time.

FS-7697
2015-09-22 04:58:50 +00:00
build FS-8108: remove legacy mod_lua, the regular mod_lua works with system lua now 2015-09-01 11:15:12 -05:00
clients/flex FS-7585 add bandwidth settings to flash video 2015-06-04 23:33:00 +08:00
cmake_modules Completely unbundle libedit 2014-03-24 12:39:59 +00:00
conf FS-8130 2015-09-14 13:30:08 -05:00
debian Move chown of /etc/freeswitch/tls to postinst 2015-09-22 04:58:50 +00:00
docs FS-8130 2015-09-14 13:30:08 -05:00
dtd xmllint --dtdvalid freeswitch_dialplan.dtd /usr/local/freeswitch/conf/default_context.xml >>/dev/null 2007-11-01 14:59:32 +00:00
fonts FS-7506: Add default fonts to tree 2015-05-28 12:47:19 -05:00
fscomm FS-7966: remove some older versions of msvc build system as these will no longer work soon, please use 2015 instead 2015-08-31 10:19:10 -05:00
htdocs Fix line endings per .gitattributes 2014-08-08 15:24:42 +00:00
html5/verto FS-8095 [verto_communicator] Do not reset name and email upon logout. 2015-09-21 17:51:00 -03:00
images FS-7494: default avatar and mute images for video MCU 2015-05-28 12:47:26 -05:00
libs FS-8160: properly handle malformed json when parsing json with \u at the end of a json string 2015-09-14 17:56:55 -04:00
scripts testing example, need to form this into a framework 2015-07-02 09:53:48 -05:00
src FS-7673: ODBC NULL value incorrectly evaluated in mod_v8 2015-09-21 23:36:42 -03:00
support-d FS-7988 move -askall to -terse so old -askall behavior is default and old default is now -terse 2015-08-31 11:05:36 -05:00
tests/unit fix automake warnings on tests/unit/Makefile.am 2015-07-20 11:58:40 -04:00
w32 FS-8130 2015-09-14 13:30:08 -05:00
web add back empty dirs 2010-04-01 21:00:45 -04:00
yum make the changes for the 1.6 repos in the repo install rpm spec file and repo file 2015-09-09 09:21:07 -05:00
.clang-format Add .clang-format rules 2014-12-26 17:22:20 +00:00
.gitattributes Treat `*-min.js` files as minified for git 2014-08-01 16:59:11 +00:00
.gitignore FS-8108: remove legacy mod_lua, the regular mod_lua works with system lua now 2015-09-01 11:15:12 -05:00
.mailmap map emails 2014-08-01 14:47:38 -05:00
Freeswitch.2015.sln FS-7966: multiple fixes for msvc 2015 build, fix openssl linking 2015-08-27 16:22:40 -06:00
Freeswitch.2015.sln.bat FS-7966: remove some older versions of msvc build system as these will no longer work soon, please use 2015 instead 2015-08-31 10:19:10 -05:00
INSTALL test 2013-04-04 20:52:47 -05:00
Makefile.am FS-8130 2015-09-14 13:30:08 -05:00
acinclude.m4 Require libcurl as a system dependency 2014-03-20 21:15:29 +00:00
bootstrap.sh FS-7338: remove libsndfile from tree, use system lib instead 2015-05-28 12:47:24 -05:00
cc.sh add smaller banner for teeny tiny terminals 2012-09-24 14:59:09 -05:00
cluecon.tmpl update cc banner 2013-09-16 22:59:26 +05:00
cluecon2.tmpl update cc banner 2013-09-16 22:59:26 +05:00
cluecon2_small.tmpl add smaller banner for teeny tiny terminals 2012-09-24 14:59:09 -05:00
cluecon_small.tmpl add smaller banner for teeny tiny terminals 2012-09-24 14:59:09 -05:00
configure.ac FS-7967 SmartOS compatibility 2015-09-09 21:39:41 +00:00
devel-bootstrap.sh Changed permissions for devel-bootstrap.sh 2010-10-13 14:18:38 -07:00
erlang.spec ci/centos: add erlang module support files 2012-03-24 05:15:11 +00:00
freeswitch-config-rayo.spec FS-7715 #resolve updates to configure and spec files for next development branch 2015-06-23 12:22:04 -04:00
freeswitch-sounds-en-ca-june.spec update URLs for sound files 2015-05-26 00:05:37 -05:00
freeswitch-sounds-en-us-callie.spec update URLs for sound files 2015-05-26 00:05:37 -05:00
freeswitch-sounds-fr-ca-june.spec update URLs for sound files 2015-05-26 00:05:37 -05:00
freeswitch-sounds-music.spec update URLs for sound files 2015-05-26 00:05:37 -05:00
freeswitch-sounds-pt-BR-karina.spec update URLs for sound files 2015-05-26 00:05:37 -05:00
freeswitch-sounds-ru-RU-elena.spec update URLs for sound files 2015-05-26 00:05:37 -05:00
freeswitch-sounds-sv-se-jakob.spec update URLs for sound files 2015-05-26 00:05:37 -05:00
freeswitch.spec FS-8075: add conf file to spec file too 2015-09-03 12:12:41 -04:00
swig_common.i FS-6061 --resolve 2013-12-23 22:43:06 +05:00