Since we use ${LINUXBASE}/bin/sh, uname -m reports Linux. Do not change

the script to check for FreeBSD then.
This commit is contained in:
Martin Blapp 2002-07-08 16:34:21 +00:00
parent d2293ede73
commit f0a8b26cc1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62663
2 changed files with 4 additions and 14 deletions

View File

@ -1,11 +1,6 @@
--- setupwfc.orig Wed Apr 17 18:32:45 2002
+++ setupwfc Thu Jun 20 08:25:26 2002
@@ -378,11 +378,11 @@
PLATFORM=hp
DISP_PLATFORM="Hewlett-Packard (HP-UX)"
;;
- Linux)
+ FreeBSD)
+++ setupwfc Mon Jul 8 18:28:31 2002
@@ -382,7 +382,7 @@
# We assume that an Intel-based linux system will have an x86
# processor. We also assume that this is reported by uname -m
# "ix86" where x is some number.

View File

@ -1,11 +1,6 @@
--- setupwfc.orig Wed Apr 17 18:32:45 2002
+++ setupwfc Thu Jun 20 08:25:26 2002
@@ -378,11 +378,11 @@
PLATFORM=hp
DISP_PLATFORM="Hewlett-Packard (HP-UX)"
;;
- Linux)
+ FreeBSD)
+++ setupwfc Mon Jul 8 18:28:31 2002
@@ -382,7 +382,7 @@
# We assume that an Intel-based linux system will have an x86
# processor. We also assume that this is reported by uname -m
# "ix86" where x is some number.