X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fpkg%2Fmysql;h=9dbf7ad140748f58e4a8e09295ca97d53aa9ce1f;hb=45c5a2f834c42e914e684c784988f369118aa31b;hp=aef76519f71d480dd5358d21ecef9a4c714fa972;hpb=9e3f8101a7e4d974db8e9afeb9c90c13a43ae8d7;p=hvlinux.git diff --git a/stage3/pkg/mysql b/stage3/pkg/mysql index aef7651..9dbf7ad 100644 --- a/stage3/pkg/mysql +++ b/stage3/pkg/mysql @@ -39,7 +39,7 @@ hvbuild_post() mysql_install_db --user=mysql chgrp mysql /srv/mysql{,/test,/mysql} - install -m750 -o mysql -g mysql -d /var/run/mysql + install -v -m750 -o mysql -g mysql -d /var/run/mysql # Further configuration requires that the MySQL server be running # (see cis-postinstall) @@ -52,4 +52,7 @@ hvbuild_post() # Addition to /etc/ld.so.conf string_add "/usr/lib/mysql" /etc/ld.so.conf + + # Install Hv configuration script + install -v -m644 ${SCRDIR}/misc/hv-config-mysql /usr/local/bin }