[5586] in Athena Bugs
vax 7.0F: repl(1) man page
daemon@ATHENA.MIT.EDU (lwvanels@ATHENA.MIT.EDU)
Fri Jul 20 11:47:13 1990
From: lwvanels@ATHENA.MIT.EDU
Date: Fri, 20 Jul 90 11:47:03 -0400
To: bugs@ATHENA.MIT.EDU
System name: FIONAVAR
Type and version: CVAXSTAR 7.0F
Display type: SM
What were you trying to do?
Use repl and get the people cc'd on the original message cc'd on the
reply by default, as described on the man page.
What's wrong:
The man page says this is done by default, but looking at the
sources, this isn't so. If "ATHENA" is defined while compiling, it
gratuitously decides not to do this.
What should have happened:
Either the man page should be updated to reflect the local changes,
or the changes made locally (lines 121-125 of
/source/athena/new/mh/uip/repl.c) should be removed. Personally, I
vote for removing the gratuitous changes. To that end, here are the
diffs:
*** /source/athena/new/mh/uip/repl.c Thu Oct 29 18:02:42 1987
--- /tmp/repl.c Fri Jul 20 11:42:15 1990
***************
*** 118,128 ****
/* */
- #ifndef ATHENA
#define CCDFLT 1
- #else ATHENA
- #define CCDFLT 0
- #endif ATHENA
short ccto = CCDFLT; /* global for replsbr */
short cccc = CCDFLT;
--- 118,124 ----