diff options
| author | Paul Richards <paul@FreeBSD.org> | 1994-08-29 06:15:30 +0000 |
|---|---|---|
| committer | Paul Richards <paul@FreeBSD.org> | 1994-08-29 06:15:30 +0000 |
| commit | 20c894b6fbc8bc2e110200439ece2dc42abcd255 (patch) | |
| tree | 12f474dc800f197b985452390914e9e6bef259ca /gnu/usr.bin/send-pr | |
| parent | 1cdeb653a8376801b645b2d06a2004f96b8c683b (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/send-pr')
| -rw-r--r-- | gnu/usr.bin/send-pr/categories | 8 | ||||
| -rw-r--r-- | gnu/usr.bin/send-pr/send-pr.sh | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/gnu/usr.bin/send-pr/categories b/gnu/usr.bin/send-pr/categories index e71e4e4ef7c8e..a16babcbdd49d 100644 --- a/gnu/usr.bin/send-pr/categories +++ b/gnu/usr.bin/send-pr/categories @@ -1,6 +1,6 @@ -test docs -kernel -binaries +kern +bin i386 -config +conf +gnu diff --git a/gnu/usr.bin/send-pr/send-pr.sh b/gnu/usr.bin/send-pr/send-pr.sh index 5354b9830b0b3..a707f46cd5755 100644 --- a/gnu/usr.bin/send-pr/send-pr.sh +++ b/gnu/usr.bin/send-pr/send-pr.sh @@ -31,7 +31,7 @@ SUBMITTER=unknown GNATS_ROOT= # The default mail address for PR submissions. -GNATS_ADDR=FreeBSD-gnats@freefall.cdrom.com +GNATS_ADDR=FreeBSD-gnats-submit@freefall.cdrom.com # Where the gnats category tree lives. DATADIR=@DATADIR@ @@ -310,13 +310,13 @@ __EOF__ cat >> $file << __EOF__ - To: $GNATS_ADDR Subject: From: $FROM Reply-To: $REPLY_TO X-send-pr-version: $VERSION + >Submitter-Id: $SUBMITTER >Originator: $ORIGINATOR >Organization: `if [ -n "$ORGANIZATION" ]; then |
