| 6 |
details. |
details. |
| 7 |
|
|
| 8 |
Mixmaster initialization, configuration |
Mixmaster initialization, configuration |
| 9 |
$Id: mix.c,v 1.17 2002/08/26 18:08:05 weaselp Exp $ */ |
$Id: mix.c,v 1.18 2002/08/26 19:38:51 weaselp Exp $ */ |
| 10 |
|
|
| 11 |
|
|
| 12 |
#include "mix3.h" |
#include "mix3.h" |
| 156 |
char MAILERROR[PATHMAX]; |
char MAILERROR[PATHMAX]; |
| 157 |
char MAILBOUNCE[PATHMAX]; |
char MAILBOUNCE[PATHMAX]; |
| 158 |
|
|
| 159 |
|
char ENTEREDPASSPHRASE[LINELEN] = ""; |
| 160 |
|
|
| 161 |
static int rereadconfig = 0; |
static int rereadconfig = 0; |
| 162 |
static int terminatedaemon = 0; |
static int terminatedaemon = 0; |
| 163 |
|
|
| 736 |
REMAIL = 0; |
REMAIL = 0; |
| 737 |
} |
} |
| 738 |
|
|
| 739 |
|
if (strncmp(ENTEREDPASSPHRASE, "", LINELEN) != 0) { |
| 740 |
|
strncpy(PASSPHRASE, ENTEREDPASSPHRASE, LINELEN); |
| 741 |
|
PASSPHRASE[LINELEN-1] = 0; |
| 742 |
|
}; |
| 743 |
|
|
| 744 |
return (0); |
return (0); |
| 745 |
} |
} |
| 746 |
|
|