summaryrefslogtreecommitdiff
path: root/lib/sbin/cctkbug
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-07-19 12:57:57 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-07-19 12:57:57 +0000
commita18da22b0bb3bfde948915aeb2b839bc9736c250 (patch)
tree279e27dab77ba366033d6809112ab43c7e551cfd /lib/sbin/cctkbug
parent7b7e380116905fe0387109934132d6e92aa206c2 (diff)
Changing change-request to feature-request in line with our GNATS
configuration. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1765 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/cctkbug')
-rwxr-xr-xlib/sbin/cctkbug4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sbin/cctkbug b/lib/sbin/cctkbug
index 56b56c72..a7d3c400 100755
--- a/lib/sbin/cctkbug
+++ b/lib/sbin/cctkbug
@@ -297,7 +297,7 @@ SYNOPSIS_C='<synopsis of the problem (one line)>'
SEVERITY_C='<[ non-critical | serious | critical ] (one line)>'
PRIORITY_C='<[ low | medium | high ] (one line)>'
CATEGORY_C='<category from above list (one line)>'
-CLASS_C='<[ sw-bug | doc-bug | change-request | support ] (one line)>'
+CLASS_C='<[ sw-bug | doc-bug | feature-request | support ] (one line)>'
RELEASE_C='<release number or tag (one line)>'
ENVIRONMENT_C='<machine, os, target, libraries (multiple lines)>'
DESCRIPTION_C='<precise description of the problem (multiple lines)>'
@@ -541,7 +541,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|feature-request|support) CNT=`expr $CNT + 1` ;;
*) echo "$COMMAND: \`$CLASS' is not a valid value for \`Class'."
esac