summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorendico%mozilla.org <>2000-07-11 08:01:26 +0200
committerendico%mozilla.org <>2000-07-11 08:01:26 +0200
commit0aa9bdc0e22a3eb62bee5b19accd546c3464caaa (patch)
treea86089cd5169e99fbbc44473e8850f3f76dd536f /checksetup.pl
parentf022c89c5bb3da8fe15d143f1f6731d8d1d800f7 (diff)
downloadbugzilla-0aa9bdc0e22a3eb62bee5b19accd546c3464caaa.tar.gz
bugzilla-0aa9bdc0e22a3eb62bee5b19accd546c3464caaa.tar.xz
Add "Windows ME" operating system and a comment about how to add new os's (et al) to an already installed system
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl8
1 files changed, 7 insertions, 1 deletions
diff --git a/checksetup.pl b/checksetup.pl
index ae960a451..b0fab97f1 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -311,6 +311,7 @@ LocalVar('@opsys', '
"Windows 3.1",
"Windows 95",
"Windows 98",
+ "Windows ME", # Millenium Edition (upgrade of 98)
"Windows 2000",
"Windows NT",
"Mac System 7",
@@ -1072,7 +1073,12 @@ sub CheckEnumField ($$@)
#
# This code changes the enum types of some SQL tables whenever you change
-# some --LOCAL-- variables
+# some --LOCAL-- variables. Once you have a running system, to add new
+# severities, priorities, operating systems and platforms, add them to
+# the localconfig file and then re-run checksetup.pl which will make the
+# necessary changes to your database. Additions to these fields in
+# checksetup.pl after the initial installation of bugzilla on a system
+# are ignored.
#
CheckEnumField('bugs', 'bug_severity', @severities);