[9025] in Athena Bugs
vax 7.3p: /usr/athena/lib/zephyr/zwgc.desc
daemon@ATHENA.MIT.EDU (tom palka)
Fri Feb 28 10:21:16 1992
Date: Fri, 28 Feb 92 10:21:05 -0500
To: bugs@Athena.MIT.EDU
Cc:
From: tom palka <tompalka@mit.edu>
Reply-To: tom palka <tompalka@mit.edu>
System name: copilot
6~Type and version: CVAXSTAR 7.3P
Display type: SM
What's wrong:
The line that execs zmailnotify has an old-style path in it:
#match "MAIL"
# case $instance
# match "pop"
# exec "/usr/athena/zmailnotify"
# exit
# endcase
# print "(Authentication: @bold("+$aval+"))\n"
# print substitute($default)
# put
# exit
What should have happened:
It should have "/usr/athena/bin/zmailnotify" instead.
tom