home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / protocol / appletal / 3083 < prev    next >
Encoding:
Internet Message Format  |  1992-08-13  |  1.3 KB

  1. Path: sparky!uunet!munnari.oz.au!wcc!tom
  2. From: tom@wcc.oz.au (Tom Evans)
  3. Newsgroups: comp.protocols.appletalk
  4. Subject: Re: How to kill CAP programs cleanly?
  5. Message-ID: <2641@wcc.oz.au>
  6. Date: 14 Aug 92 03:05:40 GMT
  7. References: <85996@netnews.upenn.edu> <1992Aug12.181640.10996@reed.edu>
  8. Organization: Webster Computer Corp, Melbourne, Australia
  9. Lines: 26
  10.  
  11. In article <1992Aug12.181640.10996@reed.edu>, horde@reed.edu (Mr. Heiji Horde) writes:
  12. > In article <85996@netnews.upenn.edu> syen@jupiter.seas.upenn.edu writes:
  13. > >    Hi! How do I kill lwsrv and aufs jobs cleanly?
  14. > To immediately shutdown an aufs volume, send it a "kill -HUP"
  15.  
  16. This is documented for aufs in the AUFS.8 man page. AUFS.8 and AUFS.1
  17. are particularly good descriptions.
  18.  
  19. And for lwsrv, this is "documented" in CAP/applications/lwsrv/lwsrv.c,
  20. at the start of main() where it says plainly:
  21.  
  22.     signal(SIGHUP, cleanup);
  23.     signal(SIGINT, cleanup);
  24.     signal(SIGQUIT, cleanup);
  25.     signal(SIGTERM, cleanup);
  26.  
  27. "May the Source be with you". (naturally  :-)
  28.  
  29. This may well be documented better somewhere, but I KNOW where to look
  30. in the source code!
  31. ========================
  32. Tom Evans  tom@wcc.oz.au
  33. Webster Computer Corp P/L, 1270 Ferntree Gully Rd Scoresby, Melbourne 3179
  34. Victoria, Australia 61-3-764-1100  FAX ...764-1179  A.C.N. 004 818 455
  35.  
  36.