kamailio-3.x: remove unused defaults file
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
This commit is contained in:
parent
496576451b
commit
b35c96c3fa
2 changed files with 0 additions and 16 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
Loading…
Reference in a new issue