1ead1f93eSLiane Praza# 2ead1f93eSLiane Praza# CDDL HEADER START 3ead1f93eSLiane Praza# 4ead1f93eSLiane Praza# The contents of this file are subject to the terms of the 5ead1f93eSLiane Praza# Common Development and Distribution License (the "License"). 6ead1f93eSLiane Praza# You may not use this file except in compliance with the License. 7ead1f93eSLiane Praza# 8ead1f93eSLiane Praza# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9ead1f93eSLiane Praza# or http://www.opensolaris.org/os/licensing. 10ead1f93eSLiane Praza# See the License for the specific language governing permissions 11ead1f93eSLiane Praza# and limitations under the License. 12ead1f93eSLiane Praza# 13ead1f93eSLiane Praza# When distributing Covered Code, include this CDDL HEADER in each 14ead1f93eSLiane Praza# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15ead1f93eSLiane Praza# If applicable, add the following below this CDDL HEADER, with the 16ead1f93eSLiane Praza# fields enclosed by brackets "[]" replaced with your own identifying 17ead1f93eSLiane Praza# information: Portions Copyright [yyyy] [name of copyright owner] 18ead1f93eSLiane Praza# 19ead1f93eSLiane Praza# CDDL HEADER END 20ead1f93eSLiane Praza# 21ead1f93eSLiane Praza 22ead1f93eSLiane Praza# 2315359501SGordon Ross# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 24*a9478106SYuri Pankov# Copyright 2012 Nexenta Systems, Inc. All rights reserved. 25ead1f93eSLiane Praza# 26ead1f93eSLiane Praza 27ead1f93eSLiane Prazaset name=pkg.fmri value=pkg:/system/file-system/smb@$(PKGVERS) 28ead1f93eSLiane Prazaset name=pkg.description value="SMB/CIFS File System client support" 29ead1f93eSLiane Prazaset name=pkg.summary value="SMB/CIFS File System client support" 30ead1f93eSLiane Prazaset name=info.classification \ 31ead1f93eSLiane Praza value="org.opensolaris.category.2008:System/File System" 32ead1f93eSLiane Prazaset name=variant.arch value=$(ARCH) 33ead1f93eSLiane Prazadir path=lib 34ead1f93eSLiane Prazadir path=lib/svc 35ebbab6bbSDan Pricedir path=lib/svc/manifest group=sys 36ebbab6bbSDan Pricedir path=lib/svc/manifest/network group=sys 37ebbab6bbSDan Pricedir path=lib/svc/manifest/network/smb group=sys 38ead1f93eSLiane Prazadir path=lib/svc/method 39ead1f93eSLiane Prazadir path=usr group=sys 40ead1f93eSLiane Prazadir path=usr/bin 41ead1f93eSLiane Prazadir path=usr/kernel group=sys 42ead1f93eSLiane Prazadir path=usr/kernel/drv group=sys 43ead1f93eSLiane Prazadir path=usr/kernel/drv/$(ARCH64) group=sys 44ead1f93eSLiane Prazadir path=usr/kernel/fs group=sys 45ead1f93eSLiane Prazadir path=usr/kernel/fs/$(ARCH64) group=sys 46ead1f93eSLiane Prazadir path=usr/kernel/kmdb group=sys 47ead1f93eSLiane Prazadir path=usr/kernel/kmdb/$(ARCH64) group=sys 48ead1f93eSLiane Prazadir path=usr/lib 49ead1f93eSLiane Prazadir path=usr/lib/$(ARCH64) 50ead1f93eSLiane Prazadir path=usr/lib/fs group=sys 51ead1f93eSLiane Prazadir path=usr/lib/fs/smbfs group=sys 52ead1f93eSLiane Prazadir path=usr/lib/fs/smbfs/$(ARCH64) group=sys 53ead1f93eSLiane Prazadir path=usr/lib/mdb group=sys 54ead1f93eSLiane Prazadir path=usr/lib/mdb/kvm group=sys 55ead1f93eSLiane Prazadir path=usr/lib/mdb/kvm/$(ARCH64) group=sys 56ead1f93eSLiane Prazadir path=usr/lib/security 57ead1f93eSLiane Prazadir path=usr/lib/security/$(ARCH64) 58ead1f93eSLiane Prazadir path=usr/lib/smbfs 59c10c16deSRichard Lowedir path=usr/share/man 60c10c16deSRichard Lowedir path=usr/share/man/man1 61c10c16deSRichard Lowedir path=usr/share/man/man1m 62c10c16deSRichard Lowedir path=usr/share/man/man4 63c10c16deSRichard Lowedir path=usr/share/man/man5 64c10c16deSRichard Lowedir path=usr/share/man/man7fs 651e4c938bSGordon Rossdriver name=nsmb perms="* 0666 root sys" 66ebbab6bbSDan Pricefile path=lib/svc/manifest/network/smb/client.xml group=sys mode=0444 67ead1f93eSLiane Prazafile path=lib/svc/method/smb-client mode=0555 68ead1f93eSLiane Prazafile path=usr/bin/smbutil mode=0555 69ead1f93eSLiane Prazafile path=usr/kernel/drv/$(ARCH64)/nsmb group=sys 70ead1f93eSLiane Praza$(i386_ONLY)file path=usr/kernel/drv/nsmb group=sys 71ead1f93eSLiane Prazafile path=usr/kernel/drv/nsmb.conf group=sys 72ead1f93eSLiane Prazafile path=usr/kernel/fs/$(ARCH64)/smbfs group=sys mode=0755 73ead1f93eSLiane Praza$(i386_ONLY)file path=usr/kernel/fs/smbfs group=sys mode=0755 74ead1f93eSLiane Prazafile path=usr/kernel/kmdb/$(ARCH64)/nsmb group=sys mode=0555 75ead1f93eSLiane Prazafile path=usr/kernel/kmdb/$(ARCH64)/smbfs group=sys mode=0555 76ead1f93eSLiane Praza$(i386_ONLY)file path=usr/kernel/kmdb/nsmb group=sys mode=0555 77ead1f93eSLiane Praza$(i386_ONLY)file path=usr/kernel/kmdb/smbfs group=sys mode=0555 78ead1f93eSLiane Prazafile path=usr/lib/$(ARCH64)/libsmbfs.so.1 79ead1f93eSLiane Prazafile path=usr/lib/fs/smbfs/$(ARCH64)/libshare_smbfs.so.1 80d3520e53SGordon Rossfile path=usr/lib/fs/smbfs/dfshares mode=0555 81ead1f93eSLiane Prazafile path=usr/lib/fs/smbfs/libshare_smbfs.so.1 8242d15982SGordon Rossfile path=usr/lib/fs/smbfs/mount mode=4555 83d3520e53SGordon Rossfile path=usr/lib/fs/smbfs/share mode=0555 8442d15982SGordon Rossfile path=usr/lib/fs/smbfs/umount mode=4555 85d3520e53SGordon Rossfile path=usr/lib/fs/smbfs/unshare mode=0555 86ead1f93eSLiane Prazafile path=usr/lib/libsmbfs.so.1 87ead1f93eSLiane Prazafile path=usr/lib/mdb/kvm/$(ARCH64)/nsmb.so mode=0555 88ead1f93eSLiane Prazafile path=usr/lib/mdb/kvm/$(ARCH64)/smbfs.so mode=0555 89ead1f93eSLiane Praza$(i386_ONLY)file path=usr/lib/mdb/kvm/nsmb.so mode=0555 90ead1f93eSLiane Praza$(i386_ONLY)file path=usr/lib/mdb/kvm/smbfs.so mode=0555 91ead1f93eSLiane Prazafile path=usr/lib/security/$(ARCH64)/pam_smbfs_login.so.1 92ead1f93eSLiane Prazafile path=usr/lib/security/pam_smbfs_login.so.1 93ead1f93eSLiane Prazafile path=usr/lib/smbfs/smbiod mode=0555 94a547be5dSGordon Rossfile path=usr/lib/smbfs/smbiod-svc mode=0555 95c10c16deSRichard Lowefile path=usr/share/man/man1/smbutil.1 96c10c16deSRichard Lowefile path=usr/share/man/man1m/mount_smbfs.1m 97c10c16deSRichard Lowefile path=usr/share/man/man1m/smbiod.1m 98c10c16deSRichard Lowefile path=usr/share/man/man4/nsmbrc.4 99c10c16deSRichard Lowefile path=usr/share/man/man5/pam_smbfs_login.5 100c10c16deSRichard Lowefile path=usr/share/man/man7fs/smbfs.7fs 10171e464e5SPeter Dennis - Sustaining Engineerlegacy pkg=SUNWsmbfskr desc="SMB/CIFS File System client support (Kernel)" \ 10271e464e5SPeter Dennis - Sustaining Engineer name="SMB/CIFS File System client support (Kernel)" 10371e464e5SPeter Dennis - Sustaining Engineerlegacy pkg=SUNWsmbfsr desc="SMB/CIFS File System client support (Root)" \ 10471e464e5SPeter Dennis - Sustaining Engineer name="SMB/CIFS File System client support (Root)" 10571e464e5SPeter Dennis - Sustaining Engineerlegacy pkg=SUNWsmbfsu desc="SMB/CIFS File System client support (Usr)" \ 10671e464e5SPeter Dennis - Sustaining Engineer name="SMB/CIFS File System client support (Usr)" 107ead1f93eSLiane Prazalicense cr_Sun license=cr_Sun 108ead1f93eSLiane Prazalicense lic_CDDL license=lic_CDDL 1095084e753SMark J. Nelsonlicense usr/src/lib/libsmbfs/smb/THIRDPARTYLICENSE.apple \ 1105084e753SMark J. Nelson license=usr/src/lib/libsmbfs/smb/THIRDPARTYLICENSE.apple 1115084e753SMark J. Nelsonlicense usr/src/lib/libsmbfs/smb/THIRDPARTYLICENSE.boris_popov \ 1125084e753SMark J. Nelson license=usr/src/lib/libsmbfs/smb/THIRDPARTYLICENSE.boris_popov 1135084e753SMark J. Nelsonlicense usr/src/lib/libsmbfs/smb/THIRDPARTYLICENSE.bsd4 \ 1145084e753SMark J. Nelson license=usr/src/lib/libsmbfs/smb/THIRDPARTYLICENSE.bsd4 1155084e753SMark J. Nelsonlicense usr/src/lib/libsmbfs/smb/THIRDPARTYLICENSE.microsoft \ 1165084e753SMark J. Nelson license=usr/src/lib/libsmbfs/smb/THIRDPARTYLICENSE.microsoft 117ead1f93eSLiane Prazalink path=usr/lib/security/$(ARCH64)/pam_smbfs_login.so \ 118ead1f93eSLiane Praza target=pam_smbfs_login.so.1 119ead1f93eSLiane Prazalink path=usr/lib/security/pam_smbfs_login.so target=pam_smbfs_login.so.1 120*a9478106SYuri Pankovlink path=usr/share/man/man1m/umount_smbfs.1m target=mount_smbfs.1m 12115359501SGordon Ross# libsmbfs uses iconv_open() which requires this at run-time. 12215359501SGordon Rossdepend fmri=system/library/iconv/utf-8 type=require 123