Upgrade to libxml2-2.9.2
[hvlinux.git] / stage3 / pkg / mysql
index e1d59bd..75d4a7e 100644 (file)
@@ -2,8 +2,8 @@
 
 hvconfig_pre()
 {
-    groupadd -f mysql
-    hv_useradd -c mysql -d /dev/null -g mysql -s /bin/false mysql
+    groupadd --system -f mysql
+    hv_useradd --system -c mysql -d /dev/null -g mysql -s /bin/false mysql
 }
 
 hvconfig()
@@ -77,5 +77,5 @@ hvbuild_post()
     string_add "/usr/lib/mysql" /etc/ld.so.conf
 
     # Install Hv configuration script
-    install -v -m644 ${SCRDIR}/misc/hv-config-mysql /usr/local/bin
+    install -v -m755 ${SCRDIR}/misc/hv-config-mysql /usr/local/bin
 }