Dear gentleman,

i am trying to install mysql on my openbsd 4.1 server. But i would
like to change the user and group names from _mysql, _mysql to mysql,
dba.

I have change a set of files:

pkg/PLIST-server:@newgroup dba:1002
pkg/PLIST-server:@newuser mysql:1001:dba:daemon:MySQL
Account:/nonexistent:/sbin/nologin
patches/patch-scripts_mysql_install_db_sh:+user=mysql
patches/patch-scripts_mysqld_safe_sh:+user=mysql
patches/patch-scripts_mysql_install_db_sh:+group=dba
patches/patch-scripts_mysqld_safe_sh:+group=dba
./Makefile:              --with-mysqld-user="mysql" \

But it does not seem to be enough? Is there anything i forgot?

Thank you a lot for your time and cooperation.

Best regards.

Reply via email to