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