a013b7
From 2276aa793be4a54c9a1e31ec4837d7cf02eb8ba3 Mon Sep 17 00:00:00 2001
a013b7
From: Matej Habrnal <mhabrnal@redhat.com>
a013b7
Date: Wed, 8 Feb 2017 11:24:57 +0100
a013b7
Subject: [PATCH] vmcore: remove not implemented option AttemptHardlink
a013b7
a013b7
The commit removes not implemented option 'AttemptHardlink' from vmconre.conf
a013b7
file.
a013b7
a013b7
Related to #1416586
a013b7
a013b7
Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
a013b7
---
a013b7
 src/hooks/vmcore.conf | 5 -----
a013b7
 1 file changed, 5 deletions(-)
a013b7
a013b7
diff --git a/src/hooks/vmcore.conf b/src/hooks/vmcore.conf
a013b7
index ed7556f..cff35d8 100644
a013b7
--- a/src/hooks/vmcore.conf
a013b7
+++ b/src/hooks/vmcore.conf
a013b7
@@ -1,8 +1,3 @@
a013b7
 # Do you want vmcore to be copied, or moved from /var/crash to /var/tmp/abrt?
a013b7
 # (default is to copy, but it may duplicate way too much data)
a013b7
 CopyVMcore = yes
a013b7
-
a013b7
-#Not implemented yet. TODO?
a013b7
-# If you selected copying above, consider setting this to 'yes'
a013b7
-# to save on disk space (default: no)
a013b7
-#AttemptHardlink = yes
a013b7
-- 
a013b7
1.8.3.1
a013b7