
* finish email support in as-daemon.c

  Two functions, near the bottom of the file, need to do
  something other than call `panic'.


* handle subprocess death by signal in as-daemon.c

  Look for:

	    panic ("as-daemon: subprocess killed by signal");

  Don't panic.


* logging

  An idea from the `QEF' tools: `as-daemon' should maintain a log file
  that can be used to tell what daemons are running, which are done, how
  they were invoked, PIDs, etc.


* SIGHUP/SIGINT in as_daemon

  I don't think they work right -- they don't reliably kill the
  subprocs.  But I'm not sure why not.


# tag: Tom Lord Sun Jan 20 15:38:08 2002 (shell-utils/=TODO)
#
