diff options
| author | mcwalter <none@none> | 2006-06-02 13:59:44 -0700 |
|---|---|---|
| committer | mcwalter <none@none> | 2006-06-02 13:59:44 -0700 |
| commit | 0b05a701b49058a6d47b581827961c6c39b1071a (patch) | |
| tree | b8d2f6d4162f538d6a9bd5fd0bc6ba2478674208 /usr/src/cmd/sckmd | |
| parent | 774ef820abb3ffe8f38adcc17dee852d45d871a0 (diff) | |
| download | illumos-joyent-0b05a701b49058a6d47b581827961c6c39b1071a.tar.gz | |
6406742 need to remove SUNW,OPL-Enterprise platform links
Diffstat (limited to 'usr/src/cmd/sckmd')
| -rw-r--r-- | usr/src/cmd/sckmd/svc-sckmd | 6 |
1 files changed, 1 insertions, 5 deletions
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 |
