r36: s/cp_db_get_wrap/cp_db_get/g
authorZoran Dzelajlija <Zoran.Dzelajlija@CARNet.hr>
Thu, 31 Mar 2005 00:07:29 +0000 (00:07 +0000)
committerZoran Dzelajlija <Zoran.Dzelajlija@CARNet.hr>
Thu, 31 Mar 2005 00:07:29 +0000 (00:07 +0000)
changelog.CARNet
functions.sh

index 0945dd5..9c018cb 100644 (file)
@@ -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 <ddzeko@srce.hr>  Tue, 29 Mar 2005 19:40:12 +0200
 
index bf92729..70c914c 100644 (file)
@@ -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