From fb93f14b724c82427ab2531502ed3b79e6ccfe7f Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 17 Jun 2014 22:52:21 -0400 Subject: s/libremessages/db-functions/ --- any-to-ours | 2 +- db-cleanup | 2 +- db-sync | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/any-to-ours b/any-to-ours index a1697c7..020f623 100755 --- a/any-to-ours +++ b/any-to-ours @@ -8,7 +8,7 @@ trap_exit() { } source "$(dirname "$(readlink -e "$0")")/config" -source "$(dirname "$(readlink -e "$0")")/libremessages" +source "$(dirname "$(readlink -e "$0")")/db-functions" # From makepkg set -E diff --git a/db-cleanup b/db-cleanup index 57ef36e..f6580b6 100755 --- a/db-cleanup +++ b/db-cleanup @@ -16,7 +16,7 @@ trap_exit() { } source "$(dirname "$(readlink -e "$0")")/config" -source "$(dirname "$(readlink -e "$0")")/libremessages" +source "$(dirname "$(readlink -e "$0")")/db-functions" # From makepkg set -E diff --git a/db-sync b/db-sync index b5484d1..2a0e8e1 100755 --- a/db-sync +++ b/db-sync @@ -193,7 +193,7 @@ trap_exit() { source "$(dirname "$(readlink -e "$0")")/config" source "$(dirname "$(readlink -e "$0")")/db-sync.conf" -source "$(dirname "$(readlink -e "$0")")/libremessages" +source "$(dirname "$(readlink -e "$0")")/db-functions" # Check variables presence for var in DBEXT FILESEXT mirror mirrorpath WORKDIR BLACKLIST_FILE FTP_BASE ARCHSRCPOOLS ARCHPKGPOOLS; do -- cgit v1.2.3-2-g168b