1# 2# This file and its contents are supplied under the terms of the 3# Common Development and Distribution License ("CDDL"), version 1.0. 4# You may only use this file in accordance with the terms of version 5# 1.0 of the CDDL. 6# 7# A full copy of the text of the CDDL should have accompanied this 8# source. A copy of the CDDL is also available via the Internet at 9# http://www.illumos.org/license/CDDL. 10# 11 12set name=pkg.fmri value=pkg:/system/library/libutempter@$(PKGVERS) 13set name=pkg.summary value="Interface to record user sessions in utmpx database" 14set name=pkg.description \ 15 value="Interface to record user sessions in utmpx database" 16set name=info.classification \ 17 value=org.opensolaris.category.2008:System/Libraries 18set name=variant.arch value=$(ARCH) 19dir path=usr group=sys 20dir path=usr/include 21file path=usr/include/utempter.h 22dir path=usr/lib 23dir path=usr/lib/$(ARCH64) 24link path=usr/lib/$(ARCH64)/libutempter.so target=libutempter.so.1 25file path=usr/lib/$(ARCH64)/libutempter.so.1 26link path=usr/lib/libutempter.so target=libutempter.so.1 27file path=usr/lib/libutempter.so.1 28dir path=usr/share 29dir path=usr/share/man 30dir path=usr/share/man/man3utempter 31link path=usr/share/man/man3utempter/addToUtmp.3utempter \ 32 target=utempter_add_record.3utempter 33link path=usr/share/man/man3utempter/removeFromUtmp.3utempter \ 34 target=utempter_add_record.3utempter 35link path=usr/share/man/man3utempter/removeLineFromUtmp.3utempter \ 36 target=utempter_add_record.3utempter 37file path=usr/share/man/man3utempter/utempter_add_record.3utempter 38link path=usr/share/man/man3utempter/utempter_remove_added_record.3utempter \ 39 target=utempter_add_record.3utempter 40link path=usr/share/man/man3utempter/utempter_remove_record.3utempter \ 41 target=utempter_add_record.3utempter 42license usr/src/lib/libutempter/THIRDPARTYLICENSE \ 43 license=usr/src/lib/libutempter/THIRDPARTYLICENSE 44