kamailio-3.x: remove unused defaults file
authorJiri Slachta <slachta@cesnet.cz>
Tue, 28 Oct 2014 19:30:44 +0000 (20:30 +0100)
committerJiri Slachta <slachta@cesnet.cz>
Tue, 28 Oct 2014 19:30:44 +0000 (20:30 +0100)
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
net/kamailio-3.x/Makefile
net/kamailio-3.x/files/kamailio.default [deleted file]

index 9148071..e95bd69 100644 (file)
@@ -61,7 +61,6 @@ $(call Package/kamailio3/Default)
 endef
 
 define Package/kamailio3-example/conffiles
-/etc/default/kamailio
 /etc/kamailio/kamailio.cfg
 endef
 
@@ -100,8 +99,6 @@ define Package/kamailio3-example/install
                $(1)/etc/kamailio/kamailio.cfg
        $(SED) 's,//lib/kamailio,/usr/lib/kamailio,g' \
                $(1)/etc/kamailio/kamailio.cfg
-       $(INSTALL_DIR) $(1)/etc/default
-       $(INSTALL_DATA) ./files/kamailio.default $(1)/etc/default/kamailio
        $(INSTALL_DIR) $(1)/etc/init.d
        $(INSTALL_BIN) ./files/kamailio.init $(1)/etc/init.d/kamailio
 endef
diff --git a/net/kamailio-3.x/files/kamailio.default b/net/kamailio-3.x/files/kamailio.default
deleted file mode 100644 (file)
index a61617b..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-# OPTIONS
-# -n COUNT
-# Specifies the number of children processes forked per interface
-# -N COUNT
-# Specifies the number of children processes forked to handle tcp incoming connections
-# -m SIZE
-# Size of the shared memory which will be allocated (in Megabytes).
-# -u UID
-# Changes the user id under which 
-# -g GID
-# Changes the group id under which 
-
-OPTIONS="-n 4 -m 4 - m 8"