$NetBSD: patch-aa,v 1.1.1.1 2009/12/11 20:44:38 drochner Exp $

--- src/cli/main.cpp.orig	2009-06-22 13:55:54.000000000 +0200
+++ src/cli/main.cpp
@@ -397,7 +397,9 @@ RlHistoryManager::~RlHistoryManager()
         if (hist_file_size <= 0)
             hist_file_size = 500;
         write_history (hist_file.c_str());
+#if 0
         history_truncate_file (hist_file.c_str(), hist_file_size);
+#endif
     }
 }
 
