summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorendico%mozilla.org <>2000-08-29 08:07:33 +0200
committerendico%mozilla.org <>2000-08-29 08:07:33 +0200
commitaadaa8288ef0864887e880f09a52a6f9c3df1267 (patch)
tree811f2a27d8441c138865be144ac4a5d6eb996001 /checksetup.pl
parent9042f92b4052c5d89b09814ee8a0679e33f6a9a0 (diff)
downloadbugzilla-aadaa8288ef0864887e880f09a52a6f9c3df1267.tar.gz
bugzilla-aadaa8288ef0864887e880f09a52a6f9c3df1267.tar.xz
Add new flavors of BSD to the list of platforms and rearrange the order of the list. Also, fix a couple of typos in the opening comments.
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl20
1 files changed, 11 insertions, 9 deletions
diff --git a/checksetup.pl b/checksetup.pl
index f82dfae6a..f60c1a429 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -39,7 +39,7 @@
# early.
#
# And you can re-run it whenever you want. Especially after Bugzilla
-# get's updated you SHOULD rerun it. Because then it may update your
+# gets updated you SHOULD rerun it. Because then it may update your
# SQL table definitions so that they are again in sync with the code.
#
# So, currently this module does:
@@ -60,7 +60,7 @@
# settings, e.g. when you add a new platform
#
# People that install this module locally are not supposed to modify
-# this script. This is done by shifting the user settable stuff intp
+# this script. This is done by shifting the user settable stuff into
# a local configuration file 'localconfig'. When this file get's
# changed and 'checkconfig.pl' will be re-run, then the user changes
# will be reflected back into the database.
@@ -321,19 +321,21 @@ LocalVar('@opsys', '
"Mac System 8.5",
"Mac System 8.6",
"Mac System 9.0",
- "AIX",
+ "Linux",
"BSDI",
+ "FreeBSD",
+ "NetBSD",
+ "OpenBSD",
+ "AIX",
+ "BeOS",
"HP-UX",
"IRIX",
- "Linux",
- "FreeBSD",
+ "Neutrino",
+ "OpenVMS",
+ "OS/2",
"OSF/1",
"Solaris",
"SunOS",
- "Neutrino",
- "OS/2",
- "BeOS",
- "OpenVMS",
"other"
);
');