From b35c96c3fab5f83e79e67da6398c5b6e53cdb803 Mon Sep 17 00:00:00 2001 From: Jiri Slachta Date: Tue, 28 Oct 2014 20:30:44 +0100 Subject: [PATCH] kamailio-3.x: remove unused defaults file Signed-off-by: Jiri Slachta --- net/kamailio-3.x/Makefile | 3 --- net/kamailio-3.x/files/kamailio.default | 13 ------------- 2 files changed, 16 deletions(-) delete mode 100644 net/kamailio-3.x/files/kamailio.default diff --git a/net/kamailio-3.x/Makefile b/net/kamailio-3.x/Makefile index 9148071..e95bd69 100644 --- a/net/kamailio-3.x/Makefile +++ b/net/kamailio-3.x/Makefile @@ -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 index a61617b..0000000 --- a/net/kamailio-3.x/files/kamailio.default +++ /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" -- 2.11.0