From: Sebastian Kemper Date: Sat, 31 Aug 2019 17:24:52 +0000 (+0200) Subject: freeswitch-stable: rename configuration file X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=86da9c27870390c59f49cf88af5ee13539d80b69;p=feed%2Ftelephony.git freeswitch-stable: rename configuration file As per convention the configuration file in the files directory should carry the extension .conf. Signed-off-by: Sebastian Kemper --- diff --git a/net/freeswitch-stable/Makefile b/net/freeswitch-stable/Makefile index fbc6231..d7cba42 100644 --- a/net/freeswitch-stable/Makefile +++ b/net/freeswitch-stable/Makefile @@ -420,7 +420,7 @@ $(call Package/$(PKG_NAME)/install/lib,$(1),lib$(PRG_NAME)) $(1)$(FS_STABLE_SYSCONF_DIR)/init.d/$(PRG_NAME) $(INSTALL_BIN) ./files/$(PRG_NAME).hotplug \ $(1)$(FS_STABLE_SYSCONF_DIR)/hotplug.d/iface/90-$(PRG_NAME) - $(INSTALL_CONF) ./files/$(PRG_NAME).config \ + $(INSTALL_CONF) ./files/$(PRG_NAME).conf \ $(1)$(FS_STABLE_SYSCONF_DIR)/config/$(PRG_NAME) endef diff --git a/net/freeswitch-stable/files/freeswitch.conf b/net/freeswitch-stable/files/freeswitch.conf new file mode 100644 index 0000000..d7c591a --- /dev/null +++ b/net/freeswitch-stable/files/freeswitch.conf @@ -0,0 +1,23 @@ + +config freeswitch 'general' + option enabled '0' + option user 'freeswitch' + option group 'freeswitch' + option log_stderr '1' + option log_stdout '1' + option options '-nonat -np' + +config freeswitch 'directories' + option cache '/tmp/freeswitch/cache' + option db '/tmp/freeswitch/db' + option log '/tmp/freeswitch/log' + option recordings '/tmp/freeswitch/recordings' + option storage '/tmp/freeswitch/storage' + option temp '/tmp/freeswitch/temp' + +config freeswitch 'hotplug' + #option interface 'wan' + #option mount_point '/mnt/usb' + option ntpd '0' + option timeout '60' + diff --git a/net/freeswitch-stable/files/freeswitch.config b/net/freeswitch-stable/files/freeswitch.config deleted file mode 100644 index d7c591a..0000000 --- a/net/freeswitch-stable/files/freeswitch.config +++ /dev/null @@ -1,23 +0,0 @@ - -config freeswitch 'general' - option enabled '0' - option user 'freeswitch' - option group 'freeswitch' - option log_stderr '1' - option log_stdout '1' - option options '-nonat -np' - -config freeswitch 'directories' - option cache '/tmp/freeswitch/cache' - option db '/tmp/freeswitch/db' - option log '/tmp/freeswitch/log' - option recordings '/tmp/freeswitch/recordings' - option storage '/tmp/freeswitch/storage' - option temp '/tmp/freeswitch/temp' - -config freeswitch 'hotplug' - #option interface 'wan' - #option mount_point '/mnt/usb' - option ntpd '0' - option timeout '60' -