summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-05-18 00:59:11 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-05-18 00:59:11 +0800
commit2d644b9e924b1b2d13e92807931927dcad27a45c (patch)
treef500ea2746ebdabae876e5bbfb7c6a92d9f07a8e
parentb235450929e98c9cd9834e31e8413cf1705d7f87 (diff)
downloadpttbbs-2d644b9e924b1b2d13e92807931927dcad27a45c.tar
pttbbs-2d644b9e924b1b2d13e92807931927dcad27a45c.tar.gz
pttbbs-2d644b9e924b1b2d13e92807931927dcad27a45c.tar.bz2
pttbbs-2d644b9e924b1b2d13e92807931927dcad27a45c.tar.lz
pttbbs-2d644b9e924b1b2d13e92807931927dcad27a45c.tar.xz
pttbbs-2d644b9e924b1b2d13e92807931927dcad27a45c.tar.zst
pttbbs-2d644b9e924b1b2d13e92807931927dcad27a45c.zip
add comments
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@4454 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/UPDATING6
-rw-r--r--pttbbs/mbbsd/admin.c3
2 files changed, 8 insertions, 1 deletions
diff --git a/pttbbs/UPDATING b/pttbbs/UPDATING
index 61af9527..3abd9e47 100644
--- a/pttbbs/UPDATING
+++ b/pttbbs/UPDATING
@@ -13,6 +13,12 @@ $Id$
來查詢,如下面列 r2273 的查詢網址就是
https://opensvn.csie.org/traccgi/pttbbs/changeset/2273
+註: 昇級時的檔案很多在 upgrade 目錄底下,若是有 *.c 的,多半用
+ make XXXX 就可以編譯出來,如
+ make r3968_chicken
+ make r4035_regnew
+ make r4194_passwd
+
-----------------------------------------------------------------------------
r4306: [SHM/from_alias]
故鄉從此版起有所調整。
diff --git a/pttbbs/mbbsd/admin.c b/pttbbs/mbbsd/admin.c
index 3963fd68..b6a5b963 100644
--- a/pttbbs/mbbsd/admin.c
+++ b/pttbbs/mbbsd/admin.c
@@ -765,7 +765,8 @@ x_file(void)
fp = fopen("etc/editable", "rt");
if (!fp)
{
- vmsg("未設定可編輯檔案列表,請洽系統站長。");
+ // you can find a sample in sample/etc/editable
+ vmsg("未設定可編輯檔案列表[etc/editable],請洽系統站長。");
return 0;
}