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 27set name=pkg.fmri value=pkg:/service/file-system/smb@$(PKGVERS) 28set name=pkg.description value="SMB Server libraries and commands" 29set name=pkg.summary value="SMB Server" 30set name=info.classification \ 31 value="org.opensolaris.category.2008:System/File System" 32set name=variant.arch value=$(ARCH) 33dir path=lib 34dir path=lib/svc 35dir path=lib/svc/manifest group=sys 36dir path=lib/svc/manifest/network group=sys 37dir path=lib/svc/manifest/network/smb group=sys 38dir path=lib/svc/method 39dir path=usr group=sys 40dir path=usr/kernel group=sys 41dir path=usr/kernel/drv group=sys 42dir path=usr/kernel/drv/$(ARCH64) group=sys 43dir path=usr/kernel/kmdb group=sys 44dir path=usr/kernel/kmdb/$(ARCH64) group=sys 45dir path=usr/lib 46dir path=usr/lib/fs group=sys 47dir path=usr/lib/fs/smb group=sys 48dir path=usr/lib/fs/smb/$(ARCH64) group=sys 49dir path=usr/lib/mdb group=sys 50dir path=usr/lib/mdb/kvm group=sys 51dir path=usr/lib/mdb/kvm/$(ARCH64) group=sys 52dir path=usr/lib/reparse 53dir path=usr/lib/security 54dir path=usr/lib/smbsrv 55dir path=usr/sbin 56dir path=usr/share/man 57dir path=usr/share/man/man1m 58dir path=usr/share/man/man4 59dir path=usr/share/man/man5 60dir path=var group=sys 61dir path=var/smb group=sys 62dir path=var/smb/cvol group=sys 63dir path=var/smb/cvol/windows group=sys 64dir path=var/smb/cvol/windows/system32 group=sys 65dir path=var/smb/cvol/windows/system32/vss group=sys 66dir path=var/svc group=sys 67driver name=smbsrv perms="* 0640 root sys" 68file path=lib/svc/manifest/network/smb/server.xml group=sys mode=0444 69file path=lib/svc/method/svc-smbd mode=0555 70file path=usr/kernel/drv/$(ARCH64)/smbsrv group=sys 71$(i386_ONLY)file path=usr/kernel/drv/smbsrv group=sys 72file path=usr/kernel/drv/smbsrv.conf group=sys 73file path=usr/kernel/kmdb/$(ARCH64)/smbsrv group=sys mode=0555 74$(i386_ONLY)file path=usr/kernel/kmdb/smbsrv group=sys mode=0555 75file path=usr/lib/fs/smb/$(ARCH64)/libshare_smb.so.1 76file path=usr/lib/fs/smb/libshare_smb.so.1 77file path=usr/lib/mdb/kvm/$(ARCH64)/smbsrv.so group=sys mode=0555 78$(i386_ONLY)file path=usr/lib/mdb/kvm/smbsrv.so group=sys mode=0555 79file path=usr/lib/reparse/libreparse_smb.so.1 80file path=usr/lib/security/pam_smb_passwd.so.1 81file path=usr/lib/smbsrv/libmlrpc.so.1 82file path=usr/lib/smbsrv/libmlsvc.so.1 83file path=usr/lib/smbsrv/libsmb.so.1 84file path=usr/lib/smbsrv/libsmbns.so.1 85file path=usr/lib/smbsrv/libsmbrdr.so.1 86file path=usr/lib/smbsrv/libsqlite.so.1 87file path=usr/lib/smbsrv/smbd mode=0555 88file path=usr/sbin/smbadm mode=0555 89file path=usr/sbin/smbstat mode=0555 90file path=usr/share/man/man1m/smbadm.1m 91file path=usr/share/man/man1m/smbd.1m 92file path=usr/share/man/man1m/smbstat.1m 93file path=usr/share/man/man4/smb.4 94file path=usr/share/man/man4/smbautohome.4 95file path=usr/share/man/man5/pam_smb_passwd.5 96file path=var/smb/cvol/windows/system32/eventlog.dll mode=0755 97file path=var/smb/smbpasswd group=sys mode=0400 \ 98 original_name=SUNWsmbs:var/smb/smbpasswd preserve=true 99legacy pkg=SUNWsmbskr desc="SMB Server kernel root components" \ 100 name="SMB Server (Kernel)" 101legacy pkg=SUNWsmbsr desc="SMB Server root components" \ 102 name="SMB Server (Root)" 103legacy pkg=SUNWsmbsu desc="SMB Server libraries and commands" \ 104 name="SMB Server (Usr)" 105license cr_Sun license=cr_Sun 106license lic_CDDL license=lic_CDDL 107link path=usr/lib/reparse/libreparse_smb.so target=libreparse_smb.so.1 108link path=usr/lib/security/pam_smb_passwd.so target=pam_smb_passwd.so.1 109link path=usr/lib/smbsrv/libmlrpc.so target=libmlrpc.so.1 110link path=usr/lib/smbsrv/libmlsvc.so target=libmlsvc.so.1 111link path=usr/lib/smbsrv/libsmb.so target=libsmb.so.1 112link path=usr/lib/smbsrv/libsmbns.so target=libsmbns.so.1 113link path=usr/lib/smbsrv/libsmbrdr.so target=libsmbrdr.so.1 114