home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / question / 9341 < prev    next >
Encoding:
Internet Message Format  |  1992-07-30  |  2.2 KB

  1. Xref: sparky comp.unix.questions:9341 comp.unix.programmer:3865 comp.unix.wizards:3288
  2. Newsgroups: comp.unix.questions,comp.unix.programmer,comp.unix.wizards
  3. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!convex!convex!tchrist
  4. From: Tom Christiansen <tchrist@convex.COM>
  5. Subject: Re: Making ``.plan'' EXECUTE a Program ???
  6. Message-ID: <1992Jul23.161949.579@news.eng.convex.com>
  7. Originator: tchrist@pixel.convex.com
  8. Sender: usenet@news.eng.convex.com (news access account)
  9. Nntp-Posting-Host: pixel.convex.com
  10. Reply-To: tchrist@convex.COM (Tom Christiansen)
  11. Organization: CONVEX Realtime Development, Colorado Springs, CO
  12. References: <1992Jul21.200454.3795@ccu.umanitoba.ca> <bharat.711752774@Xenon.Stanford.EDU> <1992Jul23.121607.23500@oucsace.cs.ohiou.edu>
  13. Date: Thu, 23 Jul 1992 16:19:49 GMT
  14. X-Disclaimer: This message was written by a user at CONVEX Computer
  15.               Corp. The opinions expressed are those of the user and
  16.               not necessarily those of CONVEX.
  17. Lines: 28
  18.  
  19. From the keyboard of sadkins@bigbird.cs.ohiou.edu (Scott W. Adkins):
  20. :In article <bharat.711752774@Xenon.Stanford.EDU> bharat@Xenon.Stanford.EDU (Bharat Shyam) writes:
  21. :>Make your .plan a named pipe. (See "man mknod"). then have a program
  22. :>that writes to it. It will sleep until the finger daemon reads from it,
  23. :>whence your prog  will be awakened and the finger daemon will read 
  24. :>what your program is writing.
  25. :
  26. :Also, check the finger man page to make sure that it will actually support
  27. :pipes.  The version of finger on my system, running Ultrix v4.2 specifically
  28. :ignores any .plan and .project files that is not a regular file (i.e. a named
  29. :pipe or a symbolic/hard link).  Here is a sample from the man page here...
  30. :
  31. :     The user's .plan or .project file cannot be a link to another file.  If
  32. :     either of these files is something other than a regular file, it will be
  33. :     ignored.
  34. :
  35. :At least on the other Unix system I have access to, Sun OS Unix, it allows
  36. :such things.  It it is worth while checking first though....
  37.  
  38. A hard link to a regular file remains a regular file.  The on-disk inode
  39. refcount is simply non-singular.
  40.  
  41. --tom
  42. -- 
  43.     Tom Christiansen      tchrist@convex.com      convex!tchrist
  44.  
  45.  
  46.     "My employer does not necessarily share my views - but I'm working on it."
  47.