summaryrefslogtreecommitdiffstats
path: root/daemon/logind
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-06-13 00:51:05 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-06-13 00:51:05 +0800
commit86ef8a50a0135703d54b1ed23727ee1cc739ee73 (patch)
treefa23ef43b799dce9840688e56cd3f132ddbde8b4 /daemon/logind
parentdb8e4abee4060e1bf59f9feac2557dd1a72aa3c2 (diff)
downloadpttbbs-86ef8a50a0135703d54b1ed23727ee1cc739ee73.tar
pttbbs-86ef8a50a0135703d54b1ed23727ee1cc739ee73.tar.gz
pttbbs-86ef8a50a0135703d54b1ed23727ee1cc739ee73.tar.bz2
pttbbs-86ef8a50a0135703d54b1ed23727ee1cc739ee73.tar.lz
pttbbs-86ef8a50a0135703d54b1ed23727ee1cc739ee73.tar.xz
pttbbs-86ef8a50a0135703d54b1ed23727ee1cc739ee73.tar.zst
pttbbs-86ef8a50a0135703d54b1ed23727ee1cc739ee73.zip
* set svn properties and update comments
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4583 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'daemon/logind')
-rw-r--r--daemon/logind/logind.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/daemon/logind/logind.c b/daemon/logind/logind.c
index f0b25bff..f99047b6 100644
--- a/daemon/logind/logind.c
+++ b/daemon/logind/logind.c
@@ -1,5 +1,5 @@
// The High Performance Login Daemon (works with tunnel mode)
-// $Id: logind.c,v 1.1 2009/06/09 13:13:42 piaip Exp piaip $
+// $Id$
//
// Create: Hung-Te Lin <piaip@csie.ntu.edu.tw>
// Contributors: wens, kcwu
@@ -11,8 +11,8 @@
// TODO:
// 1. cache guest's usernum and check if too many guests online
// 2. [drop] change close connection to 'wait until user hit then close'
-// 3. make original port information in margs(mbbsd)?
-// 4. may rebind ports if get HUP (maybe impossible due to setuid).
+// 3. regular check text screen files instead of HUP?
+// 4. start mbbsd for some parameter?
#include <stdio.h>
#include <ctype.h>