Made mbsebbs non setuid, added program mbnewusr

This commit is contained in:
Michiel Broek
2001-11-10 17:14:16 +00:00
parent 785fb988fb
commit e87e7c2ab6
57 changed files with 2677 additions and 2882 deletions

View File

@@ -8,5 +8,6 @@
\\___)=(___/
Powered by Linux.
To start the bbs login with "bbs" without quotes.
To register as a new user, login with the name "bbs" without quotes.
Registered users need to login with their unix name (one word).

View File

@@ -1,8 +1,7 @@
/*****************************************************************************
*
* File ..................: mbtask/mbtask.c
* $Id$
* Purpose ...............: MBSE BBS Task Manager
* Last modification date : 01-Nov-2001
*
*****************************************************************************
* Copyright (C) 1997-2001
@@ -175,7 +174,6 @@ void load_maincfg(void)
*/
CFG.CityLen = 6;
CFG.max_login = 5;
CFG.elite_mode = FALSE;
CFG.exclude_sysop = TRUE;
CFG.iConnectString = FALSE;
CFG.iAskFileProtocols = FALSE;