summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-11-29 22:35:56 +0800
committerscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-11-29 22:35:56 +0800
commit3b51261c03e6056ec93aaeda94739b1c66319a1d (patch)
tree4aa634446a88865857f17ff3b62a6ce19bccfcb8
parentbd1948bc79bae8ebdef50d04682656afec76d985 (diff)
downloadpttbbs-3b51261c03e6056ec93aaeda94739b1c66319a1d.tar
pttbbs-3b51261c03e6056ec93aaeda94739b1c66319a1d.tar.gz
pttbbs-3b51261c03e6056ec93aaeda94739b1c66319a1d.tar.bz2
pttbbs-3b51261c03e6056ec93aaeda94739b1c66319a1d.tar.lz
pttbbs-3b51261c03e6056ec93aaeda94739b1c66319a1d.tar.xz
pttbbs-3b51261c03e6056ec93aaeda94739b1c66319a1d.tar.zst
pttbbs-3b51261c03e6056ec93aaeda94739b1c66319a1d.zip
Telling where the BBS data will be placed in initbbs.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2358 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--util/initbbs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/initbbs.c b/util/initbbs.c
index 98807572..9c154120 100644
--- a/util/initbbs.c
+++ b/util/initbbs.c
@@ -249,6 +249,7 @@ int main(int argc, char **argv)
fprintf(stderr,
"警告! initbbs只用在「第一次安裝」的時候.\n"
"若您的站台已經上線, initbbs將會破壞掉原有資料!\n\n"
+ "將把 BBS 安裝在 " BBSHOME "\n\n"
"確定要執行, 請使用 initbbs -DoIt\n");
return 1;
}