summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorJoel Andres Granados <jgranado@redhat.com>2008-06-06 13:50:26 +0200
committerJoel Andres Granados <jgranado@redhat.com>2008-06-06 13:50:26 +0200
commit65f06cb0a0324dcbb1f238918f33f62ddbf4d69a (patch)
tree2f3680c70df1f3023c56b97fcd75a7fc73db1527 /plugins
parent601c2633ac81382fda976286d43ee87020661e26 (diff)
downloadfirstaidkit-65f06cb0a0324dcbb1f238918f33f62ddbf4d69a.tar.gz
firstaidkit-65f06cb0a0324dcbb1f238918f33f62ddbf4d69a.tar.xz
firstaidkit-65f06cb0a0324dcbb1f238918f33f62ddbf4d69a.zip
We don't really need to worry about the backup stuff now. (xserver plugin)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/xserver.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/xserver.py b/plugins/xserver.py
index c2bc5ab..a7c98a3 100644
--- a/plugins/xserver.py
+++ b/plugins/xserver.py
@@ -154,10 +154,7 @@ class Xserver(Plugin):
raise GeneralPluginException(self, "Very ugly inconsistency with the backup files.")
def clean(self):
- self._reporting.info("Cleaning the backedup file.", level = PLUGIN, origin = self)
- if os.path.isfile("%s.FAK-backup"%self.confPath):
- os.remove("%s.FAK-backup"%self.confPath)
-
+ self._result = ReturnSuccess
def serverStart(self):