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