Thanks to John Cummings.
This commit is contained in:
parent
9f1fdc1287
commit
d1f529f46f
27 changed files with 4344 additions and 0 deletions
11
src/cmd/upas/common/config.c
Normal file
11
src/cmd/upas/common/config.c
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#include "common.h"
|
||||
|
||||
char *MAILROOT = "#9/mail";
|
||||
char *UPASLOG = "#9/sys/log";
|
||||
char *UPASLIB = "#9/mail/lib";
|
||||
char *UPASBIN= "#9/bin/upas";
|
||||
char *UPASTMP = "#9/mail/tmp";
|
||||
char *SHELL = "#9/bin/rc";
|
||||
char *POST = "#9/sys/lib/post/dispatch";
|
||||
|
||||
int MBOXMODE = 0662;
|
||||
Loading…
Add table
Add a link
Reference in a new issue