summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-07-20 10:48:09 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-07-20 10:48:09 +0800
commit96cc52be601be9fbe132dd2d619db1aa175fda5c (patch)
tree4ab82d26bab671122967d546900ebdf0e6d2f27e
parent73341c8869fa82eac780c27d0671ff087ebba55e (diff)
downloadpttbbs-96cc52be601be9fbe132dd2d619db1aa175fda5c.tar
pttbbs-96cc52be601be9fbe132dd2d619db1aa175fda5c.tar.gz
pttbbs-96cc52be601be9fbe132dd2d619db1aa175fda5c.tar.bz2
pttbbs-96cc52be601be9fbe132dd2d619db1aa175fda5c.tar.lz
pttbbs-96cc52be601be9fbe132dd2d619db1aa175fda5c.tar.xz
pttbbs-96cc52be601be9fbe132dd2d619db1aa175fda5c.tar.zst
pttbbs-96cc52be601be9fbe132dd2d619db1aa175fda5c.zip
use shmctl init
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@1069 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--docs/ADVANCE2
-rw-r--r--docs/INSTALL2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/ADVANCE b/docs/ADVANCE
index 352cad36..6c40d53a 100644
--- a/docs/ADVANCE
+++ b/docs/ADVANCE
@@ -26,7 +26,7 @@ bbsctl是一個很特別的程式, 安裝有點複雜.
您可以直接打 bbsctl 來看有什麼功能.
主要的功能說明如下:
1.bbsctl start
- 用於啟動 mbbsd (須先跑 uhash_loader)
+ 用於啟動 mbbsd (須先跑 shmctl init)
以往因為要 bind port 23 須要 root 所以要手動 su ,
不過現在有 bbsctl with setuid ,
請直接使用 bbsctl start , 即可將 mbbsd跑起來.
diff --git a/docs/INSTALL b/docs/INSTALL
index 474db2ae..9912d930 100644
--- a/docs/INSTALL
+++ b/docs/INSTALL
@@ -82,7 +82,7 @@
1. 這個程式是在 initial shared memory 用的, 只有開機後第一次執行, 或是
你手動清除 shm 後才需要執行
-2. 如果您跑了 uhash_loader 並沒有看到
+2. 如果您跑了 shmctl init 或 uhash_loader 並沒有看到
total XXXXX names loaded.
而是看到其他的錯誤訊息
(例如 [shmget error] key = 4cc, errno = 22: Invalid argument)