$NetBSD: patch-aa,v 1.2 2010/05/15 07:12:00 adam Exp $ --- src/cli/main.cpp.orig 2010-05-05 22:45:31.000000000 +0000 +++ src/cli/main.cpp @@ -410,7 +410,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 } }