org.jclouds.virtualbox.statements
Class DeleteGShadowLock
java.lang.Object
org.jclouds.virtualbox.statements.DeleteGShadowLock
- All Implemented Interfaces:
- Statement
public class DeleteGShadowLock
- extends Object
- implements Statement
Deletes /etc/gshadow.lock. see https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/732864.
- Author:
- dralves
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeleteGShadowLock
public DeleteGShadowLock()
functionDependencies
public Iterable<String> functionDependencies(OsFamily family)
- Specified by:
functionDependencies in interface Statement
render
public String render(OsFamily family)
- Specified by:
render in interface Statement
Copyright © 2009-2012 jclouds. All Rights Reserved.