- mv tools/kamctl utils/kamctl - updated srdb1 Makefile and test/unit/include/common with the new kamctl path
@@ -7,7 +7,7 @@ TABLES := $(patsubst kamailio-%.xml,%,$(wildcard kamailio-*.xml))
ROOT=../../../
STYLESHEETS=$(ROOT)/doc/stylesheets/dbschema_k/xsl
-SCHEME=$(ROOT)/tools/kamctl/
+SCHEME=$(ROOT)/utils/kamctl/
# Stylesheet used to generate MySQL database schema
MYSQL_XSL = $(STYLESHEETS)/mysql.xsl
@@ -2,11 +2,11 @@
DB_ALL_MOD="acc|alias_db|auth_db|avpops|dialog|dialplan|dispatcher|domain|domainpolicy|group|imc|lcr|msilo|siptrace|speeddial|uri_db|usrloc|permissions|pdt|userblacklist"
# root directory relative to tests
SR_DIR="../.."
-CTL_DIR="$SR_DIR/tools/kamctl"
+CTL_DIR="$SR_DIR/utils/kamctl"
CTLRC="$CTL_DIR/kamctlrc"
CTL="$CTL_DIR/kamctl"
DBCTL="$CTL_DIR/kamdbctl"
BIN="$SR_DIR/ser"
KILL="killall -15 $BIN"
# test directory relative to root
-TEST_DIR="test/unit"
+TEST_DIR="test/unit"