From 53b27391b0def9e26a2dde95cd2498efa11d3dc3 Mon Sep 17 00:00:00 2001 From: Paul Richards Date: Sat, 7 Jun 1997 23:46:48 +0000 Subject: [PATCH] Remove "support" class since we don't provide support services to users. --- gnu/usr.bin/send-pr/send-pr-el.in | 2 +- gnu/usr.bin/send-pr/send-pr.sh | 6 +++--- 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 caad9ce51fad..649dfd507be2 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 931dc5c1ae79..fb2f95300db0 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='' 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='' ENVIRONMENT_C='' DESCRIPTION_C='' @@ -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