freeswitch-stable: rename configuration file
authorSebastian Kemper <sebastian_ml@gmx.net>
Sat, 31 Aug 2019 17:24:52 +0000 (19:24 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sat, 31 Aug 2019 17:24:53 +0000 (19:24 +0200)
As per convention the configuration file in the files directory should
carry the extension .conf.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/freeswitch-stable/Makefile
net/freeswitch-stable/files/freeswitch.conf [new file with mode: 0644]
net/freeswitch-stable/files/freeswitch.config [deleted file]

index fbc623156a8a4cb5cc896bd8c4f712368da55c94..d7cba42033f72a0e0a43f978544cfd8845078368 100644 (file)
@@ -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 (file)
index 0000000..d7c591a
--- /dev/null
@@ -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 (file)
index d7c591a..0000000
+++ /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'
-