Fixed some defaults for new installations
This commit is contained in:
parent
6e8d699ec3
commit
cafac4141d
@ -4621,6 +4621,7 @@ v0.33.20 10-Feb-2002
|
||||
Added edit of NoPrompt setting in menus for doors.
|
||||
Changed edit of message editor in user editor.
|
||||
Double noderecords are automatic removed with error logging.
|
||||
Corrected screen layout in menu 1.4.11.
|
||||
|
||||
mbfido:
|
||||
In AreaMgr and FileMgr changed aka matching for area
|
||||
@ -4686,6 +4687,7 @@ v0.33.20 10-Feb-2002
|
||||
For ISDN and POTS calls, mbtask now decides which tty to use,
|
||||
mbcico gets the tty to use as option on the commandline.
|
||||
Keeps track of the number of mailers running.
|
||||
Added default path for arealists.
|
||||
|
||||
mbcico:
|
||||
Fixed binkp driver to accept incoming unprotected sessions.
|
||||
|
@ -240,10 +240,10 @@ void e_global2(void)
|
||||
|
||||
switch(select_menu(7)) {
|
||||
case 0: return;
|
||||
case 1: E_PTH(16,16,64, CFG.req_magic, "The path to the ^magic filerequest^ files.")
|
||||
case 2: E_STR(17,16,64, CFG.dospath, "The translated ^DOS^ drive and path, empty disables translation")
|
||||
case 3: E_PTH(18,16,64, CFG.uxpath, "The translated ^Unix^ path.")
|
||||
case 4: E_BOOL(19,16, CFG.leavecase, "^Leave^ outbound flo filenames as is, ^No^ forces uppercase.")
|
||||
case 1: E_PTH( 6,16,64, CFG.req_magic, "The path to the ^magic filerequest^ files.")
|
||||
case 2: E_STR( 7,16,64, CFG.dospath, "The translated ^DOS^ drive and path, empty disables translation")
|
||||
case 3: E_PTH( 8,16,64, CFG.uxpath, "The translated ^Unix^ path.")
|
||||
case 4: E_BOOL(9,16, CFG.leavecase, "^Leave^ outbound flo filenames as is, ^No^ forces uppercase.")
|
||||
case 5: E_PTH(10,16,64, CFG.ftp_base, "The ^FTP home^ directory to strip of the real directory")
|
||||
case 6: E_PTH(11,16,64, CFG.alists_path, "The path where ^area lists^ and ^filebone lists^ are stored.")
|
||||
case 7: E_STR(12,16,64, CFG.externaleditor,
|
||||
|
@ -84,12 +84,12 @@ taskcomm.o: libs.h ../lib/structs.h taskstat.h taskregs.h taskdisk.h taskinfo.h
|
||||
taskinfo.o: libs.h ../lib/structs.h taskinfo.h
|
||||
taskstat.o: libs.h ../lib/structs.h taskstat.h callstat.h outstat.h taskutil.h
|
||||
mbtask.o: libs.h ../lib/structs.h signame.h taskstat.h taskutil.h taskregs.h taskcomm.h callstat.h outstat.h nodelist.h ports.h calllist.h ping.h mbtask.h
|
||||
outstat.o: libs.h ../lib/structs.h taskutil.h taskstat.h scanout.h nodelist.h callstat.h outstat.h
|
||||
outstat.o: libs.h ../lib/structs.h taskutil.h taskstat.h scanout.h nodelist.h callstat.h ports.h outstat.h
|
||||
signame.o: signame.h
|
||||
taskdisk.o: libs.h ../lib/structs.h taskdisk.h taskutil.h
|
||||
taskregs.o: libs.h ../lib/structs.h taskstat.h taskregs.h taskutil.h
|
||||
taskutil.o: libs.h ../lib/structs.h signame.h scanout.h taskutil.h
|
||||
ports.o: libs.h ../lib/structs.h taskutil.h nodelist.h ports.h
|
||||
calllist.o: libs.h ../lib/structs.h taskstat.h taskutil.h callstat.h outstat.h mbtask.h ports.h calllist.h
|
||||
calllist.o: libs.h ../lib/structs.h taskstat.h taskutil.h callstat.h outstat.h mbtask.h calllist.h
|
||||
ping.o: libs.h ../lib/structs.h taskstat.h taskutil.h ping.h
|
||||
# End of generated dependencies
|
||||
|
@ -159,6 +159,7 @@ void load_maincfg(void)
|
||||
sprintf(CFG.badtic, "%s/var/badtic", getenv("MBSE_ROOT"));
|
||||
sprintf(CFG.ticout, "%s/var/ticqueue", getenv("MBSE_ROOT"));
|
||||
sprintf(CFG.req_magic, "%s/magic", getenv("MBSE_ROOT"));
|
||||
sprintf(CFG.alists_path, "%s/var/arealists", getenv("MBSE_ROOT"));
|
||||
CFG.leavecase = TRUE;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user