From 6cd1e2dd9904da07992c18b77f0586a4d77b61de Mon Sep 17 00:00:00 2001 From: in2 Date: Mon, 15 Dec 2003 09:53:37 +0000 Subject: add SAFE_ARTICLE_DELETE, when using 'd' to delete an article, do not truncate .DIR immediately but add an empty record into the same place. this avoids many problems. (not complete yet) git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1407 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- sample/pttbbs.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sample') diff --git a/sample/pttbbs.conf b/sample/pttbbs.conf index ff006f90..25e2b250 100644 --- a/sample/pttbbs.conf +++ b/sample/pttbbs.conf @@ -119,6 +119,11 @@ /* 使用 rfork()取代 fork() . 目前只在 FreeBSD上有效 */ //#define USE_RFORK +/* 若定義, 則在刪除看板文章的時候, 僅會在 .DIR 中標明, 並不會將該資料 + 從 .DIR 中拿掉. 可以避免多項問題 (尤其是熱門看板一堆推薦及編輯時) + 須配合使用 (尚未完成) */ +//#define SAFE_ARTICLE_DELETE + /* 前進站畫面 */ #define INSCREEN \ "前進站畫面 (請至 pttbbs.conf 修改您的前進站畫面)" -- cgit v1.2.3