--- trunk/lib/VZ.pm 2009/02/02 12:35:22 58 +++ trunk/lib/VZ.pm 2009/02/02 15:10:11 59 @@ -27,6 +27,8 @@ our $vz_root = '/vz'; our $vz_conf = '/etc/vz/conf'; +$vz_root = '/var/lib/vz' if ! -e $vz_root && -e '/var/lib/vz'; + =head1 NAME VZ - helper functions for VZ tools