mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 04:30:37 -04:00
38 lines
1.1 KiB
Text
38 lines
1.1 KiB
Text
*** main.c.orig Sat Sep 2 10:20:22 2000
|
|
--- main.c Sat Sep 2 10:20:27 2000
|
|
***************
|
|
*** 70,76 ****
|
|
int verbatim = 0;
|
|
int prompt_on = 0;
|
|
int funcnum = 0;
|
|
! int enable_chat = 1;
|
|
char homepath[1025];
|
|
char prompt_line[BUFFER_SIZE];
|
|
|
|
--- 70,76 ----
|
|
int verbatim = 0;
|
|
int prompt_on = 0;
|
|
int funcnum = 0;
|
|
! int enable_chat = 0;
|
|
char homepath[1025];
|
|
char prompt_line[BUFFER_SIZE];
|
|
|
|
*** chat.c.orig Sat Sep 2 10:34:02 2000
|
|
--- chat.c Sat Sep 2 10:33:32 2000
|
|
***************
|
|
*** 1458,1464 ****
|
|
if ((f = fopen("chat.conf", "r")) == NULL) {
|
|
printf("\n#ERROR: chat.conf not found!\n");
|
|
printf(" This file must be in your current directory.\n");
|
|
! printf(" Using defaults...\n");
|
|
fflush(stdout);
|
|
return;
|
|
}
|
|
--- 1458,1464 ----
|
|
if ((f = fopen("chat.conf", "r")) == NULL) {
|
|
printf("\n#ERROR: chat.conf not found!\n");
|
|
printf(" This file must be in your current directory.\n");
|
|
! printf(" You can find example in /usr/local/share/doc/tintin\n");
|
|
fflush(stdout);
|
|
return;
|
|
}
|