wok-6.x diff mysql/receipt @ rev 11253
upx: Fixed ucl and upx to be more compatable with my wok-tank cooking branch and still be compatible with official cookutils.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Nov 07 10:04:51 2011 +0000 (2011-11-07) |
parents | bce457eab527 |
children | 8e4c74abdf74 |
line diff
1.1 --- a/mysql/receipt Mon May 23 15:32:16 2011 +0200 1.2 +++ b/mysql/receipt Mon Nov 07 10:04:51 2011 +0000 1.3 @@ -88,7 +88,8 @@ 1.4 -g "MySQL Daemon user" -u 27 -H -D -S -G mysql mysql 1.5 status 1.6 fi 1.7 - chroot $1/ /bin/chown mysql.mysql $(cat $1/$INSTALLED/$PACKAGE/files.list) 1.8 + #chroot $1/ /bin/chown mysql.mysql $(cat $1/$INSTALLED/$PACKAGE/files.list) 1.9 + chroot $1/ /bin/chown -R mysql.mysql $1/var/lib/mysql $1/var/run/mysqld 1.10 cat <<EOF 1.11 ---- 1.12 To start $PACKAGE server you can run :