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)
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.


No differences found