[5836] in Athena Bugs
changes to ultrix shutdown for zshutdown_notify
daemon@ATHENA.MIT.EDU (John T Kohl)
Fri Aug 24 11:54:56 1990
Date: Fri, 24 Aug 90 11:54:43 -0400
From: John T Kohl <jtkohl@ATHENA.MIT.EDU>
To: bugs@ATHENA.MIT.EDU
*** /tmp/,RCSt1008961 Fri Aug 24 11:54:21 1990
--- shutdown.c Thu Aug 2 22:20:05 1990
***************
*** 270,276 ****
fprintf(msgf,"\r\n");
fclose(msgf);
system("/bin/wall < /etc/shutdown.msg");
!
/* now warn anybody that has us remotely mounted */
for (hl = hostlist; hl != NULL; hl = hl->nxt) {
rwarn(sdt, nowtime, f, hl->host);
--- 270,276 ----
fprintf(msgf,"\r\n");
fclose(msgf);
system("/bin/wall < /etc/shutdown.msg");
! system("/usr/athena/etc/shutdown_notify </etc/shutdown.msg");
/* now warn anybody that has us remotely mounted */
for (hl = hostlist; hl != NULL; hl = hl->nxt) {
rwarn(sdt, nowtime, f, hl->host);