home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1994 March / Source_Code_CD-ROM_Walnut_Creek_March_1994.iso / compsrcs / misc / volume41 / mailagnt / part26 < prev    next >
Encoding:
Text File  |  1993-12-03  |  2.2 KB  |  59 lines

  1. Newsgroups: comp.sources.misc
  2. From: Raphael Manfredi <ram@acri.fr>
  3. Subject: v41i026:  mailagent - Flexible mail filtering and processing package, v3.0, Part26/26
  4. Message-ID: <1993Dec3.213727.23561@sparky.sterling.com>
  5. X-Md4-Signature: 02ed4cc208aaf270479a68d9230c8ad2
  6. Sender: kent@sparky.sterling.com (Kent Landfield)
  7. Organization: Advanced Computer Research Institute, Lyon, France.
  8. Date: Fri, 3 Dec 1993 21:37:27 GMT
  9. Approved: kent@sparky.sterling.com
  10.  
  11. Submitted-by: Raphael Manfredi <ram@acri.fr>
  12. Posting-number: Volume 41, Issue 26
  13. Archive-name: mailagent/part26
  14. Environment: UNIX, Perl
  15. Supersedes: mailagent: Volume 33, Issue 93-109
  16.  
  17. #! /bin/sh
  18. # This is a shell archive.  Remove anything before this line, then feed it
  19. # into a shell via "sh file" or similar.  To overwrite existing files,
  20. # type "sh file -c".
  21. # The tool that generated this appeared in the comp.sources.unix newsgroup;
  22. # send mail to comp-sources-unix@uunet.uu.net if you want that tool.
  23. # Contents:  misc/unkit/newcmd.cf
  24. # Wrapped by ram@soft208 on Mon Nov 29 16:49:58 1993
  25. PATH=/bin:/usr/bin:/usr/ucb ; export PATH
  26. echo If this archive is complete, you will see the following message:
  27. echo '          "shar: End of archive 26 (of 26)."'
  28. if test -f 'misc/unkit/newcmd.cf' -a "${1}" != "-c" ; then 
  29.   echo shar: Will not clobber existing file \"'misc/unkit/newcmd.cf'\"
  30. else
  31.   echo shar: Extracting \"'misc/unkit/newcmd.cf'\" \(45 characters\)
  32.   sed "s/^X//" >'misc/unkit/newcmd.cf' <<'END_OF_FILE'
  33. XUNKIT    ~/var/mailagent/actions/unkit.pl    unkit
  34. END_OF_FILE
  35.   if test 45 -ne `wc -c <'misc/unkit/newcmd.cf'`; then
  36.     echo shar: \"'misc/unkit/newcmd.cf'\" unpacked with wrong size!
  37.   fi
  38.   # end of 'misc/unkit/newcmd.cf'
  39. fi
  40. echo shar: End of archive 26 \(of 26\).
  41. cp /dev/null ark26isdone
  42. MISSING=""
  43. for I in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 ; do
  44.     if test ! -f ark${I}isdone ; then
  45.     MISSING="${MISSING} ${I}"
  46.     fi
  47. done
  48. if test "${MISSING}" = "" ; then
  49.     echo You have unpacked all 26 archives.
  50.     echo "Now run 'sh PACKNOTES', then read README and type Configure.'"
  51.     rm -f ark[1-9]isdone ark[1-9][0-9]isdone
  52. else
  53.     echo You still must unpack the following archives:
  54.     echo "        " ${MISSING}
  55. fi
  56. exit 0
  57.  
  58. exit 0 # Just in case...
  59.