From: Zoran Dzelajlija Date: Thu, 31 Mar 2005 00:07:29 +0000 (+0000) Subject: r36: s/cp_db_get_wrap/cp_db_get/g X-Git-Tag: debian/3.0.0~70 X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=carnet-tools-cn.git;a=commitdiff_plain;h=f78745669929584d41cbc8fffb8449d582e45c46 r36: s/cp_db_get_wrap/cp_db_get/g --- 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