summaryrefslogtreecommitdiff
path: root/debian/mysql-server-BASE.config.in
diff options
context:
space:
mode:
authormtaylor@blade09.mysql.com <>2007-04-19 23:07:09 +0200
committermtaylor@blade09.mysql.com <>2007-04-19 23:07:09 +0200
commite3b33f856a1da4e2ec3a9364bd0ce2713df1383e (patch)
tree0defa243ec12ebe01a2f0fd5105af9f5f22d66f4 /debian/mysql-server-BASE.config.in
parent62b976d38d86519c3c459357232545bb604f45c0 (diff)
downloadmariadb-git-e3b33f856a1da4e2ec3a9364bd0ce2713df1383e.tar.gz
control.in:
Fixed branding problem. Many files: Fixed branding problem changelog: Upgraded to 5.0.42 defs.mk.in: Fixed branding and variable persiting problem.
Diffstat (limited to 'debian/mysql-server-BASE.config.in')
-rw-r--r--debian/mysql-server-BASE.config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/mysql-server-BASE.config.in b/debian/mysql-server-BASE.config.in
index 0b031b2d3f8..c89c6127dc2 100644
--- a/debian/mysql-server-BASE.config.in
+++ b/debian/mysql-server-BASE.config.in
@@ -9,7 +9,7 @@ CNF=/etc/mysql/my.cnf
# Beware that there are two ypwhich one of them needs the 2>/dev/null!
if test -n "`which ypwhich 2>/dev/null`" && ypwhich >/dev/null 2>&1; then
- db_input high mysql-server-@MYSQL_BASE_VERSION@/nis_warning || true
+ db_input high mysql-server-@MYSQL_BRANDED_BASE_VERSION@/nis_warning || true
db_go
fi
@@ -34,6 +34,6 @@ if [ "$1" = "configure" ] &&
egrep -q -i '^[[:space:]]*old.passwords[[:space:]]*=[[:space:]]*(1|true)' $CNF
)
then
- db_input medium mysql-server-@MYSQL_BASE_VERSION@/need_sarge_compat || true
+ db_input medium mysql-server-@MYSQL_BRANDED_BASE_VERSION@/need_sarge_compat || true
db_go
fi