diff options
Diffstat (limited to 'usr/src/pkg/manifests/system-file-system-ntfsprogs.mf')
-rw-r--r-- | usr/src/pkg/manifests/system-file-system-ntfsprogs.mf | 47 |
1 files changed, 2 insertions, 45 deletions
diff --git a/usr/src/pkg/manifests/system-file-system-ntfsprogs.mf b/usr/src/pkg/manifests/system-file-system-ntfsprogs.mf index dd3b34e16b..97f3de55de 100644 --- a/usr/src/pkg/manifests/system-file-system-ntfsprogs.mf +++ b/usr/src/pkg/manifests/system-file-system-ntfsprogs.mf @@ -25,49 +25,6 @@ set name=pkg.fmri \ value=pkg:/system/file-system/ntfsprogs@2.0.0,$(PKGVERS_BUILTON)-$(PKGVERS_BRANCH) -set name=pkg.description \ - value="ntfsprogs are utilities that provide access to and manipulation of NTFS" -set name=pkg.summary value="ntfsprogs - Utilities that provide access to NTFS" -set name=info.classification \ - value="org.opensolaris.category.2008:System/Administration and Configuration" +set name=pkg.obsolete value=true +set name=org.opensolaris.noincorp value=true set name=variant.arch value=i386 -dir path=usr group=sys -dir path=usr/lib -dir path=usr/sbin -dir path=usr/share/man/man1m -file path=usr/lib/libntfs.so.10 -file path=usr/sbin/mkntfs mode=0555 -file path=usr/sbin/ntfscat mode=0555 -file path=usr/sbin/ntfsclone mode=0555 -file path=usr/sbin/ntfscluster mode=0555 -file path=usr/sbin/ntfscmp mode=0555 -file path=usr/sbin/ntfscp mode=0555 -file path=usr/sbin/ntfsfix mode=0555 -file path=usr/sbin/ntfsinfo mode=0555 -file path=usr/sbin/ntfslabel mode=0555 -file path=usr/sbin/ntfsls mode=0555 -file path=usr/sbin/ntfsresize mode=0555 -file path=usr/sbin/ntfsundelete mode=0555 -file path=usr/share/man/man1m/mkntfs.1m -file path=usr/share/man/man1m/ntfscat.1m -file path=usr/share/man/man1m/ntfsclone.1m -file path=usr/share/man/man1m/ntfscluster.1m -file path=usr/share/man/man1m/ntfscmp.1m -file path=usr/share/man/man1m/ntfscp.1m -file path=usr/share/man/man1m/ntfsfix.1m -file path=usr/share/man/man1m/ntfsinfo.1m -file path=usr/share/man/man1m/ntfslabel.1m -file path=usr/share/man/man1m/ntfsls.1m -file path=usr/share/man/man1m/ntfsprogs.1m -file path=usr/share/man/man1m/ntfsresize.1m -file path=usr/share/man/man1m/ntfsundelete.1m -legacy pkg=SUNWntfsprogs \ - desc="ntfsprogs are utilities that provide access to and manipulation of NTFS" \ - name="ntfsprogs - Utilities that provide access to NTFS" -license cr_Sun license=cr_Sun -license lic_CDDL license=lic_CDDL -license usr/src/cmd/ntfsprogs/THIRDPARTYLICENSE \ - license=usr/src/cmd/ntfsprogs/THIRDPARTYLICENSE -license usr/src/lib/libntfs/THIRDPARTYLICENSE \ - license=usr/src/lib/libntfs/THIRDPARTYLICENSE -link path=usr/lib/libntfs.so target=./libntfs.so.10 |