home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 8 / CDACTUAL8.iso / docs / linux.faq / linux-fa.sou / linux-fa / changes.text < prev    next >
Encoding:
Text File  |  1996-02-07  |  1.3 KB  |  42 lines

  1. #!/bin/sh
  2. cat <<END >changes.post
  3. #!/bin/sh
  4. set -e
  5. test ian@chiark = `whoami`@`hostname`
  6. inews -h <<'END2'
  7. From: ijackson@gnu.ai.mit.edu (Ian Jackson)
  8. Newsgroups: comp.os.linux.answers,comp.os.linux.setup,comp.os.linux.development.apps,comp.os.linux.misc,comp.os.linux.announce,comp.os.linux.help,comp.answers,news.answers
  9. Subject: Changes to Linux Frequently Asked Questions with Answers
  10. Keywords: FAQ, Linux, changes, diff
  11. Summary: For those who have already read the FAQ and want to know what's new.
  12. Followup-To: poster
  13. Approved: *.answers moderation team <news-answers-request@mit.edu>,
  14.           Matt Welsh <linux-answers-request@news.ornl.gov>
  15. `./expirydatecc`
  16.  
  17. Archive-Name: linux/faq/diff
  18. Last-Modified: `date '+%d %b %Y'`
  19.  
  20. END
  21. cat <<'END' >changes.body
  22. This document gives a `diff' between the latest and previously-most-
  23. recent version of the Linux FAQ.  (Sorry, I no longer have time to edit
  24. an English description of each change.)
  25.  
  26. Comments on and submissions for the FAQ are strongly encouraged and
  27. welcomed - I don't have time to read every article in col.*, and
  28. thus need your assistance to spot the FAQ-threads that I miss.
  29.  
  30.  
  31. END
  32. diff -u "$1"/linux-faq.ascii linux-faq.ascii | sed 's/^/ /' >>changes.body
  33. pgp-auto +batchmode +force -fast <changes.body >>changes.post
  34. cat >>changes.post <<END
  35.  
  36. END2
  37. END
  38. echo >&2
  39. # Local Variables:
  40. # fill-column:79
  41. # End:
  42.