home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / shell / 3188 < prev    next >
Encoding:
Text File  |  1992-07-29  |  1.4 KB  |  41 lines

  1. Newsgroups: comp.unix.shell
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!convex!convex!tchrist
  3. From: Tom Christiansen <tchrist@convex.COM>
  4. Subject: Re: Sort problem . .
  5. Message-ID: <1992Jul29.191614.18102@news.eng.convex.com>
  6. Originator: tchrist@pixel.convex.com
  7. Sender: usenet@news.eng.convex.com (news access account)
  8. Nntp-Posting-Host: pixel.convex.com
  9. Reply-To: tchrist@convex.COM (Tom Christiansen)
  10. Organization: CONVEX Realtime Development, Colorado Springs, CO
  11. References: <1992Jul27.123415.977@leland.Stanford.EDU> <zynm!yh.messina@netcom.com>
  12. Date: Wed, 29 Jul 1992 19:16:14 GMT
  13. X-Disclaimer: This message was written by a user at CONVEX Computer
  14.               Corp. The opinions expressed are those of the user and
  15.               not necessarily those of CONVEX.
  16. Lines: 23
  17.  
  18. From the keyboard of messina@netcom.com (Tony Porczyk):
  19. :Seems to me like the simplest solution would be to change line 725 in ps.c
  20. :(maybe somewhere else in your source) from:
  21. :
  22. :printf("%s COMMAND\n", hdr);
  23. :
  24. :to:
  25. :
  26. :fprintf(stderr, "%s COMMAND\n", hdr);
  27. :
  28. :and recompile it.
  29.  
  30. Take off, hoser.  :-)
  31.  
  32. *Never* hack source when a wrapper will do. And some (most?) people 
  33. don't even have source.
  34.  
  35. --tom
  36. -- 
  37.     Tom Christiansen      tchrist@convex.com      convex!tchrist
  38.     If you have ever seen the grim word "login:" on a screen, your mind
  39.     is now a wholly-owned subsidiary of The Death Star.
  40.                 John Woods in <14105@ksr.com> of comp.unix.bsd
  41.