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 Prazafile path=usr/kernel/drv/nsmb.conf group=sys 71ead1f93eSLiane Prazafile path=usr/kernel/fs/$(ARCH64)/smbfs group=sys mode=0755 72ead1f93eSLiane Prazafile path=usr/kernel/kmdb/$(ARCH64)/nsmb group=sys mode=0555 73ead1f93eSLiane Prazafile path=usr/kernel/kmdb/$(ARCH64)/smbfs group=sys mode=0555 74ead1f93eSLiane Prazafile path=usr/lib/$(ARCH64)/libsmbfs.so.1 75ead1f93eSLiane Prazafile path=usr/lib/fs/smbfs/$(ARCH64)/libshare_smbfs.so.1 76d3520e53SGordon Rossfile path=usr/lib/fs/smbfs/dfshares mode=0555 77ead1f93eSLiane Prazafile path=usr/lib/fs/smbfs/libshare_smbfs.so.1 7842d15982SGordon Rossfile path=usr/lib/fs/smbfs/mount mode=4555 79d3520e53SGordon Rossfile path=usr/lib/fs/smbfs/share mode=0555 8042d15982SGordon Rossfile path=usr/lib/fs/smbfs/umount mode=4555 81d3520e53SGordon Rossfile path=usr/lib/fs/smbfs/unshare mode=0555 82ead1f93eSLiane Prazafile path=usr/lib/libsmbfs.so.1 83ead1f93eSLiane Prazafile path=usr/lib/mdb/kvm/$(ARCH64)/nsmb.so mode=0555 84ead1f93eSLiane Prazafile path=usr/lib/mdb/kvm/$(ARCH64)/smbfs.so mode=0555 85ead1f93eSLiane Prazafile path=usr/lib/security/$(ARCH64)/pam_smbfs_login.so.1 86ead1f93eSLiane Prazafile path=usr/lib/security/pam_smbfs_login.so.1 87ead1f93eSLiane Prazafile path=usr/lib/smbfs/smbiod mode=0555 88a547be5dSGordon Rossfile path=usr/lib/smbfs/smbiod-svc mode=0555 89c10c16deSRichard Lowefile path=usr/share/man/man1/smbutil.1 90c10c16deSRichard Lowefile path=usr/share/man/man1m/mount_smbfs.1m 91c10c16deSRichard Lowefile path=usr/share/man/man1m/smbiod.1m 92c10c16deSRichard Lowefile path=usr/share/man/man4/nsmbrc.4 93c10c16deSRichard Lowefile path=usr/share/man/man5/pam_smbfs_login.5 94c10c16deSRichard Lowefile path=usr/share/man/man7fs/smbfs.7fs 9571e464e5SPeter Dennis - Sustaining Engineerlegacy pkg=SUNWsmbfskr desc="SMB/CIFS File System client support (Kernel)" \ 9671e464e5SPeter Dennis - Sustaining Engineer name="SMB/CIFS File System client support (Kernel)" 9771e464e5SPeter Dennis - Sustaining Engineerlegacy pkg=SUNWsmbfsr desc="SMB/CIFS File System client support (Root)" \ 9871e464e5SPeter Dennis - Sustaining Engineer name="SMB/CIFS File System client support (Root)" 9971e464e5SPeter Dennis - Sustaining Engineerlegacy pkg=SUNWsmbfsu desc="SMB/CIFS File System client support (Usr)" \ 10071e464e5SPeter Dennis - Sustaining Engineer name="SMB/CIFS File System client support (Usr)" 101ead1f93eSLiane Prazalicense cr_Sun license=cr_Sun 102ead1f93eSLiane Prazalicense lic_CDDL license=lic_CDDL 1035084e753SMark J. Nelsonlicense usr/src/lib/libsmbfs/smb/THIRDPARTYLICENSE.apple \ 1045084e753SMark J. Nelson license=usr/src/lib/libsmbfs/smb/THIRDPARTYLICENSE.apple 1055084e753SMark J. Nelsonlicense usr/src/lib/libsmbfs/smb/THIRDPARTYLICENSE.boris_popov \ 1065084e753SMark J. Nelson license=usr/src/lib/libsmbfs/smb/THIRDPARTYLICENSE.boris_popov 1075084e753SMark J. Nelsonlicense usr/src/lib/libsmbfs/smb/THIRDPARTYLICENSE.bsd4 \ 1085084e753SMark J. Nelson license=usr/src/lib/libsmbfs/smb/THIRDPARTYLICENSE.bsd4 1095084e753SMark J. Nelsonlicense usr/src/lib/libsmbfs/smb/THIRDPARTYLICENSE.microsoft \ 1105084e753SMark J. Nelson license=usr/src/lib/libsmbfs/smb/THIRDPARTYLICENSE.microsoft 111ead1f93eSLiane Prazalink path=usr/lib/security/$(ARCH64)/pam_smbfs_login.so \ 112ead1f93eSLiane Praza target=pam_smbfs_login.so.1 113ead1f93eSLiane Prazalink path=usr/lib/security/pam_smbfs_login.so target=pam_smbfs_login.so.1 114*a9478106SYuri Pankovlink path=usr/share/man/man1m/umount_smbfs.1m target=mount_smbfs.1m 11515359501SGordon Ross# libsmbfs uses iconv_open() which requires this at run-time. 11615359501SGordon Rossdepend fmri=system/library/iconv/utf-8 type=require 117