home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
- cat <<END >changes.post
- #!/bin/sh
- set -e
- test ian@chiark = `whoami`@`hostname`
- inews -h <<'END2'
- From: ijackson@gnu.ai.mit.edu (Ian Jackson)
- 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
- Subject: Changes to Linux Frequently Asked Questions with Answers
- Keywords: FAQ, Linux, changes, diff
- Summary: For those who have already read the FAQ and want to know what's new.
- Followup-To: poster
- Approved: *.answers moderation team <news-answers-request@mit.edu>,
- Matt Welsh <linux-answers-request@news.ornl.gov>
- `./expirydatecc`
-
- Archive-Name: linux/faq/diff
- Last-Modified: `date '+%d %b %Y'`
-
- END
- cat <<'END' >changes.body
- This document gives a `diff' between the latest and previously-most-
- recent version of the Linux FAQ. (Sorry, I no longer have time to edit
- an English description of each change.)
-
- Comments on and submissions for the FAQ are strongly encouraged and
- welcomed - I don't have time to read every article in col.*, and
- thus need your assistance to spot the FAQ-threads that I miss.
-
-
- END
- diff -u "$1"/linux-faq.ascii linux-faq.ascii | sed 's/^/ /' >>changes.body
- pgp-auto +batchmode +force -fast <changes.body >>changes.post
- cat >>changes.post <<END
-
- END2
- END
- echo >&2
- # Local Variables:
- # fill-column:79
- # End:
-