pkgsrc-wip/send-pr/patches/patch-ac
2003-10-13 23:23:33 +00:00

26 lines
980 B
Text

$NetBSD: patch-ac,v 1.1.1.1 2003/10/13 23:23:34 jeremy-c-reed Exp $
--- send-pr.sh.orig 1999-04-20 14:17:06.000000000 -0700
+++ send-pr.sh 2003-10-13 15:49:51.000000000 -0700
@@ -195,7 +195,7 @@
if [ -n "$USER_GNATS_SITE" ] && [ "$USER_GNATS_SITE" != "$GNATS_SITE" ]; then
GNATS_SITE=$USER_GNATS_SITE
- GNATS_ADDR=$USER_GNATS_SITE-gnats
+ [ -n "$EXPLICIT_GNATS_ADDR" ] || GNATS_ADDR=$USER_GNATS_SITE-gnats
fi
if [ "$SUBMITTER" = "unknown" -a -z "$REQUEST_ID" -a -z "$IN_FILE" ]; then
@@ -208,8 +208,10 @@
where YOUR-SID is the identification code you received with `send-pr'.
`send-pr' will automatically insert this value into the template field
`>Submitter-Id'. If you've downloaded `send-pr' from the Net, use `net'
-for this value. If you do not know your id, run `send-pr --request-id' to
-get one from your support site.
+for this value.
+
+If you do not know your id, run `send-pr --request-id'
+to get one from your support site.
__EOF__
exit 1
fi