diff options
| author | Peter Tribble <peter.tribble@gmail.com> | 2019-05-24 10:39:16 -0700 |
|---|---|---|
| committer | Joshua M. Clulow <josh@sysmgr.org> | 2019-05-24 10:39:16 -0700 |
| commit | 1f4c6dbc37f14382f7ff4575a74da056dbd34d66 (patch) | |
| tree | 45a6fc8ffc476fbad5df34b36be83eac7ac8be06 /usr/src/cmd/svc | |
| parent | 7811b028df2f34164be65174d666b570b73d32c3 (diff) | |
| download | illumos-joyent-1f4c6dbc37f14382f7ff4575a74da056dbd34d66.tar.gz | |
10864 Remove starcat support
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Andy Fiddaman <andy@omniosce.org>
Reviewed by: John Levon <john.levon@joyent.com>
Approved by: Joshua M. Clulow <josh@sysmgr.org>
Diffstat (limited to 'usr/src/cmd/svc')
| -rw-r--r-- | usr/src/cmd/svc/profile/Makefile | 1 | ||||
| -rw-r--r-- | usr/src/cmd/svc/profile/platform_SUNW,Sun-Fire-15000.xml | 47 |
2 files changed, 0 insertions, 48 deletions
diff --git a/usr/src/cmd/svc/profile/Makefile b/usr/src/cmd/svc/profile/Makefile index 43ee2779bd..32ec303879 100644 --- a/usr/src/cmd/svc/profile/Makefile +++ b/usr/src/cmd/svc/profile/Makefile @@ -42,7 +42,6 @@ PROFILESRCS = \ ns_nis.xml \ ns_none.xml \ platform_SUNW,SPARC-Enterprise.xml \ - platform_SUNW,Sun-Fire-15000.xml \ platform_SUNW,Sun-Fire-880.xml \ platform_SUNW,Sun-Fire.xml \ platform_SUNW,UltraSPARC-IIi-Netract.xml \ diff --git a/usr/src/cmd/svc/profile/platform_SUNW,Sun-Fire-15000.xml b/usr/src/cmd/svc/profile/platform_SUNW,Sun-Fire-15000.xml deleted file mode 100644 index 1f8b61f2e8..0000000000 --- a/usr/src/cmd/svc/profile/platform_SUNW,Sun-Fire-15000.xml +++ /dev/null @@ -1,47 +0,0 @@ -<?xml version='1.0'?> -<!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'> -<!-- - Copyright 2006 Sun Microsystems, Inc. All rights reserved. - Use is subject to license terms. - - CDDL HEADER START - - The contents of this file are subject to the terms of the - Common Development and Distribution License (the "License"). - You may not use this file except in compliance with the License. - - You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE - or http://www.opensolaris.org/os/licensing. - See the License for the specific language governing permissions - and limitations under the License. - - When distributing Covered Code, include this CDDL HEADER in each - file and include the License file at usr/src/OPENSOLARIS.LICENSE. - If applicable, add the following below this CDDL HEADER, with the - fields enclosed by brackets "[]" replaced with your own identifying - information: Portions Copyright [yyyy] [name of copyright owner] - - CDDL HEADER END - - ident "%Z%%M% %I% %E% SMI" - - NOTE: This service profile is not editable; its contents will be - overwritten by package or patch operations, including operating - system upgrade. - - SunFire 15000 platform service profile. ---> -<service_bundle type='profile' name='default'> - <service name='system/cvc' version='1' type='service'> - <instance name='default' enabled='true'/> - </service> - <service name='platform/sun4u/dcs' version='1' type='service'> - <instance name='default' enabled='true'/> - </service> - <service name='platform/sun4u/efdaemon' version='1' type='service'> - <instance name='default' enabled='true'/> - </service> - <service name='platform/sun4u/sckmd' version='1' type='service'> - <instance name='default' enabled='true'/> - </service> -</service_bundle> |
