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