mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix some bad spacing in send-pr.sh that stopped mail working,
changed the category selection. Submitted by: Paul Richards
This commit is contained in:
parent
1cdeb653a8
commit
20c894b6fb
2 changed files with 6 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
test
|
||||
docs
|
||||
kernel
|
||||
binaries
|
||||
kern
|
||||
bin
|
||||
i386
|
||||
config
|
||||
conf
|
||||
gnu
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue