From f78745669929584d41cbc8fffb8449d582e45c46 Mon Sep 17 00:00:00 2001 From: Zoran Dzelajlija Date: Thu, 31 Mar 2005 00:07:29 +0000 Subject: [PATCH] r36: s/cp_db_get_wrap/cp_db_get/g --- changelog.CARNet | 2 +- functions.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.CARNet b/changelog.CARNet index 0945dd5..9c018cb 100644 --- a/changelog.CARNet +++ b/changelog.CARNet @@ -3,7 +3,7 @@ carnet-tools-cn (2.1) testing; urgency=low * novi cp-update i man: cp-update.1, carnet-tools.8 * dodane funkcije: - cp_yes_no - - cp_db_get_wrap + - cp_db_get -- Damir Dzeko Tue, 29 Mar 2005 19:40:12 +0200 diff --git a/functions.sh b/functions.sh index bf92729..70c914c 100644 --- a/functions.sh +++ b/functions.sh @@ -302,7 +302,7 @@ cp_db_get() { # check to prevent user from using this before activating debconf # confmodule needs to be loaded before accessing db_* functions if [ -z "$DEBCONF_REDIR" ]; then - echo "cp_db_get_wrap: debconf not activated!" >&2 + echo "cp_db_get: debconf not activated!" >&2 return 1 fi -- 1.7.10.4