summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorpaul <paul@FreeBSD.org>1997-06-07 23:46:48 +0000
committerpaul <paul@FreeBSD.org>1997-06-07 23:46:48 +0000
commitc0b9da2663607837c09b867315d797b7ca05985f (patch)
treeb9fb25b4e0b48a24b5f2e5c8adc411627b449d78 /gnu
parent996854ba0444403ae99e8def20c1cb75cf05205e (diff)
downloadFreeBSD-src-c0b9da2663607837c09b867315d797b7ca05985f.zip
FreeBSD-src-c0b9da2663607837c09b867315d797b7ca05985f.tar.gz
Remove "support" class since we don't provide support services to users.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/send-pr/send-pr-el.in2
-rw-r--r--gnu/usr.bin/send-pr/send-pr.sh6
2 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/send-pr/send-pr-el.in b/gnu/usr.bin/send-pr/send-pr-el.in
index caad9ce..649dfd5 100644
--- a/gnu/usr.bin/send-pr/send-pr-el.in
+++ b/gnu/usr.bin/send-pr/send-pr-el.in
@@ -127,7 +127,7 @@ at runtime.")
(defconst send-pr::fields
(` (("Category" send-pr::set-categories
(, (or (gnats::get-config "DEFAULT_CATEGORY") nil)) enum)
- ("Class" (("sw-bug") ("doc-bug") ("change-request") ("support"))
+ ("Class" (("sw-bug") ("doc-bug") ("change-request"))
(, (or (gnats::get-config "DEFAULT_CONFIDENTIAL") 0)) enum)
("Confidential" (("yes") ("no"))
(, (or (gnats::get-config "DEFAULT_CONFIDENTIAL") 1)) enum)
diff --git a/gnu/usr.bin/send-pr/send-pr.sh b/gnu/usr.bin/send-pr/send-pr.sh
index 931dc5c..fb2f953 100644
--- a/gnu/usr.bin/send-pr/send-pr.sh
+++ b/gnu/usr.bin/send-pr/send-pr.sh
@@ -20,7 +20,7 @@
# along with GNU GNATS; see the file COPYING. If not, write to
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
#
-# $Id$
+# $Id: send-pr.sh,v 1.8 1997/02/22 15:48:14 peter Exp $
# The version of this send-pr.
VERSION=3.2
@@ -244,7 +244,7 @@ CONFIDENTIAL_C='<[ yes | no ] (one line)>'
SYNOPSIS_C='<Synopsis of the problem (one line)>'
SEVERITY_C='<[ non-critical | serious | critical ] (one line)>'
PRIORITY_C='<[ low | medium | high ] (one line)>'
-CLASS_C='<[ sw-bug | doc-bug | change-request | support ] (one line)>'
+CLASS_C='<[ sw-bug | doc-bug | change-request ] (one line)>'
RELEASE_C='<Release number or tag (one line)>'
ENVIRONMENT_C='<Relevant environment information (multiple lines)>'
DESCRIPTION_C='<Precise description of the problem (multiple lines)>'
@@ -452,7 +452,7 @@ while [ -z "$REQUEST_ID" ]; do
PATTERN=">Class:"
CLASS=`eval sed -n -e "\"$SED_CMD\"" $TEMP`
case "$CLASS" in
- ""|sw-bug|doc-bug|change-request|support) CNT=`expr $CNT + 1` ;;
+ ""|sw-bug|doc-bug|change-request) CNT=`expr $CNT + 1` ;;
*) echo "$COMMAND: \`$CLASS' is not a valid value for \`Class'."
esac
OpenPOWER on IntegriCloud