mysql: Clean up vserver handling a bit.
authorMatthijs Kooijman <matthijs@stdin.nl>
Thu, 1 Jan 2009 20:08:09 +0000 (21:08 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Thu, 1 Jan 2009 20:08:09 +0000 (21:08 +0100)
commit4215d06b05dbfef0adf053f67c7839b6ae343810
tree44c741685c2f26dcf3c90857c49309f2996ee87e
parentceb5689d506197ffb2269c6c64a8ea0802d55aba
mysql: Clean up vserver handling a bit.

Use the same trick the ldap handler uses: Have two vars $vexec and
$vdir, which are empty when running on the host and filled when running
on a vserver. By prepending these vars at the right places, all of the
explicit "if [ $use_vserver = yes ]" could be removed.
handlers/mysql.in