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 (c) 2010, Oracle and/or its affiliates. All rights reserved. 24 # Copyright 2011, Nexenta Systems, Inc. All rights reserved. 25 # 26 27 set name=pkg.fmri value=pkg:/system/network/ike@$(PKGVERS) 28 set name=pkg.description value="Internet Key Exchange (IKE)" 29 set name=pkg.summary value=IKE 30 set name=info.classification value=org.opensolaris.category.2008:System/Core 31 set name=variant.arch value=$(ARCH) 32 dir path=etc group=sys 33 dir path=etc/inet group=sys 34 dir path=etc/inet/ike group=sys 35 dir path=etc/inet/ike/crls group=sys 36 dir path=etc/inet/ike/publickeys group=sys 37 dir path=etc/inet/secret group=sys mode=0700 38 dir path=etc/inet/secret/ike.privatekeys group=sys mode=0700 39 dir path=lib 40 dir path=lib/svc 41 dir path=lib/svc/manifest 42 dir path=lib/svc/manifest/network 43 dir path=lib/svc/manifest/network/ipsec 44 dir path=usr 45 dir path=usr/lib 46 dir path=usr/lib/$(ARCH64) 47 dir path=usr/lib/inet 48 dir path=usr/lib/inet/$(ARCH32) 49 dir path=usr/lib/inet/$(ARCH64) 50 dir path=usr/sbin 51 dir path=usr/share 52 dir path=usr/share/man 53 dir path=usr/share/man/man1m 54 dir path=usr/share/man/man4 55 file path=etc/inet/ike/config.sample group=sys mode=0444 56 file path=etc/inet/secret/ike.preshared group=sys mode=0600 \ 57 original_name=SUNWcnetr:etc/inet/secret/ike.preshared preserve=true 58 file path=etc/inet/secret/ipseckeys.sample group=sys mode=0600 59 file path=lib/svc/manifest/network/ipsec/ike.xml group=sys mode=0444 60 file path=usr/lib/$(ARCH64)/libike.so.1 61 file path=usr/lib/inet/$(ARCH32)/in.iked mode=0555 62 file path=usr/lib/inet/$(ARCH64)/in.iked mode=0555 63 file path=usr/lib/inet/certdb mode=0555 64 file path=usr/lib/inet/certlocal mode=0555 65 file path=usr/lib/inet/certrldb mode=0555 66 file path=usr/lib/libike.so.1 67 file path=usr/sbin/ikecert mode=0555 68 file path=usr/share/man/man1m/ikecert.1m 69 file path=usr/share/man/man1m/in.iked.1m 70 file path=usr/share/man/man4/ike.config.4 71 file path=usr/share/man/man4/ike.preshared.4 72 hardlink path=usr/lib/inet/in.iked target=../../../usr/lib/isaexec 73 license cr_Sun license=cr_Sun 74 license lic_CDDL license=lic_CDDL