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