home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / mail / mh / 1085 < prev    next >
Encoding:
Internet Message Format  |  1992-09-01  |  7.2 KB

  1. Path: sparky!uunet!gatech!darwin.sura.net!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ucbvax!ODDJOB.UCHICAGO.EDU!matt
  2. From: matt@ODDJOB.UCHICAGO.EDU (Matt Crawford)
  3. Newsgroups: comp.mail.mh
  4. Subject: Re: local address problems with mh 6.7.2
  5. Message-ID: <9209011458.AA07041@oddjob.uchicago.edu>
  6. Date: 1 Sep 92 14:58:22 GMT
  7. References: <34463@twerp.ease.arco.com>
  8. Sender: usenet@ucbvax.BERKELEY.EDU
  9. Reply-To: crawdad@fncent.fnal.gov
  10. Organization: The Internet
  11. Lines: 182
  12.  
  13. (cc to mh-users because I'm dubious about Chander's return address.)
  14.  
  15. Here's the fix I contributed when SunOS 4.1.2 ran me into the same
  16. bug that got you.  I hope this will be in the next release.
  17.  
  18. Move m_whatnow.c from sbr to uip.
  19.  
  20. Apply these patches to conf/makefiles/{sbr,uip}
  21.  
  22. *** sbr~        Thu Jan 30 10:36:20 1992
  23. --- sbr Fri Jul 10 13:40:06 1992
  24. ***************
  25. *** 40,46 ****
  26.                 m_name.c m_readefs.c m_remsg.c m_replace.c m_scratch.c \
  27.                 m_seq.c m_seqbits.c m_seqflag.c m_seqnew.c m_setcur.c \
  28.                 m_setseq.c m_setvis.c m_sync.c m_tmpfil.c m_update.c \
  29. !               m_whatnow.c makedir.c path.c peekc.c pidwait.c pidstatus.c \
  30.                 printsw.c push.c putenv.c pwd.c refile.c remdir.c r1bindex.c \
  31.                 showfile.c smatch.c sprintb.c ssequal.c strindex.c trimcpy.c \
  32.                 uleq.c uprf.c vfgets.c formatdef.c m_msgdef.c
  33. --- 40,46 ----
  34.                 m_name.c m_readefs.c m_remsg.c m_replace.c m_scratch.c \
  35.                 m_seq.c m_seqbits.c m_seqflag.c m_seqnew.c m_setcur.c \
  36.                 m_setseq.c m_setvis.c m_sync.c m_tmpfil.c m_update.c \
  37. !               makedir.c path.c peekc.c pidwait.c pidstatus.c \
  38.                 printsw.c push.c putenv.c pwd.c refile.c remdir.c r1bindex.c \
  39.                 showfile.c smatch.c sprintb.c ssequal.c strindex.c trimcpy.c \
  40.                 uleq.c uprf.c vfgets.c formatdef.c m_msgdef.c
  41. ***************
  42. *** 56,62 ****
  43.                 m_name.o m_readefs.o m_remsg.o m_replace.o m_scratch.o \
  44.                 m_seq.o m_seqbits.o m_seqflag.o m_seqnew.o m_setcur.o \
  45.                 m_setseq.o m_setvis.o m_sync.o m_tmpfil.o m_update.o \
  46. !               m_whatnow.o makedir.o path.o peekc.o pidwait.o pidstatus.o \
  47.                 printsw.o push.o putenv.o pwd.o refile.o remdir.o r1bindex.o \
  48.                 showfile.o smatch.o sprintb.o ssequal.o strindex.o trimcpy.o \
  49.                 uleq.o uprf.o vfgets.o formatdef.o m_msgdef.o
  50. --- 56,62 ----
  51.                 m_name.o m_readefs.o m_remsg.o m_replace.o m_scratch.o \
  52.                 m_seq.o m_seqbits.o m_seqflag.o m_seqnew.o m_setcur.o \
  53.                 m_setseq.o m_setvis.o m_sync.o m_tmpfil.o m_update.o \
  54. !               makedir.o path.o peekc.o pidwait.o pidstatus.o \
  55.                 printsw.o push.o putenv.o pwd.o refile.o remdir.o r1bindex.o \
  56.                 showfile.o smatch.o sprintb.o ssequal.o strindex.o trimcpy.o \
  57.                 uleq.o uprf.o vfgets.o formatdef.o m_msgdef.o
  58. ***************
  59. *** 412,420 ****
  60.   m_update.o: ../h/mh.h
  61.   #m_update.o: /usr/include/stdio.h
  62.   #m_update.o: /usr/include/signal.h
  63. - m_whatnow.o: m_whatnow.c
  64. - m_whatnow.o: ../h/mh.h
  65. - #m_whatnow.o: /usr/include/stdio.h
  66.   makedir.o: makedir.c
  67.   makedir.o: ../h/mh.h
  68.   #makedir.o: /usr/include/stdio.h
  69. --- 412,417 ----
  70.  
  71.  
  72.  
  73. *** uip~        Fri Jan 24 17:19:02 1992
  74. --- uip Fri Jul 10 13:44:27 1992
  75. ***************
  76. *** 355,366 ****
  77.   comp:         xcomp
  78.   
  79.   xcomp:                comp.o \
  80. !                       whatnowsbr.o sendsbr.o annosbr.o distsbr.o $(LIBES) 
  81.                 $(LD) $(LDFLAGS) -o $@ comp.o \
  82. !                       whatnowsbr.o sendsbr.o annosbr.o distsbr.o $(LDLIBS) 
  83.   
  84.   l-comp:;      $(LINT) $(LFLAGS) comp.c \
  85. !                       whatnowsbr.c sendsbr.c annosbr.c distsbr.c $(LLIBS)
  86.   
  87.   
  88.   inst-conflict:        $(ETCDIR)/conflict
  89. --- 355,366 ----
  90.   comp:         xcomp
  91.   
  92.   xcomp:                comp.o \
  93. !                       m_whatnow.o whatnowsbr.o sendsbr.o annosbr.o distsbr.o $(LIBES) 
  94.                 $(LD) $(LDFLAGS) -o $@ comp.o \
  95. !                       m_whatnow.o whatnowsbr.o sendsbr.o annosbr.o distsbr.o $(LDLIBS) 
  96.   
  97.   l-comp:;      $(LINT) $(LFLAGS) comp.c \
  98. !                       m_whatnow.c whatnowsbr.c sendsbr.c annosbr.c distsbr.c $(LLIBS)
  99.   
  100.   
  101.   inst-conflict:        $(ETCDIR)/conflict
  102. ***************
  103. *** 409,420 ****
  104.   dist:         xdist
  105.   
  106.   xdist:                dist.o \
  107. !                       whatnowsbr.o sendsbr.o annosbr.o distsbr.o $(LIBES) 
  108.                 $(LD) $(LDFLAGS) -o $@ dist.o \
  109. !                       whatnowsbr.o sendsbr.o annosbr.o distsbr.o $(LDLIBS) 
  110.   
  111.   l-dist:;      $(LINT) $(LFLAGS) dist.c \
  112. !                       whatnowsbr.c sendsbr.c annosbr.c distsbr.c $(LLIBS)
  113.   
  114.   
  115.   inst-dp:      $(ETCDIR)/dp
  116. --- 409,420 ----
  117.   dist:         xdist
  118.   
  119.   xdist:                dist.o \
  120. !                       m_whatnow.o whatnowsbr.o sendsbr.o annosbr.o distsbr.o $(LIBES) 
  121.                 $(LD) $(LDFLAGS) -o $@ dist.o \
  122. !                       m_whatnow.o whatnowsbr.o sendsbr.o annosbr.o distsbr.o $(LDLIBS) 
  123.   
  124.   l-dist:;      $(LINT) $(LFLAGS) dist.c \
  125. !                       m_whatnow.c whatnowsbr.c sendsbr.c annosbr.c distsbr.c $(LLIBS)
  126.   
  127.   
  128.   inst-dp:      $(ETCDIR)/dp
  129. ***************
  130. *** 484,495 ****
  131.   forw:         xforw
  132.   
  133.   xforw:                forw.o \
  134. !                       whatnowsbr.o sendsbr.o annosbr.o distsbr.o $(LIBES) 
  135.                 $(LD) $(LDFLAGS) -o $@ forw.o \
  136. !                       whatnowsbr.o sendsbr.o annosbr.o distsbr.o $(LDLIBS) 
  137.   
  138.   l-forw:;      $(LINT) $(LFLAGS) forw.c \
  139. !                       whatnowsbr.c sendsbr.c annosbr.c distsbr.c $(LLIBS)
  140.   
  141.   
  142.   inst-inc:     $(BINDIR)/inc
  143. --- 484,495 ----
  144.   forw:         xforw
  145.   
  146.   xforw:                forw.o \
  147. !                       m_whatnow.o whatnowsbr.o sendsbr.o annosbr.o distsbr.o $(LIBES) 
  148.                 $(LD) $(LDFLAGS) -o $@ forw.o \
  149. !                       m_whatnow.o whatnowsbr.o sendsbr.o annosbr.o distsbr.o $(LDLIBS) 
  150.   
  151.   l-forw:;      $(LINT) $(LFLAGS) forw.c \
  152. !                       m_whatnow.c whatnowsbr.c sendsbr.c annosbr.c distsbr.c $(LLIBS)
  153.   
  154.   
  155.   inst-inc:     $(BINDIR)/inc
  156. ***************
  157. *** 858,869 ****
  158.   repl:         xrepl
  159.   
  160.   xrepl:                repl.o replsbr.o \
  161. !                       whatnowsbr.o sendsbr.o annosbr.o distsbr.o $(LIBES)
  162.                 $(LD) $(LDFLAGS) -o $@ repl.o replsbr.o \
  163. !                       whatnowsbr.o sendsbr.o annosbr.o distsbr.o $(LDLIBS)
  164.   
  165.   l-repl:;      $(LINT) $(LFLAGS) repl.c replsbr.c \
  166. !                       whatnowsbr.c sendsbr.c annosbr.c distsbr.c $(LLIBS) 
  167.   
  168.   
  169.   inst-rmail:   /bin/rmail
  170. --- 858,869 ----
  171.   repl:         xrepl
  172.   
  173.   xrepl:                repl.o replsbr.o \
  174. !                       m_whatnow.o whatnowsbr.o sendsbr.o annosbr.o distsbr.o $(LIBES)
  175.                 $(LD) $(LDFLAGS) -o $@ repl.o replsbr.o \
  176. !                       m_whatnow.o whatnowsbr.o sendsbr.o annosbr.o distsbr.o $(LDLIBS)
  177.   
  178.   l-repl:;      $(LINT) $(LFLAGS) repl.c replsbr.c \
  179. !                       m_whatnow.c whatnowsbr.c sendsbr.c annosbr.c distsbr.c $(LLIBS) 
  180.   
  181.   
  182.   inst-rmail:   /bin/rmail
  183. ***************
  184. *** 1460,1465 ****
  185. --- 1460,1468 ----
  186.   kdsc.o: ../h/mh.h
  187.   kdsc.o: ../zotnet/tws.h
  188.   kdsc.o: ../tma/h/kds.h
  189. + m_whatnow.o: m_whatnow.c
  190. + m_whatnow.o: ../h/mh.h
  191. + #m_whatnow.o: /usr/include/stdio.h
  192.   mark.o: mark.c
  193.   mark.o: ../h/mh.h
  194.   #mark.o: /usr/include/stdio.h
  195.