From b0dc83e616ebe03a879183e0840d502f207e90cb Mon Sep 17 00:00:00 2001 From: kcwu Date: Mon, 25 May 2009 16:28:13 +0000 Subject: - mbbsd use getopt() to parse command line options - many mbbsd code revises and clean up git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4483 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- UPDATING | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'UPDATING') diff --git a/UPDATING b/UPDATING index 3abd9e47..6a772ee4 100644 --- a/UPDATING +++ b/UPDATING @@ -20,6 +20,16 @@ https://opensvn.csie.org/traccgi/pttbbs/changeset/2273 make r4194_passwd ----------------------------------------------------------------------------- +r4483: [mbbsd command option] +從這版開始, mbbsd 的 command line 參數改變. 使用 getopt 處理參數. +譬如原本 + $ mbbsd 23 3000 +改成 + $ mbbsd -d -p 23 -p 3000 + +mbbsd, bbsrf, bbsctl 得一起更新, 並記得 install. +若自己有另外寫 start-up script, 記得修改. + r4306: [SHM/from_alias] 故鄉從此版起有所調整。 原 from_alias 改成 from_ip 方便直接照 IP 排序。 (SHM 大小理應沒有變動) -- cgit v1.2.3