From 7623cce199104b5a79ff30b2e9451e6660e82544 Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Wed, 26 Aug 2015 19:32:59 -0300 Subject: import db-functions, merge main.cfg with xbs.cfg and fix some variables --- src/bin/db-pkg-add | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/bin/db-pkg-add') diff --git a/src/bin/db-pkg-add b/src/bin/db-pkg-add index 28483b8..26fa483 100755 --- a/src/bin/db-pkg-add +++ b/src/bin/db-pkg-add @@ -2,9 +2,8 @@ CONFIG_DIR="$(dirname "$(readlink -e "$0")")/etc" -source "${CONFIG_DIR}/dbscripts.d/db-functions.cfg" -source "${CONFIG_DIR}/dbscripts.d/main.cfg" -source "${CONFIG_DIR}/dbscripts.cfg" +source "${CONFIG_DIR}/xbs.cfg" +source "${SHARE_DIR}/db-functions" db-pkg-add_usage() { "usage: %s [-p platform] ..." "${0##*/}" -- cgit v1.2.3-54-g00ecf