From 11e0f5a7fbca2ef10214641d15815937c06f7937 Mon Sep 17 00:00:00 2001 From: Ivan Rako Date: Mon, 29 Oct 2007 23:42:08 +0000 Subject: [PATCH] r6: --- debian/changelog | 2 +- debian/postinst | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index 884c1ce..6735b54 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -mysql-cn (2:5.0.32-1) carnet-etch; urgency=low +mysql-cn (2:5.0.32-1) stable; urgency=low * izdanje paketa za Etch * prva verzija sa source paketom diff --git a/debian/postinst b/debian/postinst index 928f2b4..8cf13b8 100755 --- a/debian/postinst +++ b/debian/postinst @@ -25,15 +25,6 @@ if [ -f /etc/mysql/my.cnf ]; then cp_check_and_sed '^log.*mysql.log' \ "s,^\([\t ]*log[\t ]*=\),#\1," \ /etc/mysql/my.cnf && restart=yes || true - - # ukljuci podrsku za hrvatsko znakovlje - # ne radi na Etch-u - #if ! grep -q default-character-set /etc/mysql/my.cnf; then - # awk '/^\[mysqld\]/{print "[mysqld]"; print "default-character-set=croat"; getline}{print $0}' \ - # /etc/mysql/my.cnf > /etc/mysql/mysql-cn.$$ - # cp_mv /etc/mysql/mysql-cn.$$ /etc/mysql/my.cnf - # restart=yes - #fi fi # pristup samo sa lokalne mreze, preko tcp-wrappera... -- 1.7.10.4