summaryrefslogtreecommitdiff
path: root/usr/src/cmd
diff options
context:
space:
mode:
authormcwalter <none@none>2006-06-02 13:59:44 -0700
committermcwalter <none@none>2006-06-02 13:59:44 -0700
commit0b05a701b49058a6d47b581827961c6c39b1071a (patch)
treeb8d2f6d4162f538d6a9bd5fd0bc6ba2478674208 /usr/src/cmd
parent774ef820abb3ffe8f38adcc17dee852d45d871a0 (diff)
downloadillumos-joyent-0b05a701b49058a6d47b581827961c6c39b1071a.tar.gz
6406742 need to remove SUNW,OPL-Enterprise platform links
Diffstat (limited to 'usr/src/cmd')
-rw-r--r--usr/src/cmd/dcs/sparc/sun4u/svc-dcs10
-rw-r--r--usr/src/cmd/sckmd/svc-sckmd6
2 files changed, 3 insertions, 13 deletions
diff --git a/usr/src/cmd/dcs/sparc/sun4u/svc-dcs b/usr/src/cmd/dcs/sparc/sun4u/svc-dcs
index 52e0897ef7..e835ab8a22 100644
--- a/usr/src/cmd/dcs/sparc/sun4u/svc-dcs
+++ b/usr/src/cmd/dcs/sparc/sun4u/svc-dcs
@@ -50,24 +50,18 @@ platform=`/sbin/uname -i`
e10k="SUNW,Ultra-Enterprise-10000"
sf15k="SUNW,Sun-Fire-15000"
opl="SUNW,SPARC-Enterprise"
-fjopl="FJSV,SPARC-Enterprise"
-tmpopl="SUNW,OPL-Enterprise"
args=""
if [ $platform = "$sf15k" ]; then
args="$args `getproparg -a dcs/ah_auth`"
args="$args `getproparg -e dcs/esp_encr`"
args="$args `getproparg -u dcs/esp_auth`"
-elif [ $platform = "$opl" -o \
- $platform = "$fjopl" -o \
- $platform = "$tmpopl" ]; then
+elif [ $platform = "$opl" ]; then
args="-l"
fi
if [ $platform = "$e10k" -o $platform = "$sf15k" -o \
- $platform = "$opl" -o \
- $platform = "$fjopl" -o \
- $platform = "$tmpopl" ]; then
+ $platform = "$opl" ]; then
$DCS $args # Fail if can't execute
exit # Use dcs's exit status
else
diff --git a/usr/src/cmd/sckmd/svc-sckmd b/usr/src/cmd/sckmd/svc-sckmd
index 99f81a0b3e..4261c7c849 100644
--- a/usr/src/cmd/sckmd/svc-sckmd
+++ b/usr/src/cmd/sckmd/svc-sckmd
@@ -35,14 +35,10 @@
platform=${_INIT_UTS_PLATFORM:-`/sbin/uname -i`}
starcat="SUNW,Sun-Fire-15000"
opl="SUNW,SPARC-Enterprise"
-fjopl="FJSV,SPARC-Enterprise"
-tmpopl="SUNW,OPL-Enterprise"
sckmd="/usr/platform/sun4u/lib/sckmd"
if [ ${platform} = "${starcat}" -o \
- ${platform} = "${opl}" -o \
- ${platform} = "${fjopl}" -o \
- ${platform} = "${tmpopl}" ]; then
+ ${platform} = "${opl}" ]; then
if [ -x ${sckmd} ]; then
${sckmd}
exit $SMF_EXIT_OK