1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21 22# 23# Copyright 2010 Sun Microsystems, Inc. All rights reserved. 24# Use is subject to license terms. 25# 26 27set name=pkg.fmri value=pkg:/service/storage/virus-scan@$(PKGVERS) 28set name=pkg.description value="Virus Scan Service Kernel Root Components" 29set name=pkg.summary value="Virus Scan Service Kernel" 30set name=info.classification value=org.opensolaris.category.2008:System/Services 31set name=variant.arch value=$(ARCH) 32set name=variant.opensolaris.zone value=global value=nonglobal 33dir path=kernel group=sys opensolaris.zone=global \ 34 variant.opensolaris.zone=global 35dir path=kernel/drv group=sys opensolaris.zone=global \ 36 variant.opensolaris.zone=global 37dir path=kernel/drv/$(ARCH64) group=sys opensolaris.zone=global \ 38 variant.opensolaris.zone=global 39dir path=usr group=sys 40dir path=usr/lib 41dir path=usr/lib/devfsadm group=sys 42dir path=usr/lib/devfsadm/linkmod group=sys 43dir path=usr/lib/vscan 44dir path=usr/sbin 45dir path=var group=sys 46dir path=var/svc group=sys 47dir path=var/svc/manifest group=sys 48dir path=var/svc/manifest/system group=sys 49dir path=var/svc/manifest/system/filesystem group=sys 50driver name=vscan perms="* 0640 root sys" 51file path=kernel/drv/$(ARCH64)/vscan group=sys opensolaris.zone=global \ 52 variant.opensolaris.zone=global 53$(i386_ONLY)file path=kernel/drv/vscan group=sys opensolaris.zone=global \ 54 variant.opensolaris.zone=global 55file path=kernel/drv/vscan.conf group=sys opensolaris.zone=global \ 56 reboot-needed=false variant.opensolaris.zone=global 57file path=usr/lib/devfsadm/linkmod/SUNW_vscan_link.so group=sys 58file path=usr/lib/vscan/libvscan.so.1 59file path=usr/lib/vscan/vscand mode=0555 60file path=usr/sbin/vscanadm mode=0555 61file path=var/svc/manifest/system/filesystem/vscan.xml group=sys mode=0444 62legacy pkg=SUNWvscankr arch=$(ARCH) category=system \ 63 desc="Virus Scan Service Kernel Root Components" \ 64 hotline="Please contact your local service provider" \ 65 name="Virus Scan Service Kernel (Root)" vendor="Sun Microsystems, Inc." \ 66 version=11.11,REV=2009.11.11 67legacy pkg=SUNWvscanr arch=$(ARCH) category=system \ 68 desc="Virus Scan Service Root Components" \ 69 hotline="Please contact your local service provider" \ 70 name="Virus Scan Service (Root)" vendor="Sun Microsystems, Inc." \ 71 version=11.11,REV=2009.11.11 72legacy pkg=SUNWvscanu arch=$(ARCH) category=system \ 73 desc="Virus Scan Service Usr Components" \ 74 hotline="Please contact your local service provider" \ 75 name="Virus Scan Service (Usr)" vendor="Sun Microsystems, Inc." \ 76 version=11.11,REV=2009.11.11 77license cr_Sun license=cr_Sun 78license lic_CDDL license=lic_CDDL 79link path=usr/lib/vscan/libvscan.so target=libvscan.so.1 80