X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=mysql-cn.git;a=blobdiff_plain;f=debian%2Fpostinst;fp=debian%2Fpostinst;h=8cf13b8f88eb8efb1b1978f7306da46796556722;hp=928f2b4e653c3af5327ec79f4b56f6bbefb0e59f;hb=11e0f5a7fbca2ef10214641d15815937c06f7937;hpb=5dbf7cea47716112caf35bf3f25e760a4096a919 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...