Blame 0268-vmcore-remove-not-implemented-option-AttemptHardlink.patch

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