125b05a3eSAndy Fiddaman# 225b05a3eSAndy Fiddaman# CDDL HEADER START 325b05a3eSAndy Fiddaman# 425b05a3eSAndy Fiddaman# The contents of this file are subject to the terms of the 525b05a3eSAndy Fiddaman# Common Development and Distribution License (the "License"). 625b05a3eSAndy Fiddaman# You may not use this file except in compliance with the License. 725b05a3eSAndy Fiddaman# 825b05a3eSAndy Fiddaman# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 925b05a3eSAndy Fiddaman# or http://www.opensolaris.org/os/licensing. 1025b05a3eSAndy Fiddaman# See the License for the specific language governing permissions 1125b05a3eSAndy Fiddaman# and limitations under the License. 1225b05a3eSAndy Fiddaman# 1325b05a3eSAndy Fiddaman# When distributing Covered Code, include this CDDL HEADER in each 1425b05a3eSAndy Fiddaman# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 1525b05a3eSAndy Fiddaman# If applicable, add the following below this CDDL HEADER, with the 1625b05a3eSAndy Fiddaman# fields enclosed by brackets "[]" replaced with your own identifying 1725b05a3eSAndy Fiddaman# information: Portions Copyright [yyyy] [name of copyright owner] 1825b05a3eSAndy Fiddaman# 1925b05a3eSAndy Fiddaman# CDDL HEADER END 2025b05a3eSAndy Fiddaman# 2125b05a3eSAndy Fiddaman 2225b05a3eSAndy Fiddaman# 2325b05a3eSAndy Fiddaman# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 2425b05a3eSAndy Fiddaman# Copyright 2012 Nexenta Systems, Inc. All rights reserved. 2525b05a3eSAndy Fiddaman# 2625b05a3eSAndy Fiddaman 2725b05a3eSAndy Fiddamanset name=pkg.fmri value=pkg:/service/storage/media-volume-manager@$(PKGVERS) 2825b05a3eSAndy Fiddamanset name=pkg.summary value="Removable volume manager" 2925b05a3eSAndy Fiddamanset name=pkg.description value="Non-graphical removable volume manager" 3025b05a3eSAndy Fiddamanset name=info.classification value=org.opensolaris.category.2008:System/Media 3125b05a3eSAndy Fiddamanset name=variant.arch value=$(ARCH) 3225b05a3eSAndy Fiddamandir path=lib variant.opensolaris.zone=global 3325b05a3eSAndy Fiddamandir path=lib/svc variant.opensolaris.zone=global 3425b05a3eSAndy Fiddamandir path=lib/svc/manifest group=sys variant.opensolaris.zone=global 3525b05a3eSAndy Fiddamandir path=lib/svc/manifest/system group=sys variant.opensolaris.zone=global 3625b05a3eSAndy Fiddamandir path=lib/svc/manifest/system/filesystem group=sys \ 3725b05a3eSAndy Fiddaman variant.opensolaris.zone=global 3825b05a3eSAndy Fiddamanfile path=lib/svc/manifest/system/filesystem/rmvolmgr.xml group=sys mode=0444 \ 3925b05a3eSAndy Fiddaman variant.opensolaris.zone=global 4025b05a3eSAndy Fiddamandir path=lib/svc/method variant.opensolaris.zone=global 4125b05a3eSAndy Fiddamanfile path=lib/svc/method/svc-rmvolmgr mode=0555 variant.opensolaris.zone=global 4225b05a3eSAndy Fiddamandir path=usr group=sys 4325b05a3eSAndy Fiddamandir path=usr/bin 4425b05a3eSAndy Fiddamanfile path=usr/bin/rmformat mode=4555 4525b05a3eSAndy Fiddamanfile path=usr/bin/rmmount mode=0555 4625b05a3eSAndy Fiddamanlink path=usr/bin/rmumount target=./rmmount 4725b05a3eSAndy Fiddamanfile path=usr/bin/volcheck mode=0555 4825b05a3eSAndy Fiddamanfile path=usr/bin/volrmmount mode=0555 4925b05a3eSAndy Fiddamandir path=usr/lib 5025b05a3eSAndy Fiddamanfile path=usr/lib/rmvolmgr mode=0555 5125b05a3eSAndy Fiddamandir path=usr/sbin 5225b05a3eSAndy Fiddamanlink path=usr/sbin/rmmount target=../bin/rmmount 5325b05a3eSAndy Fiddamandir path=usr/share/man/man1 5425b05a3eSAndy Fiddamanfile path=usr/share/man/man1/rmformat.1 5525b05a3eSAndy Fiddamanfile path=usr/share/man/man1/rmmount.1 5625b05a3eSAndy Fiddamanlink path=usr/share/man/man1/rmumount.1 target=rmmount.1 5725b05a3eSAndy Fiddamanfile path=usr/share/man/man1/volcheck.1 5825b05a3eSAndy Fiddamanfile path=usr/share/man/man1/volrmmount.1 59*bbf21555SRichard Lowedir path=usr/share/man/man8 60*bbf21555SRichard Lowefile path=usr/share/man/man8/rmmount.8 61*bbf21555SRichard Lowefile path=usr/share/man/man8/rmvolmgr.8 6225b05a3eSAndy Fiddamanlegacy pkg=SUNWrmvolmgr desc="Non-graphical removable volume manager" \ 6325b05a3eSAndy Fiddaman name="Removable volume manager" 6425b05a3eSAndy Fiddamanlegacy pkg=SUNWrmvolmgrr desc="Non-graphical removable volume manager (Root)" \ 6525b05a3eSAndy Fiddaman name="Removable volume manager (Root)" 6625b05a3eSAndy Fiddamanlicense cr_Sun license=cr_Sun 6725b05a3eSAndy Fiddamanlicense lic_CDDL license=lic_CDDL 68