org.jclouds.virtualbox.statements
Class DeleteGShadowLock

java.lang.Object
  extended by 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

Constructor Summary
DeleteGShadowLock()
           
 
Method Summary
 Iterable<String> functionDependencies(OsFamily family)
           
 String render(OsFamily family)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteGShadowLock

public DeleteGShadowLock()
Method Detail

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.