fix Fusion DhcpLeasesPath

This commit is contained in:
Doug MacEachern 2013-07-17 13:01:26 -07:00
parent bca05ddd5b
commit 923a541d8c
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ func (d *Fusion5Driver) ToolsIsoPath(k string) string {
}
func (d *Fusion5Driver) DhcpLeasesPath(device string) string {
return "/etc/vmware/vmnet-dhcpd-" + device + ".leases"
return "/var/db/vmware/vmnet-dhcpd-" + device + ".leases"
}
func (d *Fusion5Driver) runAndLog(cmd *exec.Cmd) (string, string, error) {